List fee ledger entries with pagination.
cURL
curl --request GET \ --url https://api.ledger.so/v1/rake/ledger \ --header 'Api-Key: <api-key>'
{ "data": [ { "id": "<string>", "amount": 123, "balance": 123, "type": "fee", "createdAt": 123, "transactionId": "<string>", "description": "<string>" } ], "hasMore": true, "object": "list", "cursor": "<string>" }
API key for authentication. Get your key from the Dashboard.
Maximum number of entries to return (max 100)
1 <= x <= 100
Pagination cursor
List of ledger entries
Show child attributes
"list"
Cursor for next page