Get an order by ID (V4 — amounts carry USD).
Authorization
api_key AuthorizationBearer <token>
In: header
Path Parameters
id*string
Order identifier: order_id, source Bitcoin txid, or source EVM tx hash
Response Body
application/json
application/json
curl -X GET "https://example.com/v4/get-order/string"{ "depositAddress": "string", "dstInfo": { "amount": "string", "chain": "string", "token": "string", "usd": "string" }, "estimatedTimeInSecs": 0, "id": "string", "srcInfo": { "amount": "string", "chain": "string", "token": "string", "txHash": "string", "usd": "string" }, "status": { "inProgress": { "pending_btc_payment": null, "refund_tx": null } }, "timestamp": 0}Delegate on-chain submission of a signed onramp Bitcoin transaction to the gateway (V4). PATCH
The gateway validates the transaction against the order, screens it, and broadcasts it, so the user does not submit it themselves. Only the raw transaction is accepted (no txid), and only for onramps: offramp and token-swap source transactions are indexed from the chain.
Get user orders (V4 — amounts carry USD). GET
Next Page