BOB Gateway

Register a tx for a request (V3 body).

PATCH
/v3/register-tx

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

V3 register-tx body. Offramp and token-swap use chain-aware srcTxHash + srcChain (EVM 0x… on EVM chains, Base58 signature on Solana).

V3 register-tx body. Offramp and token-swap use chain-aware srcTxHash + srcChain (EVM 0x… on EVM chains, Base58 signature on Solana).

Response Body

application/json

application/json

curl -X PATCH "https://example.com/v3/register-tx" \  -H "Content-Type: application/json" \  -d '{    "onramp": {      "order_id": "string"    }  }'
{  "onramp": {    "txid": "string"  }}