Getting User and Pair Data
The SDK simplifies getting data related to token pairs and strategies. This includes viewing strategy details, seeing what pairs are currently active, and checking if a pair has liquidity.
To Get User or Pair Data
Initialize the SDK with the Constructor.
Sync strategy data by calling startDataSync.
Call the desired data gathering function:
Last updated