Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/sdk-ts
IndexerRestDerivativesChronosApi
Class IndexerRestDerivativesChronosApi
Hierarchy
default
IndexerRestDerivativesChronosApi
Index
Constructors
constructor
Properties
client
Methods
fetch
Market
Summary
fetch
Markets
Summary
get
post
set
Config
Constructors
constructor
new
Indexer
Rest
Derivatives
Chronos
Api
(
endpoint
:
string
, options
?:
Record
<
string
,
any
>
)
:
IndexerRestDerivativesChronosApi
Parameters
endpoint:
string
Optional
options:
Record
<
string
,
any
>
Returns
IndexerRestDerivativesChronosApi
Properties
Protected
client
client
:
default
Methods
fetch
Market
Summary
fetch
Market
Summary
(
marketId
:
string
)
:
internal
.
Promise
<
ChronosDerivativeMarketSummary
>
Parameters
marketId:
string
Returns
internal
.
Promise
<
ChronosDerivativeMarketSummary
>
fetch
Markets
Summary
fetch
Markets
Summary
(
)
:
internal
.
Promise
<
AllChronosDerivativeMarketSummary
[]
>
Returns
internal
.
Promise
<
AllChronosDerivativeMarketSummary
[]
>
get
get
<
T
>
(
endpoint
:
string
, params
?:
Record
<
string
,
any
>
)
:
internal
.
Promise
<
T
>
Type Parameters
T
Parameters
endpoint:
string
Optional
params:
Record
<
string
,
any
>
Returns
internal
.
Promise
<
T
>
post
post
<
T
>
(
endpoint
:
string
, params
?:
Record
<
string
,
any
>
)
:
internal
.
Promise
<
T
>
Type Parameters
T
Parameters
endpoint:
string
Optional
params:
Record
<
string
,
any
>
Returns
internal
.
Promise
<
T
>
set
Config
set
Config
(
config
:
AxiosRequestConfig
)
:
default
Parameters
config:
AxiosRequestConfig
Returns
default
Modules
@injectivelabs/sdk-
ts
internal
@injectivelabs/wallet-
ts
Indexer
Rest
Derivatives
Chronos
Api
constructor
client
fetch
Market
Summary
fetch
Markets
Summary
get
post
set
Config
Generated using
TypeDoc