List contracts
GET {{baseUrl}}/contracts
Gets a list of contracts.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"id": "<string>",
"name": "<string>",
"assets": [
{
"id": "<string>",
"balance": "<string>",
"lockedAmount": "<string>",
"status": "WAITING_FOR_APPROVAL",
"address": "<string>",
"tag": "<string>",
"activationTime": "<string>"
},
{
"id": "<string>",
"balance": "<string>",
"lockedAmount": "<string>",
"status": "CANCELLED",
"address": "<string>",
"tag": "<string>",
"activationTime": "<string>"
}
],
"customerRefId": "<string>"
},
{
"id": "<string>",
"name": "<string>",
"assets": [
{
"id": "<string>",
"balance": "<string>",
"lockedAmount": "<string>",
"status": "FAILED",
"address": "<string>",
"tag": "<string>",
"activationTime": "<string>"
},
{
"id": "<string>",
"balance": "<string>",
"lockedAmount": "<string>",
"status": "FAILED",
"address": "<string>",
"tag": "<string>",
"activationTime": "<string>"
}
],
"customerRefId": "<string>"
}
] |
ENDPOINTS