Logo
lemon.markets API Documentation

Trading API

Number of APIs: 14


The trading API can be used to place and activate orders, manage your portfolio and access your lemon.markets account.


1. Orders - Retrieve Orders

GET {{trading_url}}/orders/



2. Account - Account information

GET {{trading_url}}/account/



3. Account - Retrieve Withdrawals

GET {{trading_url}}/account/withdrawals/



4. Account - Withdraw Money

POST {{trading_url}}/account/withdrawals/



5. Account - Retrieve Documents

GET {{trading_url}}/account/documents/



6. Account - Download Document

GET {{trading_url}}/account/documents/:document_id/



7. Account - Retrieve Bank Statements

GET {{trading_url}}/account/bankstatements/



8. Orders - Place Order

POST {{trading_url}}/orders/



9. Orders - Activate Order

POST {{trading_url}}/orders/:order_id/activate/



10. Orders - Retrieve single Order

GET {{trading_url}}/orders/:order_id/



ENDPOINTS