evm_getmultipletokenprices
Fetch current or historical ERC20 token prices in native blockchain currency and USD. Retrieve on-chain and off-chain metadata, logos, and spam status. Supports up to 100 tokens per request with optional filters for liquidity and activity.
Instructions
Retrieve the current or historical prices for multiple ERC20 tokens in the blockchain’s native currency and USD. Accepts an array of up to 100 tokens
, each requiring token_address
and optional fields such as to_block
or exchange
. Each token returned includes on-chain metadata, as well as off-chain metadata, logos, spam status and more. Additional options to exclude low-liquidity tokens and inactive tokens.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chain | No | The chain to query | eth |
include | No | This parameter is now deprecated as percentage change are included by default | |
max_token_inactivity | No | Exclude tokens inactive for more than the given amount of days | |
min_pair_side_liquidity_usd | No | Exclude tokens with liquidity less than the specified amount in USD. This parameter refers to the liquidity on a single side of the pair. | |
requestBody | Yes | Body |