Get staked balance data

get/api/v2/{coin}/wallet/{walletId}/balances/staked

Returns staking information about validator and staked amount for the current wallet. Currently only available for Casper and Stacks.

Path Parameters

  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: "btc"
  • walletIdstringRequired
    Example: "59cd72485007a239fb00282ed480da1f"
    Pattern: ^[0-9a-f]{32}$

200 Response

Array of
address string
the address of the wallet
Max length: <= 250 characters
Example: 2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS
balances array[object]
validator string
the validator
Max length: <= 250 characters
Example: 2MvrwRYBAuRtPTiZ5MyKg42Ke55W3fZJfZS
staked_amount string
the amount delegated to the validator
Example: 5000000000

400 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code