Skip to main content
Glama

get_id_simple_token_price

Query cryptocurrency token prices using contract addresses to get current USD value, 24-hour changes, trading volume, and market capitalization data.

Instructions

When using this tool, always use the jq_filter parameter to reduce the response size and improve performance.

Only omit if you're sure you don't need the data.

This endpoint allows you to query one or more token prices using their token contract addresses

Response Schema

{ $ref: '#/$defs/token_price_get_id_response', $defs: { token_price_get_id_response: { type: 'object', properties: { last_updated_at: { type: 'number', description: 'last updated timestamp' }, usd: { type: 'number', description: 'price in USD' }, usd_24h_change: { type: 'number', description: '24hr change in USD' }, usd_24h_vol: { type: 'number', description: '24hr volume in USD' }, usd_market_cap: { type: 'number', description: 'market cap in USD' } } } } }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
contract_addressesYesthe contract addresses of tokens, comma-separated if querying more than 1 token's contract address
vs_currenciesYestarget currency of coins, comma-separated if querying more than 1 currency. *refers to [`/simple/supported_vs_currencies`](/reference/simple-supported-currencies).
include_24hr_changeNoinclude 24hr change default: false
include_24hr_volNoinclude 24hr volume, default: false
include_last_updated_atNoinclude last updated price time in UNIX , default: false
include_market_capNoinclude market capitalization, default: false
precisionNodecimal place for currency price value
jq_filterNoA jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available. For example: to include only the `name` field in every object of a results array, you can provide ".results[].name". For more information, see the [jq documentation](https://jqlang.org/manual/).

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IAcomunIA/MCP_firts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server