{
  "x402Version": 2,
  "id": 3216,
  "slug": "3216",
  "resource": "https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/crypto_market_snapshot",
  "description": "Fetch current USD price, market capitalization, 24-hour trading volume, 24-hour percentage change, and source update time for up to 20 crypto assets in one call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "symbols": "btc,eth,sol,xrp"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "assets": [
              {
                "change_24h_percent": 1.2,
                "id": "bitcoin",
                "market_cap_usd": 2000000000000,
                "price_usd": 100000,
                "volume_24h_usd": 50000000000
              }
            ],
            "count": 4,
            "quote_currency": "USD",
            "success": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": true,
                "properties": {
                  "symbols": {
                    "description": "One to 20 comma-separated supported symbols or CoinGecko IDs. Defaults to bitcoin, ethereum, and solana.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": true,
                "properties": {
                  "assets": {
                    "items": {
                      "additionalProperties": true,
                      "properties": {
                        "change_24h_percent": {
                          "type": "number"
                        },
                        "id": {
                          "type": "string"
                        },
                        "market_cap_usd": {
                          "type": "integer"
                        },
                        "price_usd": {
                          "type": "integer"
                        },
                        "volume_24h_usd": {
                          "type": "integer"
                        }
                      },
                      "required": [
                        "id",
                        "price_usd",
                        "market_cap_usd",
                        "volume_24h_usd",
                        "change_24h_percent"
                      ],
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "count": {
                    "type": "integer"
                  },
                  "quote_currency": {
                    "type": "string"
                  },
                  "success": {
                    "type": "boolean"
                  }
                },
                "required": [
                  "success",
                  "quote_currency",
                  "count",
                  "assets"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "ai-data-marketplace-1042299154756.us-central1.run.app",
  "lastUpdated": "2026-09-08T23:27:53.333Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 6,
    "lastCalledAt": "2026-09-08T23:27:53.153Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "ai-data-marketplace-1042299154756.us-central1.run.app",
    "manifest_name": "ai-data-marketplace-1042299154756.us-central1.run.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}