alchemy_requestFeePayer

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

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
sponsorshipRequestobjectRequired

Object that describes the sponsorship request. You must supply a base-64 serializedTransaction that is missing any fee-payer signature. The API will set the feePayer field and sign the transaction.

Response

Object containing the fully-signed transaction ready for sendRawTransaction.

serializedTransactionstringOptional

The transaction after the service sets the feePayer field and adds the fee-payer signature.