Post dexConfirmTx API
Confirms whether a specific transaction hash has been successfully processed on-chain.
Endpoint: POST /dexConfirmTx
POST /dexConfirmTxField
Type
Description
Example request:
POST /dexConfirmTx
Content-Type: application/json
{
"id": "6689b73ec90e45f3b3e51553",
"txHash": "0x123456789abcdef..."
}Example response:
trueField
Type
Description
Last updated