API Documentation
CoinAI.guru API Docs
Everything you need to integrate real-time cryptocurrency data into your applications. Get started quickly with our comprehensive guides.
Ctrl+K
Quick Start
- 1
- 2
Make your first request
Use your API key to authenticate and fetch data.
- 3
Build something awesome
Integrate real-time crypto data into your app, dashboard, or trading bot.
Authentication
All API requests require authentication using a Bearer token. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYSecurity tip: Never expose your API key in client-side code. Always make API calls from your backend server.
Code Examples
curl -X GET "https://api.coinai.guru/v1/coins/bitcoin" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"API Endpoints
Market Data
GET
/v1/coinsList all coins with market dataGET
/v1/coins/{id}Get detailed coin informationGET
/v1/coins/{id}/market_chartGet historical market dataGET
/v1/coins/{id}/ohlcGet OHLC candlestick dataExchanges
GET
/v1/exchangesList all exchangesGET
/v1/exchanges/{id}Get exchange detailsGET
/v1/exchanges/{id}/tickersGet exchange tickersGlobal
GET
/v1/globalGet global market dataGET
/v1/global/defiGet DeFi market dataGET
/v1/searchSearch for coins, exchangesWebSocket Streaming
Connect to our WebSocket endpoint for real-time price updates and market data streaming.
wss://stream.coinai.guru/v1/wsAvailable Channels
ticker.{symbol}- Real-time price updatestrades.{symbol}- Live trade streamorderbook.{symbol}- Order book updates
Official SDKs
JavaScript/TypeScriptstable
npm install @coinai/sdkPythonstable
pip install coinai-sdkGobeta
go get github.com/coinai/go-sdkRubybeta
gem install coinaiRate Limits
Free
10 requests/min
10,000 calls
Pro
100 requests/min
500,000 calls
Enterprise
Custom
Unlimited