x402 List

x402 Protocol Service Directory

DefiLlama Data API (x402 Atlas)

Finance

Pay-per-call proxy over DefiLlama public data: DeFi TVL, yield pool APY, token prices, DEX and fee volumes, stablecoin supply. 30 endpoints at $0.005 per call in USDC on Base. Operated by x402 Atlas, not affiliated with DefiLlama.

Pay from $0.005 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://defillama.use.x402atlas.com ENDPOINTS 10 NETWORK Base / Solana ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
146ms
avg response
110ms
total checks
47
compliance A (11/11)

11 of 11 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.005 (p36 in Finance)
price (min)
$0.005
category percentile (min)
p36 in Finance
endpoints / prices
10 / 1
model
flat
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

traction $0 30d · 0 buyers
volume 30d
$0
buyers 30d
0
settlements 30d
0
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d

Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

Provides DeFi data including TVL, yields, prices, and stablecoin information across various blockchain chains.

category
defi-data
in
query params
auth
none
defitvlyieldspricesstablecoinsblockchain

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET
GET /chains $0.005 Base/Solana USDC
GET /prices-current $0.005 Base/Solana USDC
GET /stablecoin-chains $0.005 Base/Solana USDC
GET /stablecoin-charts-all $0.005 Base/Solana USDC
GET /stablecoin-charts-chain $0.005 Base/Solana USDC
GET /stablecoin-prices $0.005 Base/Solana USDC
GET /stablecoins $0.005 Base/Solana USDC
GET /tvl $0.005 Base/Solana USDC
GET /yields $0.005 Base/Solana USDC
GET /yields-chart $0.005 Base/Solana USDC
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /chains returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://defillama.use.x402atlas.com/chains'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/yields",
      "mimeType": "application/json",
      "description": "Yield pools by DefiLlama — every tracked pool with APY, TVL, project and chain.",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "data": {
                "data": [
                  {
                    "apy": 4.21,
                    "pool": "747c1d2a-c668-4682-b9f9-296708a3dd90",
                    "chain": "Ethereum",
                    "symbol": "USDC",
                    "tvlUsd": 123000000,
                    "project": "aave-v3"
                  }
                ],
                "status": "success"
              },
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "yield",
          "apy",
          "pools",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "data": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "apy": {
                                "type": "number"
                              },
                              "pool": {
                                "type": "string",
                                "description": "DefiLlama pool id (uuid)"
                              },
                              "chain": {
                                "type": "string"
                              },
                              "symbol": {
                                "type": "string"
                              },
                              "tvlUsd": {
                                "type": "number"
                              },
                              "project": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "status": {
                          "type": "string"
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Time the upstream was queried"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/stablecoins",
      "mimeType": "application/json",
      "description": "Stablecoins by DefiLlama — all tracked stablecoins with circulating supply (optionally current peg prices).",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "includePrices": "true"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "data": {
                "peggedAssets": [
                  {
                    "name": "Tether",
                    "symbol": "USDT",
                    "circulating": {
                      "peggedUSD": 110000000000
                    }
                  }
                ]
              },
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "stablecoins",
          "supply",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "includePrices": {
                      "type": "string",
                      "maxLength": 200,
                      "description": "Set to true to include current peg prices (e.g. true)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "peggedAssets": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "symbol": {
                                "type": "string"
                              },
                              "circulating": {
                                "type": "object",
                                "description": "Current circulating supply, keyed by peg type (e.g. peggedUSD)"
                              }
                            }
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Time the upstream was queried"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/prices-current",
      "mimeType": "application/json",
      "description": "Current token prices by DefiLlama — latest USD price, symbol and decimals for one or many coins by chain:address or coingecko:id.",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "coins": "ethereum:0xdAC17F958D2ee523a2206206994597C13D831ec7,coingecko:ethereum",
              "searchWidth": "4h"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "data": {
                "coins": {
                  "coingecko:ethereum": {
                    "price": 3500,
                    "symbol": "ETH",
                    "decimals": 18
                  }
                }
              },
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "price",
          "token",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "coins"
                  ],
                  "properties": {
                    "coins": {
                      "type": "string",
                      "pattern": "^[A-Za-z0-9:,_.-]+$",
                      "maxLength": 3000,
                      "minLength": 1,
                      "description": "Comma-separated coins as {chain}:{address} or coingecko:{id}"
                    },
                    "searchWidth": {
                      "type": "string",
                      "maxLength": 200,
                      "description": "Optional time range to search for the price (e.g. 4h)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "coins": {
                          "type": "object",
                          "description": "Map keyed by the requested coin id (e.g. coingecko:ethereum)",
                          "additionalProperties": {
                            "type": "object",
                            "properties": {
                              "price": {
                                "type": "number",
                                "description": "Latest USD price"
                              },
                              "symbol": {
                                "type": "string"
                              },
                              "decimals": {
                                "type": "integer"
                              }
                            }
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Time the upstream was queried"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/chains",
      "mimeType": "application/json",
      "description": "Chains by TVL from DefiLlama — current total-value-locked for every tracked chain.",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "data": [
                {
                  "tvl": 123000000000,
                  "name": "Ethereum",
                  "gecko_id": "ethereum",
                  "tokenSymbol": "ETH"
                }
              ],
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "tvl",
          "chains",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "tvl": {
                            "type": "number",
                            "description": "Current total value locked in USD"
                          },
                          "name": {
                            "type": "string",
                            "description": "Chain name"
                          },
                          "gecko_id": {
                            "type": "string",
                            "description": "CoinGecko id of the native token"
                          },
                          "tokenSymbol": {
                            "type": "string",
                            "description": "Chain's native token symbol"
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "When this bridge fetched the upstream data"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/tvl",
      "mimeType": "application/json",
      "description": "Current protocol TVL by DefiLlama — the single latest total-value-locked number for one protocol by slug.",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "protocol": "aave"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "data": 12300000000,
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "tvl",
          "protocol",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "protocol"
                  ],
                  "properties": {
                    "protocol": {
                      "type": "string",
                      "pattern": "^[^/?#]+$",
                      "maxLength": 100,
                      "minLength": 1,
                      "description": "Protocol slug (e.g. aave, uniswap, lido)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "number",
                      "description": "Latest total-value-locked USD scalar for the protocol"
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Time the upstream was queried"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/stablecoin-prices",
      "mimeType": "application/json",
      "description": "Stablecoin peg prices by DefiLlama — historical peg price of every tracked stablecoin.",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "data": [
                {
                  "date": "1656633600",
                  "prices": {
                    "1": 1.001
                  }
                }
              ],
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "stablecoins",
          "price",
          "peg",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string",
                            "description": "Unix timestamp (seconds) as a string"
                          },
                          "prices": {
                            "type": "object",
                            "description": "Map keyed by DefiLlama stablecoin numeric id to its peg price on this date",
                            "additionalProperties": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Time the upstream was queried"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/stablecoin-charts-chain",
      "mimeType": "application/json",
      "description": "Historical stablecoin market cap on one chain from DefiLlama — circulating-supply time series for a single chain.",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "chain": "Ethereum",
              "stablecoin": "1"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "data": [
                {
                  "date": "1656633600",
                  "totalCirculatingUSD": {
                    "peggedUSD": 80000000000
                  }
                }
              ],
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "stablecoins",
          "mcap",
          "chain",
          "history",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "chain"
                  ],
                  "properties": {
                    "chain": {
                      "type": "string",
                      "pattern": "^[^/?#]+$",
                      "maxLength": 100,
                      "minLength": 1,
                      "description": "Chain name (e.g. Ethereum, Arbitrum)"
                    },
                    "stablecoin": {
                      "type": "string",
                      "maxLength": 200,
                      "description": "Optional DefiLlama stablecoin id to scope the chart (e.g. 1 for Tether)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string",
                            "description": "Unix timestamp (seconds) as a string"
                          },
                          "totalCirculatingUSD": {
                            "type": "object",
                            "description": "Total circulating stablecoin USD on this chain and date, keyed by peg type (e.g. peggedUSD)"
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Time the upstream was queried"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/stablecoin-charts-all",
      "mimeType": "application/json",
      "description": "Historical stablecoin market cap from DefiLlama — aggregate circulating-supply time series across all chains.",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "stablecoin": "1"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "data": [
                {
                  "date": "1656633600",
                  "totalCirculatingUSD": {
                    "peggedUSD": 150000000000
                  }
                }
              ],
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "stablecoins",
          "mcap",
          "history",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "stablecoin": {
                      "type": "string",
                      "maxLength": 200,
                      "description": "Optional DefiLlama stablecoin id to scope the chart (e.g. 1 for Tether)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string",
                            "description": "Unix timestamp (seconds) as a string"
                          },
                          "totalCirculatingUSD": {
                            "type": "object",
                            "description": "Total circulating stablecoin USD on this date, keyed by peg type (e.g. peggedUSD)"
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Time the upstream was queried"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/stablecoin-chains",
      "mimeType": "application/json",
      "description": "Stablecoin market cap by chain from DefiLlama — current total stablecoin circulating supply per chain.",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET"
          },
          "output": {
            "type": "json",
            "example": {
              "data": [
                {
                  "name": "Ethereum",
                  "totalCirculatingUSD": {
                    "peggedUSD": 80000000000
                  }
                }
              ],
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "stablecoins",
          "chains",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {}
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string",
                            "description": "Chain name"
                          },
                          "totalCirculatingUSD": {
                            "type": "object",
                            "description": "Total circulating stablecoin USD on this chain, keyed by peg type (e.g. peggedUSD)"
                          }
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Time the upstream was queried"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "tier": "standard",
          "version": "2",
          "merchant": "x402Atlas"
        },
        "payTo": "0xCB8025D951e5E45Be7D288B658EEee6f05713006",
        "amount": "5000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "tier": "standard",
          "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM",
          "merchant": "x402Atlas"
        },
        "payTo": "ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ",
        "amount": "5000",
        "scheme": "exact",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://defillama.use.x402atlas.com/yields-chart",
      "mimeType": "application/json",
      "description": "Yield pool history by DefiLlama — historical APY and TVL for one pool by pool id.",
      "serviceName": "DefiLlama — DeFi TVL, Yields, Prices & Stablecoins"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "pool": "747c1d2a-c668-4682-b9f9-296708a3dd90"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "data": {
                "data": [
                  {
                    "apy": 4.21,
                    "tvlUsd": 123000000,
                    "timestamp": "2026-06-30T00:00:00Z"
                  }
                ],
                "status": "success"
              },
              "queried_at": "2026-07-01T12:00:00Z"
            }
          }
        },
        "tags": [
          "defi",
          "yield",
          "apy",
          "pool",
          "defillama",
          "crypto"
        ],
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "required": [
                    "pool"
                  ],
                  "properties": {
                    "pool": {
                      "type": "string",
                      "pattern": "^[^/?#]+$",
                      "maxLength": 100,
                      "minLength": 1,
                      "description": "DefiLlama pool id (uuid, from the /yields list)"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "required": [
                    "queried_at",
                    "data"
                  ],
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "data": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "apy": {
                                "type": "number"
                              },
                              "tvlUsd": {
                                "type": "number"
                              },
                              "timestamp": {
                                "type": "string",
                                "format": "date-time"
                              }
                            }
                          }
                        },
                        "status": {
                          "type": "string"
                        }
                      }
                    },
                    "queried_at": {
                      "type": "string",
                      "format": "date-time",
                      "description": "Time the upstream was queried"
                    }
                  }
                }
              }
            }
          }
        },
        "category": "finance",
        "routeTemplate": ":var1"
      }
    },
    "x402Version": 2
  }
]

