Overview
Gets smart contracts the account has signed.HTTP request
POST /Agent/Legal/GetSignedContracts
Authentication
Requires a valid JWT bearer token.Request (JSON)
Input parameters
| Parameter | Description |
|---|---|
| POffset | Offset into the list where response begins. |
| PMaxCount | Maximum number of contracts to return. |
Response (JSON)
Response parameters
| Parameter | Description |
|---|---|
| PContractId | Identifiers of contracts that the account has signed. |
| PLegalId | Legal identities used by account when signing corresponding contract. |