ToolAssay

Structured live crypto market data for ~50 top assets in one JSON call

Structured live crypto market data for ~50 top assets in one JSON call: spot price and 24h open/high/low/volume/change (Coinbase Exchange) plus market cap, rank and circulating/total/max supply (CoinGecko). Quote in USD, EUR or GBP; defaults symbol=BTC vs=USD, so a bare call returns Bitcoin. 60s cache, keyless upstreams — the purpose-built replacement for scraping exchange price pages.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
935 msmedian answer time
$0.005listed price per call
$0.005price 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://netintel.dev/crypto/market

CategoryMarket data
Provider hostnetintel.dev
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days14 from 11 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 935 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "symbol": "BTC"
  },
  "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": {
          "properties": {
            "symbol": {
              "description": "Crypto ticker (BTC) or full name (\"bitcoin\"); defaults to BTC if omitted. Aliases: coin, ticker, asset",
              "type": "string"
            },
            "vs": {
              "description": "Quote currency: USD (default), EUR or GBP. Aliases: currency, fiat",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "cache_age_seconds": {
              "type": "number"
            },
            "change_24h": {
              "type": [
                "number",
                "null"
              ]
            },
            "change_24h_pct": {
              "type": [
                "number",
                "null"
              ]
            },
            "findings": {
              "type": "array"
            },
            "high_24h": {
              "type": [
                "number",
                "null"
              ]
            },
            "last_updated": {
              "type": "string"
            },
            "low_24h": {
              "type": [
                "number",
                "null"
              ]
            },
            "market_cap": {
              "type": [
                "number",
                "null"
              ]
            },
            "market_cap_rank": {
              "type": [
                "number",
                "null"
              ]
            },
            "name": {
              "type": "string"
            },
            "open_24h": {
              "type": [
                "number",
                "null"
              ]
            },
            "price": {
              "type": "number"
            },
            "source": {
              "description": "coinbase+coingecko | coinbase | coingecko",
              "type": "string"
            },
            "supply": {
              "properties": {
                "circulating": {
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "max": {
                  "type": [
                    "number",
                    "null"
                  ]
                },
                "total": {
                  "type": [
                    "number",
                    "null"
                  ]
                }
              },
              "type": "object"
            },
            "symbol": {
              "type": "string"
            },
            "volume_24h": {
              "type": [
                "number",
                "null"
              ]
            },
            "vs": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON