Create Fee Sponsor

POST /fee-sponsors

Creates a new FeeSponsor associated with a wallet. Returns a new fee sponsor entity.

Required Permissions

Name
Conditions

FeeSponsors:Create

Always Required

Request

Field
Description
Type - Optional

walletId

Id of the wallet that will be used to sponsor the fee for other wallets

String

Example

{
  "walletId": "wa-759uq-tlr7k-9ljofi7pijl99tfg"
}

Response

Field
Description
Type - Optional

id

ID of the wallet.

String

network

Network used for the wallet.

String

walletId

Id of the wallet that will be used to sponsor the fee for other wallets

String

status

Active or Deactivated

String

dateCreated

ISO 8601 date string when wallet was created.

String

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