Find transactions for account.

/v3/ledger/transaction/account

1 credit per API call.


Finds transactions for the account identified by the given account ID.

Log in to see full request history
Query Params
number
1 to 50

Max number of items per page is 50. Either count or pageSize is accepted.

number

Offset to obtain the next page of data.

boolean

Get the total transaction count based on the filter. Either count or pageSize is accepted.

Body Params
string
required
length between 24 and 24

Account ID - source of transaction(s).

string
length between 24 and 24

Counter account - transaction(s) destination account.

int64
≥ 0

Starting date to search for transactions from in UTC millis. If not present, search all history.

int64
≥ 0

Date until to search for transactions in UTC millis. If not present, search up till now.

string
length between 1 and 50

Currency of the transactions.

amount
array of objects

Amount of the transaction. AND is used between filter options.

amount
currencies
array of strings

List of currencies of the transactions.

currencies

Type of payment

transactionTypes
array of strings

Types of payment

transactionTypes
string

Type of operation

string
length between 1 and 100

For bookkeeping to distinct transaction purpose.

string
length between 1 and 100

Payment ID defined in payment order by sender.

string
length between 1 and 500

Recipient note defined in payment order by sender.

string
length between 1 and 500

Sender note defined in payment order by sender.

Responses

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