v1

latestSwagger 2.02026-07-17127100479.5 KB
address

Get undelegations made by address

Returns a paginated list of pending unbonding (undelegation) records for the given address. Tokens are locked during the unbonding period before they become available.

get/address/{hash}/undelegations

Path parameters

hashstring required

Hash

Query parameters

limitinteger

Count of requested entities

offsetinteger

Offset

Response

OK

amountstring
completion_timestring
heightinteger
timestring

Example response

[
  {
    "amount": "0.1",
    "completion_time": "2023-07-04T03:10:57+00:00",
    "delegator": {
      "celestials": {
        "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
        "name": "name",
        "primary": true,
        "status": "VERIFIED"
      },
      "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
    },
    "height": 100,
    "time": "2023-07-04T03:10:57+00:00",
    "validator": {
      "cons_address": "E641C7A2C964833E556AEF934FBF166B712874B6",
      "id": 321,
      "moniker": "Easy 2 Stake"
    }
  }
]