A sample 200 JSON body is attached to this operation as an OpenAPI example (Mintlify shows it in the example panel, similar to other exchange API docs).
200
cURL
curl --request POST \ --url https://beta.rocketfi.io/batch_transactions \ --header 'Content-Type: application/json' \ --data ' [ { "data": { "instruction": { "Mint": { "amount": "<string>", "asset_id": 1, "to": "<string>" } }, "nonce": 1, "sender": "<string>" }, "serializationFormat": "JSON", "signature": "<string>", "signatureScheme": "EIP191" } ] '
"batch-accepted-id"
Show child attributes
JSON
MessagePack
Signature scheme used for this transaction (defaults to EIP-191 for compatibility).
EIP191
EIP712
Batch submitted
The response is of type string.
string