v1

latestSwagger 2.02026-07-17127100479.5 KB
address

Get address info

Returns detailed information about a Celestia address including balances, delegation amounts, and linked Celestial identity. Returns 204 if the address is not found.

get/address/{hash}

Path parameters

hashstring required

Hash

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"
}