alchemy_requestFeePayer

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

Request access by reaching out to [email protected]

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
policyIdstring or list of stringsRequired

The policy ID (or list of IDs) that governs sponsorship.

serializedTransactionstringRequiredformat: "^[A-Za-z0-9+/]+={0,2}$"

The unsigned transaction produced by tx.serialize(). It may already contain a feePayer; the service will overwrite it with the sponsoring account and add the fee-payer signature.

webhookDatastringOptional

Optional metadata (e.g. proof-of-humanity) that is forwarded to any policy-level webhooks.

Response

Object containing the fully-signed transaction ready for sendRawTransaction.

serializedTransactionstring

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