Transactions

List transactions

get/transactions

Query parameters

pageinteger
perPageinteger
string
OR
string[]
string
OR
string[]
string
OR
string[]
payerstring[]
budgetstring[]
cardstring[]
currencystring[]
min_amountnumber
max_amountnumber
fromstring date-time
tostring date-time
searchstring
teamstring

Response

OK

messagestring required
statusboolean required
errorboolean required

Example response

{
  "status": true,
  "data": {
    "transactions": [
      {
        "assets": [
          {
            "code": "ast_AbCdEf01234567890"
          }
        ]
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.