Data API
API dashboard.
Loading your account
Couldn't reach your account.
API keys
Shown once. Copy it now, it will not be displayed again.
Subscription, pay with USDC
Loading…
Public profile
Your nickname is your public handle: dashboards you publish read “by <nickname>” and link to your profile page.
Quickstart
curl https://api.seekingdatalabs.com/v1/catalogcurl -H "Authorization: Bearer $SEEKINGDATA_KEY" "https://api.seekingdatalabs.com/v1/data/crypto/spot/reference_price?entity=BTC-USD"curl -H "Authorization: Bearer $SEEKINGDATA_KEY" "https://api.seekingdatalabs.com/v1/data/crypto/options/chain?entity=BTC"{
"mcpServers": {
"seekingdata": {
"url": "https://api.seekingdatalabs.com/mcp",
"headers": {
"Authorization": "Bearer $SEEKINGDATA_KEY"
}
}
}
}