latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Staking Request
List staking requests by enterprise
Retrieve staking requests and staking transactions for a given enterprise and query params.
get/api/staking/v1/enterprises/{enterpriseId}/requests/transactions
Path parameters
enterpriseIdstring required
The enterprise ID.
Query parameters
coinCoin2[]
Filter by one or more staking assets.
walletTypestring[]
Filter by one or more Wallet Types. Multiple values may be specified (e.g. ?walletType=cold&walletType=hot) and are combined with OR semantics.
walletIdsstring[]
Wallet Ids
permissionsstring[]
Filter by user permissions
requestType'STAKE' | 'UNSTAKE' | 'CLAIM_REWARDS' | 'SWITCH_VALIDATOR' | 'UNSUPPORTED'
The type of staking request.
Filter by Staking Request Type
requestStatusStakingRequestStatus[]
Filter by Staking Request status
createdDateGtestring date-time
Filter by created date greater than or equal to
createdDateLtstring date-time
Filter by created date less than
searchStringstring
Search by string match across request attributes
expandBuildParamsboolean
Whether to expand and include full build parameters in the response.
pageinteger nullable
The page number for pagination.
pageSizeinteger nullable
The page size for pagination.
sortBy'-createdDate' | 'createdDate'
Sort By field
Response
Successful Retrieving Staking Requests with Transactions