getPairReserves
Retrieve liquidity reserves for a Uniswap V2 pair address using specific block number or date. Ideal for analyzing DEX pair data with Moralis MCP Server.
Instructions
Get the liquidity reserves for a given pair address. Only Uniswap V2 based exchanges supported at the moment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pair_address | No | The liquidity pair address | |
to_block | No | The block number to get the reserves from | |
to_date | No | Get the reserves up to this date (format in seconds or datestring accepted by momentjs) * Provide the param 'to_block' or 'to_date' * If 'to_date' and 'to_block' are provided, 'to_block' will be used. |