Skip to main content
GET
List orders for a wallet
List orders for a wallet address. Auth & Scope
  • Internal keys: return all orders for the wallet.
  • Regular developer keys: return only orders owned by the calling user for that wallet.
Pagination
  • limit (default 50, max 200)
  • offset (default 0)

Authorizations

X-API-Key
string
header
required

Query Parameters

wallet_address
string
required

The wallet address to check the orders for

limit
integer
default:50

Max rows per page

Required range: 1 <= x <= 200
offset
integer
default:0

Rows to skip (for pagination)

Required range: x >= 0

Response

Orders fetched successfully