Trading Intelligence
Call a derived metric with an API key
Prerequisites
- A funded API key
- curl
1. Set your key
Export the key issued in the console.
export SATELINK_KEY=sk_...2. Call the metric
Metered calls draw from your balance at the per-call price.
curl -H "X-API-Key: $SATELINK_KEY" \
https://rpc.satelink.network/v1/intelligence/funding-rate-heatmapWhat you built: You bought one derived market statistic per call.