For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

  1. Initialize the SDK with the Constructor.

  2. Sync strategy data by calling startDataSync.

  3. Call the desired data gathering function:

Last updated