delegateInfo_getDelegated
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Retrieves the total stake delegated to the account identified by the given public key.
Body
application/json
jsonrpcstringrequiredJSON-RPC protocol version. Must be "2.0".
methodstringdelegateInfo_getDelegatedrequiredThe RPC method to invoke.
paramsArray<Array<integer>>requiredArray containing a single element: an array of 32 integers representing the delegate's public key bytes.
idintegerrequiredRequest identifier.
Response
200OK
Successful response with the amount of delegated stake.