Skip to main content

Endpoint

GET https://api.marketdataset.ai/crypto/assets

Parameters

No parameters required.

Credit cost

$0.001 per request

Example request

curl "https://api.marketdataset.ai/crypto/assets" \
  -H "X-API-KEY: sk_your_key"

Example response

{
  "assets": [
    { "symbol": "BTC", "name": "Bitcoin", "exchange": "binance" },
    { "symbol": "ETH", "name": "Ethereum", "exchange": "binance" },
    { "symbol": "SOL", "name": "Solana", "exchange": "binance" }
  ],
  "meta": {
    "request_id": "req_abc123",
    "credits_used": 0.001,
    "credits_remaining": 49.999
  }
}