cURL
curl --request POST \ --url https://arch-mainnet.gomaestro-api.org/v0/rpc/transaction/send \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{}'
{ "data": "<string>", "last_updated": { "block_hash": "<string>", "block_height": 123 } }
Send a signed transaction to the Arch Network for processing and inclusion in the blockchain.
Project API Key
Runtime transaction
The body is of type object.
object
Accepted
The response is of type object.
Was this page helpful?