Skip to main content
GET
/
orders
List Orders
curl --request GET \
  --url https://api.paxos.com/v2/orders \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "f190b163-208f-4d73-8deb-4fb8b24add00",
      "profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
      "ref_id": "my-order-1",
      "status": "FILLED",
      "market": "ETHUSD",
      "side": "BUY",
      "type": "LIMIT",
      "price": "190.23",
      "base_amount": "2.35781498",
      "quote_amount": "0",
      "metadata": {
        "customer_id": "9b8c9cba-801e-4418-adc0-ede709df6339"
      },
      "amount_filled": "2.35781498",
      "volume_weighted_average_price": "190.23",
      "time_in_force": "GTC",
      "is_triggered": false
    },
    {
      "id": "81e26e1d-eddb-455a-8b44-e3d845432de7",
      "profile_id": "b7b77d82-e6a7-4ae9-9904-36231aedf985",
      "ref_id": "my-order-2",
      "status": "FILLED",
      "market": "BTCUSD",
      "side": "BUY",
      "type": "MARKET",
      "price": "0",
      "base_amount": "0",
      "quote_amount": "500.00",
      "metadata": {
        "customer_id": "9b8c9cba-801e-4418-adc0-ede709df6339"
      },
      "amount_filled": "0.05142181",
      "volume_weighted_average_price": "9723.50",
      "time_in_force": "FOK",
      "is_triggered": false
    }
  ],
  "next_page_cursor": "CgsIxom6iQYQwO39XBDbsdVz"
}
OAuth Scope
exchange:read_order

Authorizations

Authorization
string
header
required

Query Parameters

profile_id
string
account_id
string
market
enum<string>
Available options:
ETHEUR,
ETHSGD,
ETHUSD,
BTCEUR,
BTCSGD,
BTCUSD,
PAXGUSD,
BCHUSD,
LTCUSD,
USDPUSD,
LINKUSD,
MATICUSD,
AAVEUSD,
UNIUSD
status
enum<string>
Available options:
PENDING_SUBMISSION,
SUBMITTED,
OPEN,
FILLED,
CANCELLED,
REJECTED
order_time.begin
string<date-time>
order_time.end
string<date-time>
ref_ids
string[]
page_cursor
string
limit
integer

Response

200 - application/json
items
object[]
next_page_cursor
string