Skip to main content
GET
Wallet transactions

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Query Parameters

after
string

Cursor from a previous response's pagination.next_cursor. Omit for the first page.

limit
integer
default:50

Page size. Default 50, max 100.

Required range: 1 <= x <= 100
sort
enum<string>
default:date_desc

Sort order. The cursor is bound to the direction it was issued for; switching mid-pagination requires restart.

Available options:
date_desc,
date_asc
transaction_id
string<uuid>

Exact-match lookup by transaction_id (the transaction_uuid from the response).

from
string<date>

Lower bound on the resource date (YYYY-MM-DD, UTC, inclusive).

to
string<date>

Upper bound on the resource date (YYYY-MM-DD, UTC, inclusive).

Response

Successful response

success
boolean
Example:

true

data
object[]
pagination
object

Cursor-based pagination (used by high-volume feeds: subscribers, transactions).