💰Prices
Last updated
Last updated
This endpoints allow to get real-time prices as well as price history
Returns a list of prices with optional filters based on GET parameters.
/prices/latest/{base}//{quote}
Filter pairs by base token name or address
WETH
Filter pairs by quote token name or address
USDT
Filter pairs by blockchain
Arbitrum
Exchange name or address
Uniswap v3
Time withing to get OHLCV candle
15m
Returns a list of prices with optional filters based on GET parameters.
/prices/historical/{base}//{quote}//{since}
UNIX-time from which it is needed to get the historical prices
1693392198
Filter pairs by base token name or address
WETH
Filter pairs by quote token name or address
USDT
UNIX-time until which to get candles
1693392498
Filter pairs by blockchain
Arbitrum
Exchange name or address
Uniswap v3
Time interval of each OHLCV candle
15m
Returns Relative Strength Index (RSI) indicator values with optional filters.
/indicators/historical/rsi/{base}//{quote}//{since}
Filter pairs by base token name or address
WETH
Filter pairs by quote token name or address
USDT
UNIX-time from which it is needed to get the historical prices
1693392198
Relative Strength Index (RSI) period
14
Filter pairs by blockchain
Arbitrum
Exchange name or address
Uniswap v3
UNIX-time until which to get candles
1693392498
Returns Moving Average (MA) indicator values with optional filters.
/indicators/historical/ma/{base}//{quote}//{since}
Filter pairs by base token name or address
WETH
Filter pairs by quote token name or address
USDT
UNIX-time from which it is needed to get the historical prices
1693392198
Moving Average (MA) period
50
Filter pairs by blockchain
Arbitrum
Exchange name or address
Uniswap v3
UNIX-time until which to get candles
1693392498
Returns Relative Strength Index (RSI) indicator values with optional filters.
/indicators/latest/rsi/{base}//{quote}
Filter pairs by base token name or address
WETH
Filter pairs by quote token name or address
USDT
Relative Strength Index (RSI) period
14
Filter pairs by blockchain
Arbitrum
Exchange name or address
Uniswap v3
Returns Moving Average (MA) indicator values with optional filters.
/indicators/latest/ma/{base}//{quote}
Filter pairs by base token name or address
WETH
Filter pairs by quote token name or address
USDT
Moving Average (MA) period
50
Filter pairs by blockchain
Arbitrum
Exchange name or address
Uniswap v3