Skip to main content
GET
List orders

Authorizations

X-Api-Key
string
header
default:sb_test_your_key
required

API credential. Withdrawal quote and submit operations additionally require the documented Ed25519 timestamp, nonce, and signature headers.

Query Parameters

status
string | null

Optional order status filter. Supported values include pending, accepted, partially_filled, filled, cancelled, rejected, and expired.

pair_id
string | null

Trading pair identifier returned by GET /partner/exchange/markets, for example USD/NGN.

limit
integer<int64> | null

Number of orders to return for this page.

offset
integer<int64> | null

Offset for paginated order list reads.

Response

Order list

data
object
required

Paginated collection of orders for the authenticated account.

Example:
status
enum<string>
required
Available options:
success