Get the status of a sponsored EVM transaction
Returns the current status of a previously sponsored EVM transaction from
the stored record, which is kept in sync with the relay provider.
Pass wait to hold the response open until the transaction resolves.
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"
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"
Query Parameters
Seconds to hold the response open while the transaction is still unresolved, so the hash is returned as soon as it exists instead of on the caller's next poll. Omitted or zero returns immediately. Values outside 0-10 are rejected.
0 <= x <= 10Response
Relay request status