Returns the EIP-7702 delegation operation. Use the delegationOperationId returned by the Create EIP-7702 delegation endpoint to poll for operation completion.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
The unique identifier for the delegation operation.
Delegation operation retrieved successfully.
The status of an EIP-7702 delegation operation.
The unique identifier for the delegation operation.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The current status of the delegation operation. UNSPECIFIED means the status has not been set. PENDING means the operation has been created but not yet submitted. SUBMITTED means the operation has been submitted to the network. COMPLETED means the operation has completed successfully. FAILED means the operation has failed.
UNSPECIFIED, PENDING, SUBMITTED, COMPLETED, FAILED "COMPLETED"
The network for the EIP-7702 delegation.
base-sepolia, base, arbitrum, optimism, polygon, ethereum, ethereum-sepolia "base"
The hash of the delegation transaction, if available. Present once the transaction has been submitted to the network.
^0x[0-9a-fA-F]{64}$"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
The address the account has delegated to, if any. Only present when the account has an active delegation.
^0x[0-9a-fA-F]{40}$"0x7702cb554e6bFb442cb743A7dF23154544a7176C"