UniV2 - Get Price Variation Percentage
The UniV2 - Get Price Variation Percentage
node fetches the percentage of price variation of a Uniswap V2 trading pair given a specified timeframe.
Inputs
base_currency:
Description: The base currency token address for which price variation will be fetched. It must be the token contract address, not its name.
Allowed types: EVMAddress
Default value: None
quote_currency:
Description: The quote currency token address for which price variation will be fetched. It must be the token contract address, not its name.
Allowed types: EVMAddress
Default value: None
timeframe:
Description: The timeframe for which the price variation will be fetched.
Allowed types: CryptoExchangeTimeframe
Default value: None
blockchain:
Description: The name of the blockchain on which the pair for which the price variation will be fetched exists.
Allowed types: BlockchainName
Default value: None
Output
Description: The percentage of price variation for the given timeframe.
Type: decimal
Tags
crypto
EVM
ERC20
uniswap
DEX
Last updated