Returns the relayer EOA that should be embedded in the EIP-712 sponsored
transaction intent for the given chain. The address is owned by the
project’s relay backend and is the eventual from of the on-chain
broadcast. Today a single relayer is returned; future implementations
will round-robin across multiple workspace relayers.
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/evm/availableGaslessRelayer \
--header 'Authorization: Bearer <token>'{
"relayerAddress": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://www.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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"
EVM chain ID
x >= 1Available relayer address
Available EVM gasless relayer address for the requested chain
Relayer EOA to embed in the EIP-712 sponsored transaction intent
^0x[a-fA-F0-9]{40}$Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/evm/availableGaslessRelayer \
--header 'Authorization: Bearer <token>'{
"relayerAddress": "<string>"
}