Skip to main content
GET
List card transactions
Requires Authorization: Bearer <user-access-token> — the token from Verify login code.
Use the query parameters to filter by card, transaction type, page size, or pagination cursor.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cardId
string<uuid>

Filter by a specific card identifier.

type
string

Filter by transaction type.

limit
integer
default:50

Maximum number of results to return. Defaults to 50.

Required range: x >= 1
cursor
string

Pagination cursor from a previous response.

Response

Transaction history returned successfully.

items
object[]
required
nextCursor
string | null

Opaque cursor for retrieving the next page of results. Null when there are no more pages.

Example:

"eyJpZCI6InR4bl9hMWIyYzNkNGU1ZjYifQ=="