GET
/
orders

Query Parameters

portfolioIds
string[]

Comma-separated list of portfolio IDs to filter by

currencies
string[]

Comma-separated list of currencies to filter by base_currency or quote_currency

baseCurrencies
string[]

Comma-separated list of currencies to filter by base_currency

quoteCurrencies
string[]

Comma-separated list of currencies to filter by quote_currency

mainCurrencies
string[]

Comma-separated list of currencies to filter by main_currency (blockchain network)

orderTypes
enum<string>[]

Comma-separated list of order types to filter by. See details

Available options:
sell,
buy,
deposit,
withdraw,
multi-withdraw,
retrieved-deposit,
earn-reward
statuses
enum<string>[]

Comma-separated list of statuses to filter by. See details

Available options:
new,
waiting-funds,
reserved,
working,
waiting-approve,
co-sign-require,
approved,
processing,
executed,
canceled,
rejected,
declining,
declined,
blocked,
action-required,
require-initializer-approve,
waiting-counterparty-approve,
require-counterparty-approve,
ready-for-settlement,
settled,
part-signed-tx-added,
full-signed-tx-added,
rejected-part-signed-tx-added,
rejected-full-signed-tx-added,
awaiting-settlement,
master-password-required,
manual-resolving,
error,
pending-atomic-settlement-confirmation,
atomic-settlement-reservation-completed
offset
string
limit
string
default: 1000
externalOrderId
string

Filter by external order ID

transferChainId
string

Filter by transfer chain ID

transactionId
string

Filter by blockchain transaction ID

updatedSince
string

Filter by updated date since timestamp

createdSince
string

Filter by created date since timestamp

createdAtFrom
string

Filter by created date since timestamp

createdAtTo
string

Filter by created date to timestamp

terminatedAtFrom
string

Filter by terminated date since timestamp

terminatedAtTo
string

Filter by terminated date to timestamp

portfolioTypes
enum<string>[]

Comma-separated list of portfolio types to filter by. See details

Available options:
custody,
trading-vault,
trading,
external,
clearloop
excludedPortfolioTypes
enum<string>[]

Comma-separated list of portfolio types to exclude. See details

Available options:
custody,
trading-vault,
trading,
external,
clearloop
counterpartyId
string

Response

200 - application/json
orders
object[]
required