Получить контрагента

Позволяет получить подробную информацию о конкретном клиенте (контрагенте) по его id.

GET/v1/clients/:uuid

Headers

chevron-rightExample of x-api-keyhashtag

74364121-2fb8-4e06-b093-7b1f83f0d5a8

circle-info

Please note: the x-api-key is unique and provided to each client individually by Monocrypt.


Response

{
    "id": 35,
    "createdAt": "2024-12-06T14:11:02.675Z",
    "updatedAt": "2024-12-09T09:16:03.190Z",
    "clientId": 35,
    "uuid": "f44c3c11-f5ff-4d18-b735-d81afa1d5df3",
    "email": "testgmail.com",
    "name": "PLbedbedeebecffa",
    "rootUnitId": 6,
    "unitId": 4,
    "isExternalParam": false,
    "unit": {
        "id": 4,
        "createdAt": "2024-11-25T16:36:40.311Z",
        "updatedAt": "2025-06-27T06:42:56.855Z",
        "uuid": "e0294f3d-f976-413f-aa34-e82611f57779",
        "name": "DEV",
        "rootUnitId": 6,
        "parentId": null,
        "adminIds": [],
        "description": null,
        "isActive": true,
        "logo": "/static/6/units/4/logo.jpeg?hash=1751006576855"
    },
    "wallets": [
        {
            "id": 189,
            "createdAt": "2024-12-06T14:11:02.994Z",
            "updatedAt": "2025-07-08T12:54:20.094Z",
            "subId": null,
            "clientId": 35,
            "unitId": null,
            "invoiceId": null,
            "name": "PL-b9e0db4e-908d-4e3e-8b37-13317ec5ffa8",
            "currency": "TRX",
            "network": "TRC20",
            "balance": 0,
            "transit_balance": 0,
            "service_fee_balance": 0,
            "walletAddress": "TTJW3idzSZ47DEdkamNXnPd1EDbfZvsSNh",
            "riskScore": 0,
            "total_deposits": "12000000"
        },
    ],
    "labels": []
}

Last updated

Was this helpful?