v1

latestSwagger 2.02026-07-17127100479.5 KB
address

Get grants made by address

Returns a paginated list of authz grants where the given address is the granter — i.e., grants that this address has authorized to other accounts.

get/address/{hash}/grants

Path parameters

hashstring required

Hash

Query parameters

limitinteger

Count of requested entities

offsetinteger

Offset

Response

OK

authorizationstring
expirationstring
heightinteger
paramsobject
revoke_heightinteger
revokedboolean
timestring

Example response

[
  {
    "authorization": "/cosmos.staking.v1beta1.MsgDelegate",
    "expiration": "2023-07-04T03:10:57+00:00",
    "grantee": {
      "celestials": {
        "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
        "name": "name",
        "primary": true,
        "status": "VERIFIED"
      },
      "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
    },
    "granter": {
      "celestials": {
        "image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
        "name": "name",
        "primary": true,
        "status": "VERIFIED"
      },
      "hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
    },
    "height": 123123,
    "revoke_height": 123123,
    "revoked": true,
    "time": "2023-07-04T03:10:57+00:00"
  }
]