ToolAssay

One-call market briefing for agents — BTC/ETH/SOL spot + 24h moves, major fiat c

One-call market briefing for agents — BTC/ETH/SOL spot + 24h moves, major fiat crosses (USD/EUR, USD/GBP, USD/JPY, EUR/GBP), Base and Ethereum gas with USD transfer cost, and the crypto fear/greed index. Four sections fetched concurrently with graceful partial failure; any dead section is null with a finding, never a failed call. 60s cache; no API key.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.05listed price per call
n/aprice 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/market/snapshot

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

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "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": {
            "symbols": {
              "description": "Optional override of the crypto list, up to 6 tickers or full names (default \"BTC,ETH,SOL\"). Aliases: coins, tickers",
              "type": "string"
            },
            "vs": {
              "description": "Quote currency for the crypto section: USD (default), EUR or GBP. Aliases: currency, fiat, vs_currency",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "cache_age_seconds": {
              "type": "number"
            },
            "crypto": {
              "items": {
                "properties": {
                  "change_24h_pct": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "high_24h": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "low_24h": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "price": {
                    "type": "number"
                  },
                  "source": {
                    "description": "coinbase | kraken | coingecko",
                    "type": "string"
                  },
                  "symbol": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "fiat": {
              "items": {
                "properties": {
                  "pair": {
                    "type": "string"
                  },
                  "rate": {
                    "type": "number"
                  },
                  "rate_date": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "findings": {
              "type": "array"
            },
            "gas": {
              "items": {
                "properties": {
                  "chain": {
                    "type": "string"
                  },
                  "gas_price_gwei": {
                    "type": "number"
                  },
                  "transfer_usd": {
                    "type": [
                      "number",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": [
                "array",
                "null"
              ]
            },
            "generated_at": {
              "type": "string"
            },
            "sections_ok": {
              "type": "number"
            },
            "sentiment": {
              "properties": {
                "classification": {
                  "type": "string"
                },
                "value": {
                  "type": "number"
                },
                "yesterday": {
                  "type": [
                    "number",
                    "null"
                  ]
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "stale": {
              "type": "boolean"
            },
            "vs": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON