Submit transactions by sequence ID

This API is a request to submit a specific batch of pending transactions for a v2 MPC wallet (hot, deposit, or online cold wallet whose signer is accessible via API), by sequenceId, instead of submitting every pending transaction on the wallet. For each transaction, this call assigns the on-chain nonce, refreshes the fee estimate, signs the transaction, and submits it for processing. Not available for multisig v2 wallets or v1 wallets. A response can report some sequenceIds as processed and others as failed within the same 200 response; a failed entry for one sequenceId does not mean the whole batch was rejected.

Body Params
integer
required

Enter the unique identifier of the wallet the batch belongs to. Must be a positive integer.

sequenceIds
array of strings, unique
required
length between 1 and 10

Enter the sequence IDs of the transactions to submit, in the order you want them processed. No duplicates.

sequenceIds*
Responses

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