uniswap_session: Start the python session
Description
Start the python session
Usage
uniswap_session(
node = get_infura_node(),
user_add = NULL,
pvt_key = NULL,
version = 2
)
Value
The python session uniswap endpoint
Arguments
- node
The Infura Node
- user_add
User Address
- pvt_key
Private Key of the user Address
- version
Choose UniswapV2 or UniswapV3 by supplying the version as 2 or 3 respectively.