Delegation Status Response
data class DelegationStatusResponse(val chainId: String, val token: String, val tokenAddress: String, val tokenAccount: String? = null, val balance: String? = null, val balanceRaw: String? = null, val delegations: List<DelegationStatus>)
Response model for a delegation status query.
Contains token information, balance data, and a list of active delegations.
Parameters
chain Id
The chain ID.
token
The token symbol.
token Address
The token contract address.
token Account
The associated token account (Solana).
balance
The human-readable token balance.
balance Raw
The raw token balance (smallest unit).
delegations
List of active delegations for this token.