Orders API
Get orders
GET
Requirements to consume the endpoint.
User approved
The user must be approved in at least one country.
Authorizations
Query Parameters
User id by which you want to filter.
Example:
"665f4084b96e4fb76f5a0e0c"
Broker id by which you want to filter.
Example:
"655f4084b96e4fb76f5a0e6e"
Quote id by which you want to filter.
Example:
"765f4084b96e4fb76f5a4fb0"
Start date by which you want to filter.
Example:
"2024-01-15"
End date by which you want to filter.
Example:
"2024-05-30"
Fiat by which you want to filter.
Available options:
USD
, MXN
, PEN
Crypto by which you want to filter.
Available options:
USDC
, USDC_POLYGON_NXTB
, SOL_USDC_PTHX
, USDT_POLYGON
, USDT_ERC20
, TRX_USDT_S2UZ
Side by which you want to filter.
Available options:
buy
, sell
Status by which you want to filter.
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
Country by which you want to filter.
Available options:
MX
, PE
, US
Used to specify the current page you want to get in the paging results.
Used to specify the maximum number of records to be returned on a single page.
Response
200
application/json
OK
The response is of type object[]
.