{
  "x402Version": 2,
  "id": 7421,
  "slug": "7421",
  "resource": "https://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/crypto/prices",
  "description": "Live cryptocurrency prices and market data — a token price API for agents. Look up the current Bitcoin price, Ethereum price or any token price by coin id or common ticker (e.g. bitcoin, eth, sol) and get USD price, market cap, market-cap rank, 24h change %, 24h volume, 24h high/low and last-updated timestamp. Empty request returns the top coins by market cap. For trading agents, portfolio valuation, price lookups, crypto research and market monitoring.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xCe339395d7f2ea5a5009022EF1C392Fb208a989E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "coins": [
              "bitcoin",
              "ethereum",
              "solana"
            ],
            "limit": 10,
            "vsCurrency": "usd"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "count": 1,
            "items": [
              {
                "change24hPct": 1.42,
                "high24h": 64000,
                "id": "bitcoin",
                "imageUrl": "https://assets.coingecko.com/coins/images/1/large/bitcoin.png",
                "lastUpdated": "2026-08-23T12:00:00.000Z",
                "low24h": 62000,
                "marketCap": 1250000000000,
                "marketCapRank": 1,
                "name": "Bitcoin",
                "price": 63500.12,
                "symbol": "BTC",
                "volume24h": 23000000000
              }
            ],
            "machine": "portfolio",
            "route": "crypto.prices"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "coins": {
                    "description": "CoinGecko ids or common tickers (e.g. btc, eth). Empty = top coins by market cap.",
                    "items": {
                      "maxLength": 50,
                      "minLength": 1,
                      "type": "string"
                    },
                    "maxItems": 50,
                    "type": "array"
                  },
                  "limit": {
                    "default": 10,
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "vsCurrency": {
                    "default": "usd",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "count": {
                    "type": "integer"
                  },
                  "economics": {
                    "properties": {
                      "sellPriceUsd": {
                        "type": "number"
                      },
                      "upstreamCostUsdActual": {
                        "type": [
                          "number",
                          "null"
                        ]
                      }
                    },
                    "type": "object"
                  },
                  "items": {
                    "items": {
                      "properties": {
                        "change24hPct": {
                          "type": [
                            "number",
                            "null"
                          ]
                        },
                        "high24h": {
                          "type": [
                            "number",
                            "null"
                          ]
                        },
                        "id": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "imageUrl": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "lastUpdated": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "low24h": {
                          "type": [
                            "number",
                            "null"
                          ]
                        },
                        "marketCap": {
                          "type": [
                            "number",
                            "null"
                          ]
                        },
                        "marketCapRank": {
                          "type": [
                            "integer",
                            "null"
                          ]
                        },
                        "name": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "price": {
                          "type": [
                            "number",
                            "null"
                          ]
                        },
                        "symbol": {
                          "type": [
                            "string",
                            "null"
                          ]
                        },
                        "volume24h": {
                          "type": [
                            "number",
                            "null"
                          ]
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "machine": {
                    "type": "string"
                  },
                  "route": {
                    "type": "string"
                  }
                },
                "required": [
                  "machine",
                  "route",
                  "items"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agent-commerce-factory-jm.austriaeast.cloudapp.azure.com",
  "lastUpdated": "2026-08-29T00:54:29.918Z",
  "quality": {
    "calls30d": 10,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-08-29T00:54:29.426Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent-commerce-factory-jm.austriaeast.cloudapp.azure.com",
    "manifest_name": "agent-commerce-factory-jm.austriaeast.cloudapp.azure.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"
  }
}