Quick Start
Obtain API Keys
Log in to your Tradebit account.
Navigate to API Management and create a new API key.
Make Your First API Request
Use the API key and secret to authenticate your requests.
Construct a simple API request to retrieve account information or market data. Here's an example using cURL
curl -H "X-MBX-APIKEY: YOUR_API_KEY" "https://api.tradebit.io/api/login
Replace with your actual API key.
Last updated