Logo
DogeSend

Send a raw transaction

Sends a raw transaction to the Dogecoin network

POST
/doge/send

Send transaction request

encoded_transaction_hex?string

Response Body

curl -X POST "https://loading/doge/send" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "transaction_id": "string"
}
"string"
"string"