Cascade
Account

Get Delegates

List delegates for authenticated account

GET
/account/delegates

Query Parameters

accountstring

Identifies the user whose delegates are to be retrieved.

subaccountIndex?string

Identifies the subaccount to retrieve delegates for; leave empty to enumerate all subaccounts.

Response Body

application/json

text/plain

text/plain

curl -X GET "https://matcher.cascade.xyz/account/delegates?account=0xe1c03ec3bcf509b3e8e63abcd03edc661ffe6a78&subaccountIndex=0"
[
  {
    "account": "0xe1c03ec3bcf509b3e8e63abcd03edc661ffe6a78",
    "delegate": "0xdadB0d80178819F2319190D340ce9A924f783711",
    "subaccountIndex": 0
  }
]
"Please add the JWT token to the header"
"string"