# toolcall.click Crypto Spot Prices

> toolcall.click Crypto Spot Prices is a paid API for AI agents from toolcall.click, paid per call via x402, $0.003/call, status down (last checked 2026-09-15).

Returns live spot prices for one or more cryptocurrencies with 24-hour change, quoted in a fiat or crypto currency, fresh within 60 seconds

## Facts

- Endpoint: GET https://toolcall.click/t/crypto/spot
- Price: $0.003/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/toolcall-click-crypto-spot-prices-17f9727b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XjvXc2Qqv94SBO20GceK2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability toolcall-click-crypto-spot-prices-17f9727b
```

Example prompt: What are the current spot prices for bitcoin, ethereum, and solana in USD, and how much have they each changed in the last 24 hours?

## When to prefer this

Use this endpoint when you need real-time (sub-60-second) spot prices for one or more cryptocurrencies with 24h change data, especially when no API key management is desired and micropayment-per-call billing via x402 is acceptable. Prefer it over exchange-specific APIs when you need consistent multi-coin lookups using CoinGecko IDs.

## Known failure modes

- Invalid or misspelled CoinGecko coin ID returns an error or omits that coin from results
- Unsupported vs currency returns an error
- More than 25 coin IDs in a single request may be rejected
- Payment failure via x402 returns 402 Payment Required
- Network timeout if CoinGecko upstream is slow

## How this service works

Keyless pay-per-call APIs for AI agents: 30 tools across compliance, trade, safety, web and data. Pay per call with USDC on Base via x402. No account, no API key.

## Output

A JSON object keyed by CoinGecko coin ID, each containing the current spot price in the requested quote currency and the 24-hour percentage change, data fresh within 60 seconds.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "asOf": "2026-07-14T12:00:00Z",
  "prices": {
   "bitcoin": {
    "usd": 65000,
    "usd_24h_change": 1.2
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/toolcall-click-crypto-spot-prices-17f9727b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from toolcall.click](https://www.zero.xyz/host/toolcall.click/llms.txt)
