This API is in private preview. Target October 2026; timing is subject to change.
Returns whether a user has enabled HIP-3 DEX abstraction.
Available now. This read is served at the interim endpoint today.
POST /{apiKey}/info
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Selects userDexAbstraction. |
user | string | Yes | Master or sub-account address. |
{
"type": "userDexAbstraction",
"user": "0x0000000000000000000000000000000000000000"
}| Field | Type | Description |
|---|---|---|
Response | boolean | null | true when DEX abstraction is enabled; the native API can return null when no state is available. |
true