Docs

agentEnableDexAbstraction - Agent DEX Abstraction

Enable DEX abstraction for an agent wallet on Hyperliquid.

Enable DEX abstraction functionality for an agent wallet.

Sample Data

JSON
{
  "signature": {
    "r": "0x2d58053666731bbc738cb5bafd19bb148a85248b19565bf72ab22599a00eaf51",
    "s": "0x1b7aae8cfa48af734057d0f886fd8b14b2d4a3e53df388f30901934ad3552453",
    "v": 28
  },
  "action": {
    "type": "agentEnableDexAbstraction"
  },
  "nonce": 1768146926373
}

View this transaction on Hypurrscan

Field Reference

Action Fields

FieldTypeDescription
typestringAlways "agentEnableDexAbstraction"

Use Cases

DEX Abstraction Tracking

Monitor DEX abstraction enablement:

Python
def process_agentEnableDexAbstraction_action(action):
    print("DEX abstraction enabled for agent")