Cryptocurrency — entry 039 of 53
Indodax
Indodax is Indonesia's largest cryptocurrency exchange, trading Bitcoin and other assets against the Indonesian rupiah. Its REST API offers keyless public market data — tickers, order books, trade history — alongside HMAC-SHA512-signed private endpoints for trading and account management, plus public and private WebSocket streams for real-time data. The API is free to use for any developer with an Indodax account.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Public REST API (keyless): 180 requests/minute. Private Trade API (keyed): 20 requests/second per account+pair (5-second trading block if exceeded), 30 requests/second for order cancellation and cancellation by Client Order ID