Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets smart contracts the account has signed.
POST /Agent/Legal/GetSignedContracts
{ "offset":Optional(Int(0 <= POffset <= 2147483647)), "maxCount":Optional(Int(0 < PMaxCount <= 2147483647)) }
{ "Signatures": { "contractId":Required(Str(PContractId)), "legalId":Required(Str(PLegalId)) }?[] }