Crypto
GET /crypto/assets
List all available cryptocurrency assets
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all available cryptocurrency assets
GET https://api.marketdataset.ai/crypto/assets
curl "https://api.marketdataset.ai/crypto/assets" \
-H "X-API-KEY: sk_your_key"
{
"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
}
}