Protected
Optional
_reputationProtected
idProtected
networkStatic
Private
MAX_Get the claimable balance for the supplied asset.
The asset to check claimable balance for.
The staking mode. Defaults to DEFAULT.
Additional options for getting the claimable balance.
The claimable balance.
Private
copyRequests faucet funds for the address. Only supported on testnet networks.
Optional
assetId: stringThe ID of the asset to transfer from the faucet.
The faucet transaction object.
If the request does not return a transaction hash.
If the request fails.
Private
getPrivate
Get the different staking balance types for the supplied asset.
The asset to lookup balances for.
Optional
mode: StakeOptionsModeThe staking mode. Defaults to DEFAULT.
Optional
options: { Additional options for the balance lookup.
The different balance types.
Lists the historical staking balances for the address.
The asset ID.
The start time.
The end time.
The staking balances.
Returns the list of balances for the address.
The map from asset ID to balance.
Returns the historical balances of the provided asset.
The asset ID.
The pagination options.
The paginated list response of Historical Balances for the given Asset ID.
Returns the transactions of the address.
The pagination options.
The paginated list response of Transactions.
Get the pending claimable balance for the supplied asset.
The asset to check pending claimable balance for.
The staking mode. Defaults to DEFAULT.
Additional options for getting the pending claimable balance.
The pending claimable balance.
Returns the reputation of the Address.
The reputation of the Address.
if the API request to get the Address reputation fails.
if the Address reputation is not available.
Get the stakeable balance for the supplied asset.
The asset to check the stakeable balance for.
The staking mode. Defaults to DEFAULT.
Additional options for getting the stakeable balance.
The stakeable balance.
Lists the staking rewards for the address.
The asset ID.
The start time.
The end time.
The format to return the rewards in. (usd, native). Defaults to usd.
The staking rewards.
Get the unstakeable balance for the supplied asset.
The asset to check the unstakeable balance for.
The staking mode. Defaults to DEFAULT.
Additional options for getting the unstakeable balance. A. Dedicated ETH Staking
validator_pub_keys
(optional): List of comma separated validator public keys to retrieve unstakeable balance for. Defaults to all validators.The unstakeable balance.
Private
validatePrivate
Validate if the operation is able to claim stake with the supplied input.
The amount of the asset to claim stake.
The asset to claim stake.
The staking mode. Defaults to DEFAULT.
Additional options for the claim stake operation.
If the supplied input is not able to create a claim stake operation.
Private
validatePrivate
Validate if the operation is able to stake with the supplied input.
The amount of the asset to stake.
The asset to stake.
The staking mode. Defaults to DEFAULT.
Additional options for the stake operation.
If the supplied input is not able to create a stake operation.
Private
validatePrivate
Validate if the operation is able to unstake with the supplied input.
The amount of the asset to unstake.
The asset to unstake.
The staking mode. Defaults to DEFAULT.
Additional options for the unstake operation.
If the supplied input is not able to create an unstake operation.
A representation of a blockchain address, which is a user-controlled account on a network.