Skip to main content
GET
List transactions for an account

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

id
string
required

Query Parameters

start_time
string<date-time>

Start of a half-open UTC Period. Date-only YYYY-MM-DD is that UTC midnight. ISO with a time is an instant (naive ISO is UTC).

Example:

"2026-08-17"

end_time
string<date-time>

Exclusive end of a half-open UTC Period. Date-only YYYY-MM-DD is the next UTC midnight. ISO with a time is an instant (naive ISO is UTC).

Example:

"2026-08-17"

cursor
string

Opaque cursor returned in meta.next_cursor of a previous response.

Example:

"eyJwYWdlVG9rZW4iOiJYWVoifQ=="

size
number
default:100
Required range: 1 <= x <= 1000
Example:

100

Response

200 - application/json
items
object[]
required
meta
object
required
Last modified on September 9, 2026