cURL
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>"
Submit a signed Dogecoin transaction to the network for processing and inclusion in the blockchain.
Project API Key
Signed Tx Hex
The body is of type object.
object
OK
The response is of type string.
string
Was this page helpful?