Supported Formats

json

GET /api/accounts/:account_id/transactions
Lists account transactions

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden
404 Account Not found

Params

Param name Description
account_id
required

Validations:

  • Must be a String

page
optional

Pagination Parameter

Validations:

  • Must be a Integer

per_page
optional

Describes how many transactions to show on the list. Default is 50

Validations:

  • Must be a Integer