UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

12 lines (11 loc) 265 B
import { BigNumber } from 'bignumber.js'; export declare class Candle { Timeframe: string; TradingPairId: string; Timestamp: number; Open: BigNumber; Close: BigNumber; High: BigNumber; Low: BigNumber; Volume: BigNumber; }