get
https://api.blockvision.org/v2/monad/token/price/list
Retrieve the latest price information for multiple tokens. Maximum 10 tokens.
Supported on Monad Mainnet.
The Monad Mainnet Indexing API is available to Pro tier users. Free tier members can also enjoy a trial period with 30 free calls. The same request URL is used for both mainnet and testnet. Network selection is handled automatically through the API key.
If you're interested, please register directly through here. Please note that the API Key can also be used for your RPC endpoint.
Parameter
tokenIds,string– the contract address token(s) to retrieve data for. Required. You can pass one or multiple tokens, separated by commas (,). Example: 0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A,0x0555E30da8f98308EdB960aa94C0Db47230d2B9c. Maximum 10 tokens.show24hChange,boolean– whether to include 24-hour price change in the response.Defaults to false.
Response
prices,object– A map of token type tags to their current price (as stringified decimals). Example key: 0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A Example value: "0.0264"coin24HChange,object– A map of token type tags to their 24-hour percentage price change (as stringified decimals). Positive means price increased; negative means price dropped. Example value: "10.55212665981173" means a +10.55% change.
