API Documentation

⌘K
Get free key
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/crypto-extended/coin-tickers/{coinId}?exchange=XNAS' \
  -H 'Accept: application/json'
200 Response
[
  {
  "exchange_id": "binance",
  "base": "BTC",
  "target": "USDT",
  "last_price": 0,
  "volume": 0,
  "converted_volume_usd": 0,
  "bid_ask_spread": 0,
  "trust_score": "string",
  "trade_url": "string"
}
]