agentEnableDexAbstraction payload - Agent DEX Settings
Decode Hyperliquid `agentEnableDexAbstraction` payloads for agent DEX settings, returned through Dwellir's read-only L1 gRPC API.
Read-only action reference
Dwellir's Hyperliquid gRPC API returns this decoded action payload through
StreamBlocks and
GetBlock. It does not submit or execute this action.
Submit supported user write actions through Hyperliquid's native
POST /exchange
endpoint.
The decoded agentEnableDexAbstraction payload records a request to enable DEX abstraction 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 Payloads
- approveAgent - Agent authorization
- userDexAbstraction - User DEX settings