GET
/
api
/
orders
/
{id}

Requirements to consume the endpoint.

User approved

The user must be approved in at least one country.

Authorizations

x-api-key
string
headerrequired

Path Parameters

id
string
required

Id of the order to be obtained.

Response

200 - application/json
fees
object

Object containing detailed information about various fees

originOfFunds
object

Details on the origin of funds, only available when the order status is complete

destinationOfFunds
object

Details about the destination of funds

quoteId
string

The unique identifier of the quote

userId
string

The unique identifier of the user

status
enum<string>

The current status of the order

Available options:
created,
cancelled,
processing,
sourcingLiquidity,
cryptoAddressAdded,
liquiditySourced,
awaitingBankPayoutDetails,
awaitingBinanceSettlement,
binanceSettlementFailed,
incorrectBinanceSettlement,
depositRegistered,
depositConfirmed,
paymentOriginMismatch,
paid,
filled,
refundInitiated,
addressCheckPassed,
depositAddressCreated,
complete,
failedPayment,
bankPayoutDetailsAdded,
awaitingPayment,
awaitingOriginOrderCompletion,
awaitingTransferReissue,
awaitingPayout,
awaitingAsyncPayout,
awaitingAsyncPayment,
awaitingBridgeRouting,
failedFill,
failedTransfer,
failedQuote,
failedProcessorRouting,
failedLiquidityRouting,
failedFees,
incorrectAmountPaid,
insufficientLiquidityFailed,
depositAddressFailed,
addressCheckFailed,
refundFailed,
refundComplete,
bridgeOrderCreationFailed,
bridgeOrderRoutingFailed,
bridgeTransferFailed,
depositAmountMismatchFailed,
failedUnknown,
expired
crypto
enum<string>

The type of cryptocurrency involved in the order

Available options:
USDC,
USDC_POLYGON,
USDC_POLYGON_NXTB,
SOL_USDC_PTHX,
USDT_POLYGON,
USDT_ERC20,
TRX_USDT_S2UZ
side
enum<string>

The side of the order

Available options:
buy,
sell
fiat
enum<string>

The type of fiat currency used

Available options:
USD,
MXN,
PEN
createdAt
string

The date and time the order was created

country
enum<string>

The country of the user

Available options:
MX,
PE,
US
amountFiat
number

The amount in fiat currency

amountCrypto
number

The amount in cryptocurrency

price
number

The price of the cryptocurrency

netPrice
number

The net price of the cryptocurrency

notes
string

Any additional notes

payoutBankAccountId
string

The unique identifier of the bank account to which the payout will be sent

expiredQuotes
string[]

List of expired quotes

USBankTransferMethod
enum<string>

Indicates bank transfer method, applies only to the United States.

Available options:
ach_push,
wire
cryptoAddress
string

The address of the cryptocurrency

depositAddress
string

The deposit address

amountFiatReceived
number

The amount of fiat received

withdrawalTxId
string

The unique identifier for the withdrawal transaction on the blockchain

withdrawalTxIds
string[]

List of unique identifiers of withdrawal transactions on the blockchain.

id
string

The ID of the order