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
apiKey
Request
This endpoint expects an object.
policyId
The policy ID (or list of IDs) that governs sponsorship.
serializedTransaction
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.
webhookData
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
.
serializedTransaction
The transaction after the service sets the feePayer
field and adds the fee-payer signature.