Account
Update Delegate
Add or remove a delegate for the authenticated account
accountstring
delegatestring
delegatedboolean
expiresAtinteger
Format
int64Range
0 <= valuenonceinteger
Format
int64Range
0 <= valuesignaturesarray<string>
subaccountIndexinteger
Format
int32Range
0 <= valueResponse Body
application/json
text/plain
text/plain
curl -X POST "https://matcher.cascade.xyz/account/delegates" \ -H "Content-Type: application/json" \ -d '{ "account": "string", "delegate": "string", "delegated": true, "expiresAt": 0, "nonce": 0, "signatures": [ "string" ], "subaccountIndex": 0 }'null"Please add the JWT token to the header""Delegation not allowed for request"