cURL
curl --request POST \ --url https://xbt-mainnet.gomaestro-api.org/v0/rpc/transaction/submit \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '"<string>"'
"<string>"
Pushes a signed raw transaction to the network.
Project API Key
Signed Tx Hex.
The body is of type string.
string
OK
The response is of type string.