v1
latestSwagger 2.02026-07-17127100479.5 KBaddress
Get grants where address is grantee
Returns a paginated list of authz grants where the given address is the grantee — i.e., grants that other accounts have authorized to this address.
get/address/{hash}/granters
Path parameters
hashstring required
Hash
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
Response
OK
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"
}
]