UNPKG

@coinbase/agentkit

Version:

Coinbase AgentKit core primitives

9 lines (8 loc) 221 B
/** * Base URL for the DefiLlama API */ export declare const DEFILLAMA_BASE_URL = "https://api.llama.fi"; /** * URL for the DefiLlama price API */ export declare const DEFILLAMA_PRICES_URL = "https://coins.llama.fi";