agentEnableDexAbstraction - Agent DEX Abstraction
Enable DEX abstraction for an agent wallet on Hyperliquid.
Enable DEX abstraction functionality for an agent wallet.
Sample Data
{
"signature": {
"r": "0x2d58053666731bbc738cb5bafd19bb148a85248b19565bf72ab22599a00eaf51",
"s": "0x1b7aae8cfa48af734057d0f886fd8b14b2d4a3e53df388f30901934ad3552453",
"v": 28
},
"action": {
"type": "agentEnableDexAbstraction"
},
"nonce": 1768146926373
}View this transaction on Hypurrscan
Field Reference
Action Fields
| Field | Type | Description |
|---|---|---|
type | string | Always "agentEnableDexAbstraction" |
Use Cases
DEX Abstraction Tracking
Monitor DEX abstraction enablement:
def process_agentEnableDexAbstraction_action(action):
print("DEX abstraction enabled for agent")Related Action Types
- approveAgent - Authorize agents
- userDexAbstraction - User DEX settings
StreamOrderbookSnapshots - Real-time Order Book Streaming
Stream continuous order book snapshots with individual order visibility from Hyperliquid L1 Gateway via gRPC. Premium endpoint available on dedicated nodes.
approveAgent
Authorize an API wallet (agent) to sign transactions on behalf of a master account on Hyperliquid.