Skip to main content
GET
/
ledger
/
transactions
Get transaction history for current user
curl --request GET \
  --url https://api.example.com/ledger/transactions \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Query Parameters

currency
string

Filter transactions by currency code (ISO 4217, optional)

Example:

"EUR"

limit
number

Maximum number of transactions to return (1-500)

Required range: 1 <= x <= 500
Example:

100

offset
number

Number of transactions to skip for pagination

Required range: x >= 0
Example:

0

Response

Transaction history retrieved successfully with pagination details