UPTIME

07-20 · uptime 100.0% · 102ms avg07-21 · uptime 100.0% · 111ms avg07-2007-21
RESPONSE TIME
07-20 · 102ms avg07-20 · 102ms avg07-21 · 111ms avg07-21 · 111ms avg07-2007-21
7d UPTIME 100%
UPTIME 7D 100%
AVG RESP 109ms
TOTAL CHECKS 63

RECENT CHECKS

TIME STATUS RESP
● OK 91ms
● OK 132ms
● OK 91ms
● OK 124ms
● OK 110ms
● OK 87ms
● OK 80ms
● OK 97ms
● OK 101ms
● OK 110ms
● OK 84ms
● OK 111ms
● OK 121ms
● OK 122ms
● OK 130ms
● OK 113ms
● SLOW 168ms
● OK 99ms

OVER TIME

All charts share the 7d window selected here. Every series is also served as JSON at /api/v1/services/defillama-data-api-x402-atlas/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).

PRICE (captured 402, USD)
07-20 · $0.00507-21 · $0.005$0.00507-2007-21

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checksuptimecompliance07-2007-21
VOLUME (on-chain settlement, USD)
no on-chain volume yet

Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 20 services sharing it: a declared convention, not an individually observed measure.

DISTINCT BUYERS
no distinct buyers yet

Shared payout address (19 other services). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 20 services sharing the address and can be fractional: a declared convention, not an individually observed measure.

COMPLIANCE

11/11 checks pass · grade A
  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS

EMBED THIS BADGE

Show that DefiLlama Data API (x402 Atlas) is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

DefiLlama Data API (x402 Atlas) listed on x402-list
status
DefiLlama Data API (x402 Atlas) uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/defillama-data-api-x402-atlas?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/defillama-data-api-x402-atlas.svg" alt="DefiLlama Data API (x402 Atlas) listed on x402-list" height="28">
</a>
// Markdown
[![DefiLlama Data API (x402 Atlas) on x402-list](https://x402-list.com/badge/defillama-data-api-x402-atlas.svg)](https://x402-list.com/services/defillama-data-api-x402-atlas?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/defillama-data-api-x402-atlas?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/defillama-data-api-x402-atlas.svg?data=uptime" alt="DefiLlama Data API (x402 Atlas) uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]