POST
/
transaction
/
send
/
batch
Send Multiple Transactions
curl --request POST \
  --url https://arch-mainnet.gomaestro-api.org/v0/rpc/transaction/send/batch \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{}'
{
  "data": [
    "<string>"
  ],
  "last_updated": {
    "block_hash": "<string>",
    "block_height": 123
  }
}

Authorizations

api-key
string
header
required

Project API Key

Body

application/json

Runtime transactions

The body is of type object.

Response

202
application/json

Accepted

The response is of type object.