ToolAssay

Get live cryptocurrency price and market data from Coinbase Exchange for BTC, ET

Get live cryptocurrency price and market data from Coinbase Exchange for BTC, ETH, SOL, and other supported trading pairs. Use this crypto market API for last price, best bid and ask, 24-hour open/high/low/volume, and 30-day volume. Defaults to BTC-USD.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
270 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402-trends-server.onrender.com/api/crypto-market

CategoryMarket data
Provider hostx402-trends-server.onrender.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 270 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "pair": "BTC-USD"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "pair": {
              "description": "Coinbase Exchange trading pair such as BTC-USD, ETH-USD, or SOL-USD. Defaults to BTC-USD.",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "bestAsk": {
              "type": [
                "string",
                "null"
              ]
            },
            "bestBid": {
              "type": [
                "string",
                "null"
              ]
            },
            "cached": {
              "type": "boolean"
            },
            "high24h": {
              "type": [
                "string",
                "null"
              ]
            },
            "last24h": {
              "type": [
                "string",
                "null"
              ]
            },
            "lastTradeSize": {
              "type": [
                "string",
                "null"
              ]
            },
            "low24h": {
              "type": [
                "string",
                "null"
              ]
            },
            "open24h": {
              "type": [
                "string",
                "null"
              ]
            },
            "pair": {
              "type": "string"
            },
            "payment": {
              "type": "string"
            },
            "price": {
              "type": [
                "string",
                "null"
              ]
            },
            "retrievedAt": {
              "type": "string"
            },
            "source": {
              "type": "string"
            },
            "status": {
              "type": "string"
            },
            "tickerTime": {
              "type": [
                "string",
                "null"
              ]
            },
            "volume24h": {
              "type": [
                "string",
                "null"
              ]
            },
            "volume30d": {
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "status",
            "source",
            "pair",
            "price",
            "bestBid",
            "bestAsk",
            "open24h",
            "high24h",
            "low24h",
            "volume24h",
            "volume30d",
            "retrievedAt",
            "cached"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON