Skip to content
Alchemy Logo

alchemy_requestFeePayer

POST
/{apiKey}

Requests fee and rent sponsorship for a Solana transaction and returns the fully-signed serializedTransaction (now containing the fee-payer signature).

We support rent sponsorship for createAccount and createAssociatedTokenAccount programs. If you need support for sponsoring rent in custom programs, please contact us at [email protected].

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

objectrequired

Object containing the policy ID and the unsigned serialized transaction.

Responses

200

Object containing the fully-signed transaction ready for sendRawTransaction.

Was this page helpful?