Learn how to use Allora price inference and topic functionality
Solana Agent Kit provides comprehensive integration with Allora’s API for accessing price inferences and topics. The integration supports both mainnet and testnet environments with configurable API settings.
The Allora integration uses the following configuration parameters:
Copy
const config: AlloraAPIClientConfig = { apiKey: string, // Your Allora API key chainSlug: ChainSlug, // MAINNET or TESTNET baseAPIUrl: string // Optional custom API URL};