get https://api.stake.fish/api/v1/chains/cosmos/unbonding/
Retrieve detailed information about all active and completed unbonding delegations for a specific Cosmos delegator address with the Stakefish validator.
Unbonding Process:
- Unbonding period is 21 days for Cosmos Hub
- Tokens do not earn rewards during unbonding
- Maximum 7 unbonding entries per validator
- Tokens are automatically available after completion time
Entry States:
- Active unbonding: isCompleted = false
- Completed unbonding: isCompleted = true
Balance Fields:
- initialBalance: Original amount when unbonding started
- remainingBalance: Current amount (may be reduced if validator was slashed)
Use Cases:
- Display all pending unbonding operations
- Show completion times
- Track total unbonding amount
- Detect slashing (initialBalance > remainingBalance)
- Monitor unbonding limit (max 7 entries per validator)