{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/api/prices/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,eAAe,EAAE,qBAAiB","sourcesContent":["/**\n * Prices API barrel export.\n */\n\nexport { PricesApiClient } from './client';\nexport type {\n  V3SpotPricesResponse,\n  CoinGeckoSpotPrice,\n  ExchangeRateInfo,\n  V1ExchangeRatesResponse,\n  PriceSupportedNetworksResponse,\n  V1HistoricalPricesResponse,\n  V3HistoricalPricesResponse,\n} from './types';\n"]}