Returns the current status of a previously sponsored EVM transaction. Fetches the latest status from the relay provider and updates the stored record.
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/evm/sponsorTransaction/{requestId} \
--header 'Authorization: Bearer <token>'{
"status": "CANCELED",
"errorMessage": "<string>",
"transactionHash": "<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"
UUID of the relay request
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"
Relay request status
Status of a sponsored EVM relay request
Current status of the relay request
CANCELED, CONFIRMED, EXPIRED, FAILED, PENDING, REJECTED, SENT, SUBMITTED Error message if the transaction was rejected or reverted
On-chain transaction hash once confirmed or reverted
^0x[a-fA-F0-9]{64}$Was this page helpful?
curl --request GET \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/evm/sponsorTransaction/{requestId} \
--header 'Authorization: Bearer <token>'{
"status": "CANCELED",
"errorMessage": "<string>",
"transactionHash": "<string>"
}