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:
Etherdrake
2026-04-23 20:07:00 +02:00
parent 920fcbd1c4
commit 454358fdc1
3 changed files with 19 additions and 5 deletions
@@ -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