Skip to content
Alchemy Logo

DEX abstraction state

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

ParameterTypeRequiredDescription
typestringYesSelects userDexAbstraction.
userstringYesMaster or sub-account address.
{
  "type": "userDexAbstraction",
  "user": "0x0000000000000000000000000000000000000000"
}

FieldTypeDescription
Responseboolean | nulltrue when DEX abstraction is enabled; the native API can return null when no state is available.

true
Was this page helpful?