uniswap_session: Start the python session

View source: R/trade.R

uniswap_sessionR Documentation

Start the python session

Description

Start the python session

Usage

uniswap_session(
  node = get_infura_node(),
  user_add = NULL,
  pvt_key = NULL,
  version = 2
)

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.

Value

The python session uniswap endpoint


uniswappeR documentation built on Aug. 18, 2023, 9:07 a.m.