get https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/authz/v1beta1/grants
Returns list of Authorization
, granted to the grantee by the granter.
Parameters
Path
- No parameters are needed.
curl "https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/authz/v1beta1/grants?pagination.offset=1&pagination.limit=5&pagination.count_total=false" \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'
Returns
OBJECT
- Grants information.
{
"grants": [
{
"authorization": {
"type_url": "string",
"value": "string"
},
"expiration": "2023-08-05T15:48:02.062Z"
}
],
"pagination": {
"next_key": "string",
"total": "string"
}
}