Retrieve Bank Statements

GET {{trading_url}}/account/bankstatements/

Request Params

KeyDatatypeRequiredDescription
typenullstring - filter for different types of bank statements: pay_in, pay_out, order_buy, order_sell, eod_balance, dividend (optional)

| | from | null | | string - filter for bank statements after a specific date, format: "YYYY-MM-DD" (optional) | | to | null | | string - filter for bank statements until a specific date, format: "YYYY-MM-DD" (optional) | | sorting | null | | string - sort bank statements in ascending or descending order: asc, desc | | limit | null | | int - pagination limit (optional) | | page | null | | int - results page (optional) |