Retrieve Ledger Entries for an Account

Retrieves all entries for a specific account_id. Specific times can be specified where required

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 36
^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$

The Identifier associated to the Account

Query Params
date
required

Only entries from the date (YYYY-MM-DD) populated will be retrieved

date
required

Only entries before the date (YYYY-MM-DD) will be retrieved

string

Time in ISO 8601 format (HH:MM:SS). If not populated, all entries will be retrieved from 00:00:00 UTC of the from_date

string

Time in ISO 8601 format (HH:MM:SS). If not populated, all entries will be retrieved up to 23:59:59 UTC of the to_date

string

Enables you to order from the newest (asc) to the oldest or oldest (desc) to newest entry

string
^([1-9][0-9]?|100)$

Allows you to limit the number of entries returned per request. Use the next_page_token for pagination.

string

To retrieve the next selection of entries, the next_page_token is required

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json