docs: sync Polymarket docs - 2026-04-23
- v2-migration.md: add builder API key clarification note - relayer/submit-a-transaction.md: document POST /submit now returns immediately without transactionHash - relayer/get-a-transaction-by-id.md: add note to poll for onchain transactionHash after submission
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
> Gets a transaction submitted to the Relayer. Takes in a required transaction ID as a query parameter.
|
||||
|
||||
Poll this endpoint with the `transactionID` returned from `POST /submit` to retrieve the onchain `transactionHash` once the transaction has been broadcast.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -50,6 +52,11 @@ paths:
|
||||
description: >
|
||||
Gets a transaction submitted to the Relayer. Takes in a required
|
||||
transaction ID as a query parameter.
|
||||
|
||||
|
||||
Poll this endpoint with the `transactionID` returned from `POST /submit`
|
||||
to retrieve the onchain `transactionHash` once the transaction has been
|
||||
broadcast.
|
||||
parameters:
|
||||
- name: id
|
||||
in: query
|
||||
|
||||
Reference in New Issue
Block a user