POST
/
transaction
/
submit
Send Transaction
curl --request POST \
  --url https://xdg-mainnet.gomaestro-api.org/v0/rpc/transaction/submit \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '"<string>"'
"<string>"

Authorizations

api-key
string
header
required

Project API Key

Body

application/json · string

Signed Tx Hex

The body is of type string.

Response

201
application/json

OK

The response is of type string.