Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstanceBuild a new staking operation
Optional
options: RawAxiosRequestConfigOverride http request option.
Build a new staking operation
Fetch historical staking balances for given address.
The ID of the blockchain network.
The ID of the asset for which the historical staking balances are being fetched.
The onchain address for which the historical staking balances are being fetched.
The start time of this historical staking balance period.
The end time of this historical staking balance period.
Optional
limit: numberA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 50.
Optional
page: stringA cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: RawAxiosRequestConfigOverride http request option.
Fetch historical staking balances
Fetch staking rewards for a list of addresses
Optional
limit: numberA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 50.
Optional
page: stringA cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: RawAxiosRequestConfigOverride http request option.
Fetch staking rewards
Get the latest state of a staking operation
The ID of the blockchain network
The ID of the address to fetch the staking operation for
The ID of the staking operation
Optional
options: RawAxiosRequestConfigOverride http request option.
Get the latest state of a staking operation
Get staking context for an address
Optional
options: RawAxiosRequestConfigOverride http request option.
Get staking context
Get a validator belonging to the user for a given network, asset and id.
The ID of the blockchain network.
The symbol of the asset to get the validator for.
The unique id of the validator to fetch details for.
Optional
options: RawAxiosRequestConfigOverride http request option.
Get a validator belonging to the CDP project
List validators belonging to the user for a given network and asset.
The ID of the blockchain network.
The symbol of the asset to get the validators for.
Optional
status: ValidatorStatusA filter to list validators based on a status.
Optional
limit: numberA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 50.
Optional
page: stringA cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: RawAxiosRequestConfigOverride http request option.
List validators belonging to the CDP project
StakeApi - factory interface