Skip to main content
GET
Get an order by id (v3 — amounts carry USD).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Order identifier: order_id, source Bitcoin txid, or source EVM tx hash

Response

Get order by order_id, source Bitcoin txid, or source EVM tx hash

Gateway order info (v3) — v2 shape plus USD on every amount field.

dstInfo
object
required

Destination info (v3) — adds usd.

id
string
required
srcInfo
object
required

Source-chain tx info (v3) — adds usd.

status
object
required

Gateway order status (v3) — mirrors v2 with USD-carrying transfer types.

timestamp
integer<int64>
required
depositAddress
string | null
estimatedTimeInSecs
integer<int64> | null
Required range: x >= 0