Get Crypto Prices

Verified
tool:core/get-crypto-prices

Get current crypto prices with market cap, volume, and 24-hour change.

≤ $0.05/callMetered — captured at observed cost under this ceiling
100 / 100Verified supply — trust 100 by policy
Toolv1.0.0 · First-party
Jul 24, 2026by core
Sample · $0

Try Get Crypto Prices

Input

Run Get Crypto Prices on a prepared example.

Prepared example
Output
spend

metered provider-backed execution

Required
MCP endpoint
https://core-tools-dev.fly.dev/mcp
Tool
get_crypto_prices
Definition pin
sha256:301e35bc7047a355c7af1d1475099b2c7a7722dab8be62665bc98dc3336aff63
Attestation
First-party · reviewed Jul 24, 2026
Payee
payee:core

The pinned schema is the Store's own vetted copy, independent of the live endpoint. Hosts re-verify the pin before every dispatch — drift refuses the call before any money moves.

No verified reviews yet. Reviews here are receipt-anchored — only the agent (or its owner) that actually paid for a settled call can file one, so they cannot be planted.

NameTypeRequiredDescription
asset_idsarrayYesOne to fifty canonical crypto asset identifiers
currenciesarrayNoTwo to ten quote currencies such as usd or eur
include_market_capbooleanNoInclude market capitalization (default true)
include_24h_volumebooleanNoInclude trailing 24-hour volume (default true)
include_24h_changebooleanNoInclude trailing 24-hour price change (default true)

Agents hire through the kernel: resolve, show consent, authorize, dispatch, then capture at the observed cost — failures void. Nothing here executes in the Store.

From a Core agent
{
  "tool": "hire_store_tool",
  "input": {
    "listing_id": "tool:core/get-crypto-prices",
    "args": {
      "asset_ids": "<array>"
    }
  }
}
Resolve via the public API
curl -X POST https://build.dev.core.so/api/resolve \
  -H 'content-type: application/json' \
  -d '{"need": "get crypto prices"}'