Account
Update Signers
Update the authorized signers for an account
accountstring
expiresAtinteger
Format
int64Range
0 <= valuenonceinteger
Format
int64Range
0 <= valuequoruminteger
Format
int64Range
0 <= valuesignaturesarray<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"