Rest
Rest endpoints for ELFi Protocol information. The endpoints is compatible with all chains
The base endpoint is: https://api.elfi.xyz (opens in a new tab)
Oracle Data
Tickers
Latest price for all tokens.
GET /prices/tickersKline/Candlestick data
Kline/candlestick bars for a symbol
GET /prices/candlesParameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| tokenSymbol | string | yes | the address of index token |
| period | string | yes | 1m, 5m, 15m, 1h, 4h or 1d |
| limit | int | no | default:500 |