Vai al contenuto
GET /v1/chain

Options volume + top venues for a chain

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/optionsdex-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

curl "https://api.oanor.com/optionsdex-api/v1/chain" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/optionsdex-api/v1/chain", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/optionsdex-api/v1/chain");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/optionsdex-api/v1/chain",
    headers={"x-oanor-key": "oanor_test_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "data": {
        "chain": "arbitrum",
        "metric": "notional",
        "source": "DeFiLlama",
        "total_d7": 335825,
        "protocols": [
            {
                "d7": null,
                "d30": 807097,
                "h24": null,
                "name": "Hegic",
                "chains": [
                    "Arbitrum"
                ],
                "category": "Options"
            },
            {
                "d7": null,
                "d30": null,
                "h24": null,
                "name": "Premia V2",
                "chains": [
                    "Ethereum",
                    "Arbitrum",
                    "Fantom",
                    "OP Mainnet"
                ],
                "category": "Options"
            },
            {
                "d7": null,
                "d30": null,
                "h24": null,
                "name": "Derive V1",
                "chains": [
                    "OP Mainnet",
                    "Arbitrum"
                ],
                "category": "Options"
            },
            {
                "d7": null,
                "d30": null,
                "h24": null,
                "name": "Rysk V1",
                "chains": [
                    "Arbitrum"
                ],
                "category": "Options"
            },
            {
                "d7": null,
                "d30": null,
                "h24": null,
                "name": "Premia V3",
                "chains": [
                    "Arbitrum"
                ],
                "category": "Options"
            },
            {
                "d7": null,
                "d30": null,
                "h24": null,
                "name": "Valorem",
                "chains": [
                    "Arbitrum"
                ],
                "category": "Options Vault"
            },
            {
                "d7": null,
                "d30": null,
                "h24": null,
                "name": "Stryke CLAMM",
                "chains": [
                    "Arbitrum",
                    "Sonic",
                    "Base",
                    "Blast",
                    "Mantle"
                ],
                "category": "Options"
            },
            {
                "d7": null,
                "d30": null,
                "h24": null,
                "name": "Smilee Finance Arbitrum",
                "chains": [
                    "Arbitrum"
                ],
                "category": "Options"
            },
            {
                "d7": null,
                "d30": null,
                "h24": null,
                "name": "Moby",
                "chains": [
                    "Arbitrum",
                    "Berachain"
                ],
                "category": "Options"
            },
            {
                "d7": 0,
                "d30": 0,
                "h24": 0,
                "name": "Jasper Vault",
         
…