Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

Required when calling the hosted API directly (curl, requests, fetch). SDK users pass credentials via constructor params instead.

Path Parameters

feed
enum<string>
required

The data feed provider.

Available options:
binance,
chainlink

Query Parameters

symbol
string
required

Trading pair (e.g. BTC/USD, BTC/USDT)

Response

200 - application/json

Successful response

success
boolean
Example:

true

data
object

CCXT-compatible ticker with last trade price and metadata.