Paymaster
Bearer access token. Include in all requests as: Authorization: Bearer <your_access_token>
API key for authentication. Include in all requests.
ehg7q2i6aN8jY6BbHqN5q42KsHQFRwl260jqAkAURequest to generate a paymaster-sponsored transaction blob (gas-free for users).
Zetrix address of the user initiating the transaction. Gas covered by the Paymaster.
ZTX3PGkYe55MJdKLMEQDShy5tR1as7kYJFZbUChain code identifier. Defaults to "0".
0Example: 0Specific paymaster pool ID. Auto-selected if not provided.
1Operation type label for tracking.
TRANSFERTarget address for tracking purposes.
ZTX9876543210ZYXWVUTSRQPONMLKJIHGFEDTransaction amount for tracking (optional).
1000000Minutes the nonce reservation is valid. Defaults to 10.
10Example: 10Minimum required pool balance in drops (optional).
10000000Preferred paymaster pool type.
NORMALPossible values: Paymaster blob generated. Sign and submit via /tx/paymaster/submit before expiresAt.
Paymaster blob generated. Sign and submit via /tx/paymaster/submit before expiresAt.
Bearer access token. Include in all requests as: Authorization: Bearer <your_access_token>
API key for authentication. Include in all requests.
ehg7q2i6aN8jY6BbHqN5q42KsHQFRwl260jqAkAURequest body for submitting a paymaster-sponsored transaction or contract invocation.
Unique ID of the paymaster blob reservation from generate-blob.
550e8400-e29b-41d4-a716-446655440000The hex-encoded transaction blob returned during blob generation.
0A255A5458334A64656A33434B7443724253547851747456666E6456...Transaction queued for paymaster processing. Poll /tx/query using txHash for final status.
Transaction queued for paymaster processing. Poll /tx/query using txHash for final status.
Bearer access token. Include in all requests as: Authorization: Bearer <your_access_token>
API key for authentication. Include in all requests.
ehg7q2i6aN8jY6BbHqN5q42KsHQFRwl260jqAkAURequest to generate a paymaster-sponsored contract invocation blob.
Registered contract alias. Either this or contractAddress must be provided.
my-token-contractOn-chain contract address. Takes precedence over contractKey if both are given.
ZTX3JK2mN9pQ7rS4tU5vW6xY8zA0bC1dE2fG3hI4Contract method to invoke.
transferUser's Zetrix address (initiator). Gas covered by the Paymaster.
ZTX3PGkYe55MJdKLMEQDShy5tR1as7kYJFZbUZTX value in drops. Use 0 for non-payable methods.
0Chain code identifier. Defaults to "0".
0Example: 0Specific paymaster pool ID. Auto-selected if not provided.
1Nonce reservation timeout in minutes. Defaults to 10.
10Example: 10Minimum required paymaster pool balance in drops.
10000000Preferred paymaster pool type.
NORMALPossible values: Paymaster contract blob generated. Sign and submit via /contract/paymaster/submit before expiry.
Paymaster contract blob generated. Sign and submit via /contract/paymaster/submit before expiry.
Bearer access token. Include in all requests as: Authorization: Bearer <your_access_token>
API key for authentication. Include in all requests.
ehg7q2i6aN8jY6BbHqN5q42KsHQFRwl260jqAkAURequest body for submitting a paymaster-sponsored transaction or contract invocation.
Unique ID of the paymaster blob reservation from generate-blob.
550e8400-e29b-41d4-a716-446655440000The hex-encoded transaction blob returned during blob generation.
0A255A5458334A64656A33434B7443724253547851747456666E6456...Contract invocation queued for paymaster processing.
Contract invocation queued for paymaster processing.
Last updated