The request to build a staking operation.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Get the staking balances for an address.
The ID of the blockchain network.
The ID of the asset to fetch the staking balances for.
The onchain address to fetch the staking balances for.
The start time of the staking balances.
The end time of the staking balances.
Optional
limit: numberThe amount of records to return in a single call.
Optional
page: stringThe batch of records for a given section in the response.
Optional
options: AxiosRequestConfig<any>Axios request options.
Get the staking rewards for an address.
The request to get the staking rewards for an address.
Optional
limit: numberThe amount of records to return in a single call.
Optional
page: stringThe batch of records for a given section in the response.
Optional
options: AxiosRequestConfig<any>Axios request options.
Get a staking operation.
The ID of the blockchain network
The ID of the address the staking operation corresponds to.
The ID of the staking operation to fetch.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Get staking context for an address.
The request to get the staking context for an address.
Optional
options: AxiosRequestConfig<any>Axios request options.
If the request fails.
Get the validator for a given network, asset, and address.
The ID of the blockchain network.
The ID of the asset to fetch the validator for.
The unique publicly identifiable id of the validator for which to fetch the data.
Optional
options: RawAxiosRequestConfigAxios request options.
List the validators for a given network and asset.
The ID of the blockchain network.
The ID of the asset to fetch the validator for.
Optional
status: ValidatorStatusThe status to filter by.
Optional
limit: numberThe amount of records to return in a single call.
Optional
page: stringThe batch of records for a given section in the response.
Optional
options: AxiosRequestConfig<any>Axios request options.
Build a new staking operation.