uniswap_session | R Documentation |
Start the python session
uniswap_session(
node = get_infura_node(),
user_add = NULL,
pvt_key = NULL,
version = 2
)
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. |
The python session uniswap endpoint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.