Account
Dashboard.
Loading your account
Couldn't reach your account.
API keys
Shown once. Copy it now, it will not be displayed again.
Quickstart
curl https://api.seekingdata.dev/v1/catalogcurl -H "Authorization: Bearer $SEEKINGDATA_KEY" "https://api.seekingdata.dev/v1/data/crypto/spot/reference_price?entity=BTC-USD"curl -H "Authorization: Bearer $SEEKINGDATA_KEY" "https://api.seekingdata.dev/v1/data/crypto/options/chain?entity=BTC"{
"mcpServers": {
"seekingdata": {
"url": "https://api.seekingdata.dev/mcp",
"headers": {
"Authorization": "Bearer $SEEKINGDATA_KEY"
}
}
}
}