Skip to main content
GET
Get payment status

Example request

Example response

Status values

route.amount is in the token’s smallest unit (wei for ETH). send.amount from the quote is human-readable.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Quote ID returned from POST /api/quote

Example:

"5af8532c-5bf4-45c2-b099-1b36e96e91a3"

Response

200 - application/json

Payment status

success
boolean
quoteId
string
status
enum<string>
Available options:
AWAITING_DEPOSIT,
DEPOSIT_RECEIVED,
EXECUTING,
COMPLETED,
EXPIRED,
FAILED
createdAt
integer
expiresAt
integer
depositAddress
string
deposit
object | null
gas
object | null
execution
object
route
object
error
string | null