Skip to main content

v1service.DelegationPublicArray

Paginated array response containing Phase-1 delegation objects.

data object[]
  • Array [
  • finality_provider_pk_hexstring
    is_eligible_for_transitionboolean
    is_overflowboolean
    is_slashedboolean
    staker_pk_hexstring
    staking_tx object
    output_indexinteger
    start_heightinteger
    start_timestampstring
    timelockinteger
    tx_hexstring
    staking_tx_hash_hexstring
    staking_valueinteger
    statetypes.DelegationState (string)

    Possible values: [active, unbonding_requested, unbonding, unbonded, withdrawable, withdrawn, transitioned, slashed]

    unbonding_tx object
    output_indexinteger
    start_heightinteger
    start_timestampstring
    timelockinteger
    tx_hexstring
  • ]
  • pagination object

    Pagination metadata for paginated API responses.

    next_keystring
    v1service.DelegationPublicArray
    {
    "data": [
    {
    "finality_provider_pk_hex": "string",
    "is_eligible_for_transition": true,
    "is_overflow": true,
    "is_slashed": true,
    "staker_pk_hex": "string",
    "staking_tx": {
    "output_index": 0,
    "start_height": 0,
    "start_timestamp": "string",
    "timelock": 0,
    "tx_hex": "string"
    },
    "staking_tx_hash_hex": "string",
    "staking_value": 0,
    "state": "active",
    "unbonding_tx": {
    "output_index": 0,
    "start_height": 0,
    "start_timestamp": "string",
    "timelock": 0,
    "tx_hex": "string"
    }
    }
    ],
    "pagination": {
    "next_key": "string"
    }
    }