Get Fee Sponsor

GET /fee-sponsors/{feeSponsorId}

Retrieves a Fee Sponsor by its ID.

Required Permissions

Name
Conditions

FeeSponsors:Read

Always Required

Parameters

Path parameters

Path parameter
Description

feeSponsorId

ID of the fee sponsor.

Response

See Create Fee Sponsor response.

200 Success

{
  "id": "fs-1f04s-lqc9q-xxxxxxxxxxxxxxxx",
  "walletId": "wa-1f04s-lqc9q-xxxxxxxxxxxxxxxx",
  "network": "Solana",
  "status": "Active",
  "dateCreated": "2023-04-14T20:41:28.715Z"
}

Last updated