mirrored listing x402 eip155:8453

Complete real-time cryptocurrency price snapshot from the FTSO Yggdrassil value provider

Complete real-time cryptocurrency price snapshot from the FTSO Yggdrassil value provider

Do you run api.ftso-yggdrassil.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
updated

Provider

api.ftso-yggdrassil.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xf0f285A471c69907D8d536348dAf0df3FBf1A1D4",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {},
        "type": "http"
      },
      "output": {
        "example": {
          "currency": "USD",
          "prices": {
            "BTC": 76850.0127909,
            "ETH": 3521.42,
            "FLR": 0.00642,
            "XRP": 2.91
          },
          "timestamp": "2026-09-17T12:24:47.597Z"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "currency": {
                  "type": "string"
                },
                "prices": {
                  "additionalProperties": {
                    "type": "number"
                  },
                  "type": "object"
                },
                "timestamp": {
                  "type": "string"
                }
              },
              "required": [
                "timestamp",
                "currency",
                "prices"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.ftso-yggdrassil.com/v1/prices/all"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.ftso-yggdrassil.com/v1/prices/all");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.ftso-yggdrassil.com/v1/prices/all")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6901.json, and this resource appears in /discovery/resources and /discovery/search.