The @quickscope/sdk
package includes a set of metadata utility functions that help developers understand the available liquidity landscape on Solana. These functions are useful for discovering supported tokens, providers, and pools before executing quotes or swaps.
Functions
1. getProviders
getProviders
Fetches a list of all supported liquidity providers available through the Quickscope API. This is useful for filtering quotes or targeting specific protocols (e.g., Orca, Raydium, Lifinity).
2. getMint
getMint
Retrieves mint metadata for a given token address, including decimals, symbol, and name. Ideal for displaying token info in frontends or validating token configurations before a trade.
3. getPools
getPools
Returns all liquidity pools currently available across supported AMM programs. This function helps you identify pools to target for custom routing or analytics.
These functions provide essential context for building smarter trading interfaces, customizing swap routes, or enriching your application with real-time metadata from the Solana ecosystem.
For in-depth usage, return shapes, and example responses, refer to the detailed documentation for each function.