v1

latestSwagger 2.02026-07-17127100479.5 KB
address

List addresses

Returns a paginated list of Celestia addresses with their balances. Supports sorting by balance fields, delegation amounts, and block activity.

get/address

Query parameters

limitinteger

Count of requested entities

offsetinteger

Offset

sort'asc' | 'desc'

Sort order

sort_by'id' | 'delegated' | 'spendable' | 'unbonding' | 'first_height' | 'last_height'

Sort field

Response

OK

first_heightinteger
hashstring
idinteger
is_forwardingboolean
last_heightinteger
namestring

Example response

[
  {
    "balance": {
      "currency": "utia",
      "delegated": "10000000000",
      "spendable": "10000000000",
      "unbonding": "10000000000"
    },
    "celestials": {
      "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
      "name": "name",
      "primary": true,
      "status": "VERIFIED"
    },
    "first_height": 100,
    "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60",
    "id": 321,
    "is_forwarding": true,
    "last_height": 100,
    "name": "bonded_tokens_pool"
  }
]
All 127 operations