Fee Allowances - Summaries (Plus)
Fee Allowances Summaries Plus (v1.0.0)
Download OpenAPI specification:Download
API Documentation for Fee Allowances Summaries Plus
GetFeeGrantsByGrantee
Authorizations:
bearerAuth
path Parameters
| grantee required | string (grantee) (proto string) |
query Parameters
| pagination.page | integer <int32> (page) The page number |
| pagination.pageSize | integer <int32> (page_size) The size of each page |
Responses
Response samples
- 200
Content type
application/json
{- "feeGrants": [
- {
- "granter": "string",
- "grantee": "string",
- "allowedMsg": {
- "allowedMessages": [
- "string"
], - "basic": {
- "spendLimit": [
- {
- "denom": "string",
- "amount": "string"
}
], - "expiration": "2023-01-15T01:30:15.01Z"
}
}
}
], - "pagination": {
- "currentPage": 0,
- "totalPages": 0,
- "totalItems": 0,
- "dataAccessInfo": {
- "tier": "string",
- "isLimited": true,
- "info": "string"
}
}
}GetFeeGrantsByGranter
Authorizations:
bearerAuth
path Parameters
| granter required | string (granter) (proto string) |
query Parameters
| pagination.page | integer <int32> (page) The page number |
| pagination.pageSize | integer <int32> (page_size) The size of each page |
Responses
Response samples
- 200
Content type
application/json
{- "feeGrants": [
- {
- "granter": "string",
- "grantee": "string",
- "allowedMsg": {
- "allowedMessages": [
- "string"
], - "basic": {
- "spendLimit": [
- {
- "denom": "string",
- "amount": "string"
}
], - "expiration": "2023-01-15T01:30:15.01Z"
}
}
}
], - "pagination": {
- "currentPage": 0,
- "totalPages": 0,
- "totalItems": 0,
- "dataAccessInfo": {
- "tier": "string",
- "isLimited": true,
- "info": "string"
}
}
}