Cascade
Account

Update Signers

Update the authorized signers for an account

POST
/account/signers
accountstring
expiresAtinteger
Formatint64
Range0 <= value
nonceinteger
Formatint64
Range0 <= value
quoruminteger
Formatint64
Range0 <= value
signaturesarray<string>
signersarray<string>

Response Body

application/json

text/plain

text/plain

curl -X POST "https://matcher.cascade.xyz/account/signers" \  -H "Content-Type: application/json" \  -d '{    "account": "string",    "expiresAt": 0,    "nonce": 0,    "quorum": 0,    "signatures": [      "string"    ],    "signers": [      "string"    ]  }'
null
"Please add the JWT token to the header"
"Not authorized to update signers for this account"