get https://api-sandbox.poweredbyibex.io/v2/transaction/account//all
SettledThis endpoint only returns settled transactions.
This endpoint will not return information regarding unpaid invoices.
Default behavior is newest transactions first (settledAt), to reverse this add - before settled at.
i.e. -settledAt
Example: An account has 9 transactions:
- limit = 10
- page = 0
Result will be from transaction 1 - 10 but only 9 transactions will show.
- limit = 10
- page = 1
Result will be from transaction 11 - 20 but since there only 9, it will return [].