amm_summary

GET http://api.fibonacci.fi/amm_summary/{chain}/{amm}

This API retrieves a set of LP profitability metrics (volume, TVL, 24h fees..) by amm or by chain

Path Parameters

NameTypeDescription

chain*

String

indicates the blockchain network to use (currently "ETH" or "SOL")

amm*

String

The identifier for the AMM. Can be set to "default" to get a full overview, cross AMM, for the specified chain. Supported AMMs on ETH : "UniswapV2", "Curve", "Balancer". Supported AMMs on SOL : "Saber", "Raydiumv3", "Whirlpool", "Raydium".

Example

Request

http://api.fibonacci.fi/amm_summary/SOL/Raydium

Response

{"status": 200, "msg": "All amms of the chain are included", "elapsed_time": 0, "last_data_ts": 1686133012.7345085, "data": [{"id": "58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2", "TVL": 3443876.1413, "24hvol": 278252.5131169997, "24hfees": 612.1555288573994, "APR": 6.49, "name": "SOL-USDC", "concentr1": 0.0, "concentr2": 0.0, "concentr3": 0.0, "active1": 0, "Ampl": "100", "Platform": "Raydium", "Chain": "Sol", "LPMint": "8HoQnePLqPj4M7PUDzfw8e3Ymdwgc7NLGnaTUapubyvu"}, {"id": "6UmmUiYoBjSrhakAobJw8BvkmJtDVxaeBtbt7rxWo1mg", "TVL": 2266597.535866, "24hvol": 136541.41931199993, "24hfees": 300.39112248639987, "APR": 4.957599999999999, "name": "RAY-USDC", "concentr1": 0.0, "concentr2": 0.0, "concentr3": 0.0, "active1": 0, "Ampl": "100", "Platform": "Raydium", "Chain": "Sol", "LPMint": "FbC6K13MzHvN42bXrtGaWsvZY9fxrackRSZcBGfjPc7m"}, {"id": "AVs9TA4nWDzfPJE9gGVNJMVhcQy3V9PGazuz33BfG2RA", "TVL": 2025638.868632289, "24hvol": 99296.25023018764, "24hfees": 218.4517505064128, "APR": 3.9891, "name": "RAY-SOL", "concentr1": 0.0, "concentr2": 0.0, "concentr3": 0.0, "active1": 0, "Ampl": "100", "Platform": "Raydium", "Chain": "Sol", "LPMint": "89ZKE4aoyfLBe2RuV6jM3JGNhaV18Nxh8eNtjRcndBip"}, {"id": "7XawhbbxtsRcQA8KTkHT9f9nc6d69UwqCDh6U5EEbEmX", "TVL": 773232.40585, "24hvol": 58531.61623600002, "24hfees": 128.76955571920007, "APR": 6.09, "name": "SOL-USDT", "concentr1": 0.0, "concentr2": 0.0, "concentr3": 0.0, "active1": 0, "Ampl": "100", "Platform": "Raydium", "Chain": "Sol", "LPMint": "Epm4KfTj4DMrvqn6Bwg2Tr2N8vhQuNbuK8bESFp4k33K"},...

Last updated