How do I get my API ID and Secret keys?
You can read about the API integration related information and create an App here. The API ID and Secret keys will be displayed in the API dashboard as soon as you create the App.
Related Articles
What is the function of the "data" parameter in the get_orders API?
In the get_orders API, the "data" parameter serves a crucial role. It is used to specify the order IDs for which you wish to retrieve information. This parameter allows you to target your query to specific orders, enabling you to efficiently access ...
What is the function of the 'data' parameter in the 'get_orders' API?
In the 'get_orders' API, the 'data' parameter serves a crucial role. It is used to specify the order IDs for which you wish to retrieve information. This parameter allows you to target your query to specific orders, enabling you to efficiently access ...
How do I use the Quotes API to get quotes data for one or more symbols?
To fetch quotes data for one or multiple symbols, the Quotes API is your solution. This API provides comprehensive market quotes for up to 50 symbols at a time. Submit the symbols separated by commas to receive details such as change value, ...
How do I use the Market Depth API to get market depth data for a specific symbol?
To fetch market depth data for a specific symbol, utilize the Market Depth API. This API allows you to access comprehensive market data including quantities, OHLC (Open, High, Low, Close) values, and bid/ask prices for the symbol. When making your ...
How can I get historical data for a symbol over a specific date range using the History API?
To retrieve historical data for a symbol within a certain date range, use the History API. This API provides historical data (candles) for your specified symbol. When making your request, include the symbol, candle resolution (e.g., '1D' for daily), ...