mirrored listing x402 eip155:8453

Get live cryptocurrency price and market data from Coinbase Exchange for BTC, ETH, SOL, an

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.

Do you run x402-trends-server.onrender.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
50000 (raw units)
price
7
calls / 30d
3
unique payers
2026-09-16
updated

Provider

x402-trends-server.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "pair": "BTC-USD"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "bestAsk": "63058.25",
          "bestBid": "63058.24",
          "cached": false,
          "high24h": "64000.00",
          "last24h": "63058.25",
          "lastTradeSize": "0.001",
          "low24h": "61500.00",
          "open24h": "62000.00",
          "pair": "BTC-USD",
          "payment": "verified",
          "price": "63058.25",
          "retrievedAt": "2026-08-15T20:00:00.000Z",
          "source": "Coinbase Exchange",
          "status": "success",
          "tickerTime": "2026-08-15T20:00:00.000Z",
          "volume24h": "10000.0",
          "volume30d": "300000.0"
        },
        "type": "json"
      }
    },
    "schema": {
      "$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"
    }
  }
}

Use it

curl

curl "https://x402-trends-server.onrender.com/api/crypto-market"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402-trends-server.onrender.com/api/crypto-market");
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://x402-trends-server.onrender.com/api/crypto-market")
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/6507.json, and this resource appears in /discovery/resources and /discovery/search.