Skip to main content

1. Create an Account

Sign up at app.pedge.xyz. You’ll get 50 free credits and a default API key automatically.

2. Get Your API Key

After signing up, your API key is shown on the dashboard. Copy it — it’s only shown once. You can also create additional keys at app.pedge.xyz/dashboard/keys.

3. Make Your First Call

curl https://api.pedge.xyz/v1/signals/scanner \
  -H "Authorization: Bearer pdg_your_key_here"
This returns the top coins ranked by unusual derivatives activity — the entry point for every session.

4. Check a Specific Coin

curl "https://api.pedge.xyz/v1/signals/coin?coin=BTC" \
  -H "Authorization: Bearer pdg_your_key_here"
Returns everything about BTC in a single call: price, funding, OI, regime, heat index, liquidation levels, CVD, and active divergences.

5. Check Your Balance

Every response includes a X-Credits-Remaining header. You can also check your balance at app.pedge.xyz/dashboard/billing.

6. Top Up Credits

When you need more credits, go to app.pedge.xyz/dashboard/billing and click “Buy credits”. $10 = 1,000 credits. Credits never expire.