RedstoneQueryForSingleOrSeveralSymbols
Name |
QueryResultType |
- RedstoneQueryForSingleOrSeveralSymbols
- new RedstoneQueryForSingleOrSeveralSymbols(
params
: QueryParams): RedstoneQueryForSingleOrSeveralSymbols
Type parameters:
Name |
QueryResultType |
Parameters:
Name | Type |
params | QueryParams |
•
Protected
params: QueryParamsConfigures query to fetch the price for a specific date.
Parameters:
Name | Type | Description |
date | ConvertableToDate | Date for the historical price (date | timestamp | string) |
query object
Type parameters:
Name |
T |
Parameters:
Name | Type |
update | any |
Configures query to fetch the price for X hours ago.
Parameters:
Name | Type | Description |
hoursCount | number | Number of hours ago |
query object
Configures query to fetch the latest price/prices It doesn't support any params
query object
Last modified 2yr ago