Sponsor an EVM transaction via gasless relay
Relays an EVM transaction through a gasless relayer so the user pays no gas. Requires EVM gas sponsorship enabled for the environment. Returns a request ID for tracking the relay status.
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Body
Request to sponsor an EVM transaction via gasless relay
Array of calls to execute
Target chain ID
Unix timestamp deadline for the intent
Nonce for the intent signature
Hex-encoded EIP-712 intent signature
^0x[a-fA-F0-9]*$Relayer contract address (signed as relayer in EIP-712 intent)
^0x[a-fA-F0-9]{40}$User wallet address
^0x[a-fA-F0-9]{40}$Optional EIP-7702 authorization for first-time delegation
Response
Relay request created
Response containing the relay request ID
Unique request ID for tracking the relayed transaction