List go-staking wallets by coin and account IDs (internal)

post/api/go-staking/v1/internal/{coin}/wallets

Internal endpoint to list go-staking wallets for a given coin filtered by account IDs, paginated. No user permission check — protected at the network/auth filter layer.

Path Parameters

  • coinstringRequired
    The OFC coin symbol (e.g. ofctsol, ofcsol)

Request Body

Go account IDs to filter by, with optional pagination parameters.
goAccountIds array[string] required
List of go account IDs to filter wallets by.
Min items: >= 1 items
page integer
Page number (1-based).
Minimum: >= 1
Default: 1
pageSize integer
Number of results per page (max 100).
Minimum: >= 1
Maximum: <= 100
Default: 20

200 Response

goAccounts array[object]
goAccountId string
coin string
activeStake string
activeAutoStaked string
pendingStake string
pendingUnstake string
rewards string
page integer
totalPages integer
totalElements integer <int64>

400 Response

error string
errorName string
reqId string
context object

500 Response

error string
errorName string
reqId string
context object