List Sponsored Fees
Last updated
Last updated
GET /fee-sponsors/{feeSponsorId}/fees
Retrieves the list of all fees paid by a fee sponsor.
FeeSponsors:Read
Always Required
feeSponsorId
ID of the fee sponsor.
items
List of sponsored fees.
nextPageToken
Opaque token used to retrieve the next page of items. undefined
if end of the list.
String (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
See .
date string when the request was created.
date string when the request was confirmed.