Logo
lemon.markets API Documentation

Retrieve Bank Statements

GET {{trading_url}}/account/bankstatements/

 

Body PARAM

Key Datatype Required Description 
type
null string - 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)



HEADERS

Key Datatype Required Description 




RESPONSES

Curl
curl -X GET 'trading_url/account/bankstatements/?type=&from=&to=&sorting=&limit=&page='

ENDPOINTS