R
R
Redstone API
Github
NPM
Website
Discord
Search…
1.0.0
What is Redstone API
Getting started
Installation
Usage
Methods
getPrice
getHistoricalPrice
getAllPrices
query
Fluent interface
Redstone query
RedstoneQuery
RedstoneQueryForSeveralSymbols
RedstoneQueryForSingleSymbol
RedstoneQueryForSingleOrSeveralSymbols
RedstoneQueryExecutable
HTTP API
Prices HTTP Api
Knowledge base
Cache layer
Signature verification
Provider
Links
Github repo
NPM
Website
Discord
Powered By
GitBook
RedstoneQueryExecutable
redstone-api
/
Exports
/ RedstoneQueryExecutable
Class: RedstoneQueryExecutable
Type parameters
Name
QueryResultType
Table of contents
Constructors
constructor
Properties
params
Methods
exec
Constructors
constructor
new RedstoneQueryExecutable
(
params?
: {}):
RedstoneQueryExecutable
Type parameters:
Name
QueryResultType
Parameters:
Name
Type
Default value
params
object
{}
Returns:
RedstoneQueryExecutable
Properties
params
•
Private
params
: QueryParams
Methods
exec
▸
exec
():
Promise
Executes the query
Returns:
Promise
Promise resolving the query result (result type depends on the query)
Previous
RedstoneQueryForSingleOrSeveralSymbols
Next - HTTP API
Prices HTTP Api
Last modified
11mo ago
Copy link
Contents
Class: RedstoneQueryExecutable
Type parameters
Table of contents
Constructors
Properties
Methods