Skip to main content
GET
List orders

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Query Parameters

status
enum<string>

Filter by status

Available options:
created,
awaiting_funds,
funds_received,
executing,
completed,
failed,
expired,
cancelled
from
string

ISO-8601 lower bound on createdAt (inclusive)

to
string

ISO-8601 upper bound on createdAt (exclusive)

limit
number
default:20

Page size (1-100, default 20)

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor

Response

Orders page

data
object[]
required
hasMore
boolean
required

Whether more items exist after this page

Example:

true

nextCursor
string | null
required

Opaque cursor for the next page, or null when there are no more items

object
enum<string>
required

Stable collection discriminator

Available options:
order.list
Example:

"order.list"