Transactions
List transactions
get/transactions
Query parameters
pageinteger
perPageinteger
payerstring[]
budgetstring[]
cardstring[]
currencystring[]
min_amountnumber
max_amountnumber
fromstring date-time
tostring date-time
searchstring
teamstring
Response
OK
Example response
{
"status": true,
"data": {
"transactions": [
{
"assets": [
{
"code": "ast_AbCdEf01234567890"
}
]
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.