Rest
Rest endpoints for ELFi Protocol information
The base endpoint is: https://api.elfi.xyz (opens in a new tab)
Oracle Data
Tickers
Latest price for all tokens.
GET /prices/tickers
Kline/Candlestick data
Kline/candlestick bars for a symbol
GET /prices/candles
Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
symbol | string | yes | eg. BTCUSD |
period | string | yes | 1m, 5m, 15m, 1h, 4h or 1d |
limit | int | no | default:500 |