POST
/
txmanager
/
turbosubmit
Turbo submit transaction
curl --request POST \
  --url https://mainnet.gomaestro-api.org/v1/txmanager/turbosubmit \
  --header 'Content-Type: <content-type>' \
  --header 'api-key: <api-key>' \
  --data '"<string>"'
"<string>"

Authorizations

api-key
string
header
required

API key for authenticating requests.

Headers

Content-Type
enum<string>
required
Available options:
application/cbor

Body

application/cbor · string

CBOR encoded transaction

The body is of type string.

Response

202
text/plain

Transaction accepted for turbo submission.

The response is of type string.