Skip to main content

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

Content type
application/json
{
  • "feeGrants": [
    ],
  • "pagination": {
    }
}

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

Content type
application/json
{
  • "feeGrants": [
    ],
  • "pagination": {
    }
}

GetUniqueAllowedMessages

Authorizations:
bearerAuth
path Parameters
grantee
required
string (grantee)

(proto string)

Responses

Response samples

Content type
application/json
{
  • "allowedMessages": [
    ]
}