{
  "x402Version": 2,
  "id": 6900,
  "slug": "6900",
  "resource": "https://api.ftso-yggdrassil.com/v1/price/:symbol",
  "description": "Real-time cryptocurrency price from the FTSO Yggdrassil value provider",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf0f285A471c69907D8d536348dAf0df3FBf1A1D4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "symbol": "ETH"
          },
          "queryParams": {
            "symbol": "BTC"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "currency": "USD",
            "price": {
              "BTC": 76850.0127909
            },
            "timestamp": "2026-09-17T12:24:47.597Z"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/price/:symbol",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "symbol": {
                    "description": "Cryptocurrency symbol, for example BTC, ETH or XRP",
                    "type": "string"
                  }
                },
                "required": [
                  "symbol"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "currency": {
                    "type": "string"
                  },
                  "price": {
                    "additionalProperties": {
                      "type": "number"
                    },
                    "type": "object"
                  },
                  "timestamp": {
                    "type": "string"
                  }
                },
                "required": [
                  "timestamp",
                  "currency",
                  "price"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.ftso-yggdrassil.com",
  "lastUpdated": "2026-09-18T04:09:14.521Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T04:09:14.063Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.ftso-yggdrassil.com",
    "manifest_name": "api.ftso-yggdrassil.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}