userDexAbstraction

Returns whether per-DEX abstraction is enabled for a user. This is the per-DEX counterpart to userAbstraction.

Field
Type
Description

type

string

Must be "userDexAbstraction"

user

string

User Ethereum address (required)

Request

curl -X POST https://api.hydromancer.xyz/info \
  -H "Authorization: Bearer $HYDROMANCER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "userDexAbstraction",
    "user": "0xd38809cc442fe4f10937c5988d2b723a15a89e5b"
  }'

Response Fields

Field
Type
Description

(root)

bool

true if per-DEX abstraction is enabled for the user, otherwise false

Response
false

Last updated