Submit transaction

Submit a signed transaction to the blockchain or protocol, or record a transaction hash if already submitted. Provide either signedPayload (to have us broadcast) or transactionHash (if already submitted). The transaction must have been created via the actions endpoint.

Path Params
string
required

Transaction ID from action response (UUID)

Body Params
string

Signed transaction payload (hex string or signed EIP-712 data). Required if transactionHash is not provided.

string

Transaction hash if already submitted by the user. Required if signedPayload is not provided.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json