Prices
getPrice
Returns the current USD and EUR price for a token by symbol. Uses canonical token matching to skip bridged/wrapped variants.
Available Tokens
BTCETHSOLUSDCUSDTLINKHYPEwstETHstETHDOTTONNEARMORPHOSSVMOVRKSMsUSDeMRE7YIELDsUSDSAPTSTORYAKTTRXEIGENHBARINITIOTASTRKMONSPKstSPKGLMRBABYFUELSSSSAGAstLINKETHVETHW
Parameters
| Name | Required | Description |
|---|---|---|
| symbol | yes | Token symbol Options: BTC, ETH, SOL, USDC, USDT, LINK, HYPE, wstETH, stETH, DOT, TON, NEAR, MORPHO, SSV, MOVR, KSM, sUSDe, MRE7YIELD, sUSDS, APT, STORY, AKT, TRX, EIGEN, HBAR, INIT, IOTA, STRK, MON, SPK, stSPK, GLMR, BABY, FUEL, SSS, SAGA, stLINK, ETHV, ETHW |
Response Fields
| Field | Type |
|---|---|
data | object |
symbol | string |
name | string |
priceUsd | integer |
priceEur | integer |
lastUpdated | string |
Endpoint "price-batch" not found
getTopPrices
Returns the most widely deployed tokens ranked by cross-chain adoption count, then by price. Deduplicated by symbol. Useful for building token lists and discovery UIs.
Available Tokens
BTCETHSOLUSDCUSDTLINKHYPEwstETHstETHDOTTONNEARMORPHOSSVMOVRKSMsUSDeMRE7YIELDsUSDSAPTSTORYAKTTRXEIGENHBARINITIOTASTRKMONSPKstSPKGLMRBABYFUELSSSSAGAstLINKETHVETHW
Parameters
| Name | Required | Description |
|---|---|---|
| limit | no | Max results (default 50, max 200) e.g. 50 |
| currency | no | Price currency Options: USD, EUR |
Response Fields
| Field | Type |
|---|---|
data | object |
count | integer |
results | object[] |
symbol | string |
name | string |
price | number |
currency | string |
chains | integer |
lastUpdated | string |
getPriceHistory
Returns daily price history for a token. Defaults to 30 days, max 90. One data point per day using the daily maximum price.
Available Tokens
BTCETHSOLUSDCUSDTLINKHYPEwstETHstETHDOTTONNEARMORPHOSSVMOVRKSMsUSDeMRE7YIELDsUSDSAPTSTORYAKTTRXEIGENHBARINITIOTASTRKMONSPKstSPKGLMRBABYFUELSSSSAGAstLINKETHVETHW
Parameters
| Name | Required | Description |
|---|---|---|
| symbol | yes | Token symbol Options: BTC, ETH, SOL, USDC, USDT, LINK, HYPE, wstETH, stETH, DOT, TON, NEAR, MORPHO, SSV, MOVR, KSM, sUSDe, MRE7YIELD, sUSDS, APT, STORY, AKT, TRX, EIGEN, HBAR, INIT, IOTA, STRK, MON, SPK, stSPK, GLMR, BABY, FUEL, SSS, SAGA, stLINK, ETHV, ETHW |
| days | no | Number of days (default 30, max 90) e.g. 30 |
| currency | no | Price currency Options: USD, EUR |
Response Fields
| Field | Type |
|---|---|
data | object |
symbol | string |
name | string |
currency | string |
prices | object[] |
date | string |
price | number |