/cosmos/feegrant/v1beta1/issued/{granter} REST API Endpoint
Path Parameters
granter
string
REQUIRED
The address of the user granting an allowance of their funds
Query Parameters
pagination.key
string
The value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set
pagination.offset
string
The numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set
pagination.limit
string
The total number of results to be returned in the result page. If left empty it will default to a value to be set by each app
pagination.count_total
boolean
When set to true it indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set
pagination.reverse
boolean
It is set to true if results are to be returned in the descending order
Returns
allowances
array
An array of fee allowances granted by one account to another
granter
string
The address that granted the allowance
grantee
string
The address that received the allowance and is permitted to spend on behalf of the granter
allowance
object
The allowance object which contains the type, limits, and message restrictions
@type
string
The type of the outer allowance (e.g., /cosmos.feegrant.v1beta1.AllowedMsgAllowance)
allowance
object
The nested basic allowance object with spend limit and expiration
@type
string
The type of the basic allowance (e.g., /cosmos.feegrant.v1beta1.BasicAllowance)
spend_limit
array
An array defining the maximum token amounts that can be spent (may be empty for no limit)
expiration
string
The timestamp when the allowance expires (null if no expiration)
allowed_messages
array
An array of specific message types that the grantee is permitted to execute
pagination
object
The pagination object which contains metadata for paginated responses
next_key
string
The key to query the next page of results; null if there are no more results
total
string
The total number of matching results available
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free