getStatus

Retrieves the delegation status for a specified token and delegate address.

Queries the current delegation state for a token, including balance information and active delegations with their allowed amounts. This is a GET request with delegateAddress as a query parameter.

Return

A Result containing DelegationStatusResponse if successful, or an error if the operation fails.

Parameters

request

The status query containing chain, token, and delegateAddress.