List Fee Sponsors
GET /fee-sponsors
Retrieves a list of fee sponsors.
Required Permissions
Name
Conditions
FeeSponsors:Read
Always Required
Response
Field
Description
Type - Optional
nextPageToken
Opaque token used to retrieve the next page of items. undefined
if end of the list.
String (optional)
200 Success
{
"items": [
{
"id": "fs-1f04s-lqc9q-xxxxxxxxxxxxxxxx",
"walletId": "wa-1f04s-lqc9q-xxxxxxxxxxxxxxxx",
"network": "Solana",
"status": "Active",
"dateCreated": "2023-04-14T20:41:28.715Z"
}
]
}
Last updated