{ "opencollection": "1.0.0", "info": { "name": "Sommelier Finance Integrations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Get Kelp data for a cellar", "type": "http" }, "http": { "method": "GET", "url": "https://api.sommelier.finance/kelp/:chain/:cellarAddress/:blockNumber", "params": [ { "name": "chain", "value": "", "type": "path", "description": "The blockchain network (e.g., ethereum)." }, { "name": "cellarAddress", "value": "", "type": "path", "description": "The address of the cellar." }, { "name": "blockNumber", "value": "", "type": "path", "description": "The block number to query." } ] }, "docs": "Returns Kelp point data for a specific cellar at a given block number." }, { "info": { "name": "Get ether.fi data for a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.sommelier.finance/etherfi/:network/:userAddress", "params": [ { "name": "network", "value": "", "type": "path", "description": "The network the vault is on. Currently supports: ethereum." }, { "name": "userAddress", "value": "", "type": "path", "description": "The address of the user." } ] }, "docs": "Returns ether.fi loyalty and EigenLayer point data for a specific user address on the given network." }, { "info": { "name": "Get ether.fi data for all users", "type": "http" }, "http": { "method": "GET", "url": "https://api.sommelier.finance/etherfi/:network", "params": [ { "name": "network", "value": "", "type": "path", "description": "The network the vault is on. Currently supports: ethereum." } ] }, "docs": "Returns ether.fi point data for all users on the given network." }, { "info": { "name": "Get ether.fi balances at a block", "type": "http" }, "http": { "method": "GET", "url": "https://api.sommelier.finance/etherfi/:network/balances/:blockNumber", "params": [ { "name": "network", "value": "", "type": "path", "description": "The network the vault is on. Currently supports: ethereum." }, { "name": "blockNumber", "value": "", "type": "path", "description": "The block number to query." } ] }, "docs": "Returns ether.fi balances data for a specific block number on the given network." }, { "info": { "name": "Get latest ether.fi balances", "type": "http" }, "http": { "method": "GET", "url": "https://api.sommelier.finance/etherfi/:network/balances", "params": [ { "name": "network", "value": "", "type": "path", "description": "The network the vault is on. Currently supports: ethereum." } ] }, "docs": "Returns ether.fi balances data for the latest block on the given network." } ] } ], "bundled": true }