POST
/
v2
/
transactions
/
{txId}
/
submit-hash
Submit a transaction hash
curl --request POST \
  --url https://api.dfb.network/v2/transactions/{txId}/submit-hash \
  --header 'Content-Type: application/json' \
  --data '
{
  "hash": "<string>"
}
'
{}

Path Parameters

txId
string
required

Transaction id

Body

application/json

Broadcast transaction hash

hash
string

Response

OK

The response is of type object.