List staking wallets for Go Account

get/api/go-staking/v1/accounts/{accountId}/coins

List all staking wallets associated with a given Go Account.

Path Parameters

  • accountIdstringRequired
    Account ID to fetch the staking request for.

Query Parameters

  • pageintegerDefault: 1
    Minimum: >= 1
  • pageSizeintegerDefault: 20
    Minimum: >= 1
    Maximum: <= 100

200 Response

coins array[object]
coin string
activeStake string
pendingStake string
pendingUnstake string
rewards string
attributes object
page integer
totalPages integer
totalElements integer

400 Response

error string
errorName string
reqId string
context object

401 Response

error string
errorName string
reqId string
context object

403 Response

error string
errorName string
reqId string
context object

500 Response

error string
errorName string
reqId string
context object