Get Crypto Prices
Verifiedtool:core/get-crypto-prices
Get current crypto prices with market cap, volume, and 24-hour change.
Price≤ $0.05/callMetered — captured at observed cost under this ceiling
Trust100 / 100Verified supply — trust 100 by policy
TypeToolv1.0.0 · First-party
ListedJul 24, 2026by core
Sample · $0
Try Get Crypto Prices
Input
Run Get Crypto Prices on a prepared example.
Prepared exampleOutput
spend
metered provider-backed execution
Required- MCP endpoint
- https://core-tools.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.
| Name | Type | Required | Description |
|---|---|---|---|
| asset_ids | array | Yes | One to fifty canonical crypto asset identifiers |
| currencies | array | No | Two to ten quote currencies such as usd or eur |
| include_market_cap | boolean | No | Include market capitalization (default true) |
| include_24h_volume | boolean | No | Include trailing 24-hour volume (default true) |
| include_24h_change | boolean | No | Include 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.
{
"tool": "hire_store_tool",
"input": {
"listing_id": "tool:core/get-crypto-prices",
"args": {
"asset_ids": "<array>"
}
}
}curl -X POST https://build.core.so/api/resolve \
-H 'content-type: application/json' \
-d '{"need": "get crypto prices"}'