List Sponsored Fees
GET /fee-sponsors/{feeSponsorId}/fees
Retrieves the list of all fees paid by a fee sponsor.
Required Permissions
Name
Conditions
FeeSponsors:Read
Always Required
Parameters
Path parameters
Path parameter
Description
feeSponsorId
ID of the fee sponsor.
Response
Field
Description
Type - Optional
items
List of sponsored fees.
nextPageToken
Opaque token used to retrieve the next page of items. undefined
if end of the list.
String (optional)
Sponsored Fee
Field
Description
Type - Optional
id
ID of the sponsored fee.
String
sponsoreeId
Id of the entity being sponsored, e.g. walletId
.
String
requestId
Id of the request that was sponsored
String
status
Pending
or Confirmed
String
fee
Fee amount that was paid for the request
String
dateRequested
String
dateConfirmed
String
200 Success
Last updated