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.
-
Orders - Retrieve Orders GET {{trading_url}}/orders/
-
Account - Account information GET {{trading_url}}/account/
-
Account - Retrieve Withdrawals GET {{trading_url}}/account/withdrawals/
-
Account - Withdraw Money POST {{trading_url}}/account/withdrawals/
-
Account - Retrieve Documents GET {{trading_url}}/account/documents/
-
Account - Download Document GET {{trading_url}}/account/documents/:document_id/
-
Account - Retrieve Bank Statements GET {{trading_url}}/account/bankstatements/
-
Orders - Place Order POST {{trading_url}}/orders/
-
Orders - Activate Order POST {{trading_url}}/orders/:order_id/activate/
-
Orders - Retrieve single Order GET {{trading_url}}/orders/:order_id/