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

Path Parameters

txId
string
required

Transaction id

Body

application/json

Signed transaction payload

signedPayload
string

Response

OK

The response is of type object.