Basic Description

This endpoint is used to get a list of Audit Trails in Taurus-PROTECT.

This endpoint would accept a GET request with no required parameters. By default, the request will return all audit trails. However, it also provides the flexibility to filter audit trails based on various parameters such as date, entity, and more. Furthermore, the resulting list can also be sorted according to specific criteria.

Prerequisites

Required Roles

Certain API endpoints require that the user has a specific role in order to access them. Roles are used to restrict access to certain functionality within the system and ensure that only authorized users are able to perform specific actions.

Here is the list of required Roles for this particular endpoint:

  • AuditViewer
  • TPUser

To find out more about roles, please refer to the following page in the Taurus User Guides.

Required Input Parameters

There are no Required Input Parameters for this endpoint.

📘

Preconditions

It is important to note that Audit Trails are only available on Taurus-PROTECT 3.14 and later versions.

Call Example

You can find a basic example in cURL below.

Please note that you will need to update the BASEURL and the APITOKEN for the command to function.

export BASEURL=https://taurus-protect-instance.com
export APIToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZXh0ZXJuYWxVc2VySUQiOiJ0ZWFtMUV4dGVybmFsVXNlcklEIiwidGVuYW50SUQiOjEsImNhcGl0YWxUZW5hbnRJRCI6MSwiZmlyc3RuYW1lIjoiSm9obiIsImxhc3RuYW1lIjoiRG9lIiwicm9sZXMiOlsidHB1c2VyIl0sImVtYWlsIjoidGVhbTFAYmFuay5jb20iLCJ1c2VybmFtZSI6InRlYW0xIiwiand0X3JlbmV3YWJsZV9hbW91bnQiOjAsImlzX3RvdHBfZW5hYmxlZCI6ZmFsc2UsImF1dGhfc3RhdHVzIjoiU1VDQ0VTUyIsImxhc3RfbG9naW4iOiIyMDIzLTAxLTAxVDAwOjAwOjAwLjE0OTc0NDIzMloiLCJsb2dnZWRfaW5fd2l0aF9zc28iOmZhbHNlLCJrZXkiOiIiLCJleHAiOjE2ODEyMTkyNzYsImlhdCI6MTY4MTIxNzQ3Nn0.K_85arIrigpkN1yHttCydpeT6oVg2c6PyQnuji907Og
curl --location "$BASEURL/api/rest/v1/audit_trails" \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header "Authorization: Bearer $APIToken" 

This piece of code submits a GET request to https://your-protect-instance.example.com/api/rest/v1/audit_trails with no parameters.

👍

Call Result

A successful response for the GET call to get the list of all audit trails in Taurus-PROTECT might look like this:

{
    "result": [
        {
            "id": "206c3a6b-482a-45d3-9a74-7d35418b20f3",
            "user": {
                "id": "1",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4333616,\"address_from_id\":485965,\"currency\":\"DOT\",\"request_status\":\"CREATED\",\"request_type\":\"dot_withdraw_unbonded\"}",
            "creationDate": "2023-06-02T15:44:14.600Z"
        },
        {
            "id": "b7c1590b-cae3-42d0-9ddd-b754813954e7",
            "user": {
                "id": "9",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "admin_change",
            "action": "delete",
            "subAction": "",
            "details": "{\"admin_change_id\":4803,\"creator_id\":9,\"action_type\":\"create\",\"target_entity\":\"price\",\"target_entity_id\":0}",
            "creationDate": "2023-06-02T13:03:31.556Z"
        },
        {
            "id": "b907c352-4393-408a-aa18-d4c7fda6aff9",
            "user": {
                "id": "9",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "admin_change",
            "action": "create",
            "subAction": "",
            "details": "{\"admin_change_id\":4803,\"creator_id\":9,\"action_type\":\"create\",\"target_entity\":\"price\",\"target_entity_id\":0}",
            "creationDate": "2023-06-02T13:02:25.439Z"
        },
        {
            "id": "db682113-d53e-481d-9c2e-46e596ac151c",
            "user": {
                "id": "11",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "delete",
            "subAction": "",
            "details": "{\"request_id\":4332133,\"currency\":\"ALGO\",\"request_status\":\"CREATED\",\"request_type\":\"payment\"}",
            "creationDate": "2023-06-02T12:45:35.032Z"
        },
        {
            "id": "c21fe25b-105c-4b3e-9ae3-b3924dcc0aed",
            "user": {
                "id": "11",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4332133,\"wallet_from_id\":0,\"address_from_id\":738106,\"address_to_id\":257683,\"whitelisted_address_to_id\":0,\"currency\":\"ALGO\",\"request_status\":\"CREATED\",\"request_type\":\"payment\"}",
            "creationDate": "2023-06-02T12:41:01.612Z"
        },
        {
            "id": "78b81b49-f91d-4cf5-b2ef-e9c306e17ff0",
            "user": {
                "id": "11",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":738106}",
            "creationDate": "2023-06-02T12:41:01.337Z"
        },
        {
            "id": "69dd9d4f-4b18-48d3-a73a-1331cd97fa2c",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64163,\"address_id\":2803260,\"address\":\"0xeee36ca2b9ceb3743e7fe0dbaefc250aa9c810ca\",\"currency\":\"ETH\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T09:27:16.219Z"
        },
        {
            "id": "5da73e8d-bdf7-4f81-8f14-7f71be32e002",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64162,\"address_id\":2803259,\"address\":\"3GoPMuLhKEeeA4REm29V1ostgCPoGzxp6K\",\"currency\":\"BTC\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T09:27:15.992Z"
        },
        {
            "id": "09f4d4f4-3c07-4af8-b73a-c8b64334533d",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64163,\"address_id\":2803260,\"currency\":\"ETH\",\"address\":\"0xeee36ca2b9ceb3743e7fe0dbaefc250aa9c810ca\",\"blockchain_addr_signature\":\"00aNgwymtVIErKKJixmajW3pgbqDE+0kerCBrtT52qgFDgCtVWhkDHGrL4DI/l8t8W787F3boDi91cY7mG9FyA==\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T09:27:15.946Z"
        },
        {
            "id": "bd8ba781-8019-4159-b5e5-f39a77df3108",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64266,\"address_id\":2803258,\"address\":\"tz1S4ZLc4ShHyvs2mHpjDfjg6381phmHVL1i\",\"currency\":\"XTZ\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T09:27:15.940Z"
        },
        {
            "id": "c797ce84-f818-47a8-b22b-a5b6ff96e31c",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64162,\"address_id\":2803259,\"currency\":\"BTC\",\"address\":\"3GoPMuLhKEeeA4REm29V1ostgCPoGzxp6K\",\"blockchain_addr_signature\":\"EB1GQiYVbsuwPWWzkDXqVH7L4P9/P8w0B0fTF2Gb2OxEK08YBSH3dz0ZzsxipCPR4M98tNuhQStvsq4naT61qQ==\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T09:27:15.810Z"
        },
        {
            "id": "7e8c98c0-3278-40fb-922c-d40f8e06b346",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64266,\"address_id\":2803258,\"currency\":\"XTZ\",\"address\":\"tz1S4ZLc4ShHyvs2mHpjDfjg6381phmHVL1i\",\"blockchain_addr_signature\":\"sH9eNeOoznzsL4K88Grit7FfGiHpuy/zrK2QzwNOmNj1eiWj7c/ckVxpWctTCVnc1GDfass6vQYgzBVpDHjSdA==\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T09:27:15.657Z"
        },
        {
            "id": "4f0b6daf-5589-4309-93fb-62736286dcde",
            "user": {
                "id": "11",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4330257,\"wallet_from_id\":0,\"address_from_id\":441985,\"address_to_id\":434397,\"whitelisted_address_to_id\":0,\"currency\":\"XLM\",\"request_status\":\"CREATED\",\"request_type\":\"payment\"}",
            "creationDate": "2023-06-02T08:50:30.573Z"
        },
        {
            "id": "f0b9a4f7-1f1f-4fdc-ba02-012aecae7f9d",
            "user": {
                "id": "11",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":441985}",
            "creationDate": "2023-06-02T08:50:30.380Z"
        },
        {
            "id": "cac29c62-6ca9-4274-8d60-c930229b7159",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22282,\"whitelisted_address\":\"0x141aaecda0021fdabb42a01391484611496e04dd\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-02T07:49:25.701Z"
        },
        {
            "id": "90853b6e-e4d0-4562-a9df-fb4a5a55cbae",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "create",
            "subAction": "",
            "details": "{\"whitelisted_address_id\":22282,\"whitelisted_address\":\"0x141aaecda0021fdabb42a01391484611496e04dd\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"contract_type\":\"\"}",
            "creationDate": "2023-06-02T07:49:18.637Z"
        },
        {
            "id": "9b9cee20-0919-4845-97cc-3dff90040d54",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64163,\"address_id\":2803103,\"address\":\"0xd21206dca5fb17577be215eacf1290ca496eb47a\",\"currency\":\"ETH\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T07:13:43.325Z"
        },
        {
            "id": "20bb71a3-effe-49d2-831f-340c164cea96",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64162,\"address_id\":2803102,\"address\":\"3HWrpCFVAYGNrYGiQYmaiXXZKLA3iP9a98\",\"currency\":\"BTC\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T07:13:43.109Z"
        },
        {
            "id": "b3753875-e81a-47fe-abc0-cf9d9efc187b",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64266,\"address_id\":2803101,\"address\":\"tz1i8JquMeUrEJXypbCh5tEqucoV9sHZSXXm\",\"currency\":\"XTZ\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T07:13:43.052Z"
        },
        {
            "id": "3b2b97b4-93c6-45ca-ab4a-41440287a44e",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64163,\"address_id\":2803103,\"currency\":\"ETH\",\"address\":\"0xd21206dca5fb17577be215eacf1290ca496eb47a\",\"blockchain_addr_signature\":\"LTc/7EKRuCOKZ438apuhR6Hz9uX6LKUTRRIi+dGgMUbQ6ubr9xt7fmw4wAjpcOC24Djju8w4ilOC3OYq6sKZZA==\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T07:13:42.897Z"
        },
        {
            "id": "ef0c2973-5f7e-4b90-b9af-17d8ff553ce0",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64162,\"address_id\":2803102,\"currency\":\"BTC\",\"address\":\"3HWrpCFVAYGNrYGiQYmaiXXZKLA3iP9a98\",\"blockchain_addr_signature\":\"151hAP2Nvec0u3PLSnTWFJVRXNy3cP3mIFreV1tQgEq3Boyoq5rzJDErXOChJ0bQe69tAwQ4UFSdn/TYLhtIZQ==\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T07:13:42.769Z"
        },
        {
            "id": "227a551c-63bc-4d3f-a0b6-f2c43cec828a",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64266,\"address_id\":2803101,\"currency\":\"XTZ\",\"address\":\"tz1i8JquMeUrEJXypbCh5tEqucoV9sHZSXXm\",\"blockchain_addr_signature\":\"blH+I4lLwIaGvAQeSbAMg0jWKAU7pWXkxye6MnT2fYY1dC/TqcFsSaigiXSTwf6LE7rsyRcxxJvaujRwhvE5pw==\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T07:13:42.636Z"
        },
        {
            "id": "dda19c38-e2d1-45d0-ab42-bf0cb9aa9e17",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64266,\"address_id\":2802946,\"address\":\"tz1ev3Ndf7D5jTYCHr8PmridKqzrVFBwCvVz\",\"currency\":\"XTZ\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T06:58:05.212Z"
        },
        {
            "id": "b7f4c7ed-0ecb-4bc9-920f-d489598f8497",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64163,\"address_id\":2802945,\"address\":\"0x7a135ce23ff1a5fbaaf1213cc7899800c81f1305\",\"currency\":\"ETH\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T06:58:04.841Z"
        },
        {
            "id": "c2ffbb23-3b1d-472e-827c-33331e8693e1",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64162,\"address_id\":2802944,\"address\":\"3661cjEJHFrLb1N4K5sx8aiV7vN8C6t1ax\",\"currency\":\"BTC\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T06:58:04.667Z"
        },
        {
            "id": "8f4f6eb6-c91f-4f1d-b0a6-cc16aa9e708b",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64266,\"address_id\":2802946,\"currency\":\"XTZ\",\"address\":\"tz1ev3Ndf7D5jTYCHr8PmridKqzrVFBwCvVz\",\"blockchain_addr_signature\":\"QU7ZLAhKNXOoLLi0mRKClQMmW+BYMg5Kj/wjCJ7TeKk5rY94pT3YbeRFnZtFwum5DYnDAy8gRwxSh3KCFdG0sQ==\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T06:58:04.378Z"
        },
        {
            "id": "e5cffda9-30c2-4eeb-ba1c-21b795000bcc",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64163,\"address_id\":2802945,\"currency\":\"ETH\",\"address\":\"0x7a135ce23ff1a5fbaaf1213cc7899800c81f1305\",\"blockchain_addr_signature\":\"mOdDGlwORjXvIbnjkrp/fP111TYVUEwn5OoeYa1RGKBTivdalBbkxAAxtkfcjSVgJtuR/EKQdf7rADOpaHaNWw==\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T06:58:03.771Z"
        },
        {
            "id": "cda9ac79-496a-40e7-94c1-a5a3f7f7e360",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64162,\"address_id\":2802944,\"currency\":\"BTC\",\"address\":\"3661cjEJHFrLb1N4K5sx8aiV7vN8C6t1ax\",\"blockchain_addr_signature\":\"qWlaeuNzksPahyf9ZPqiSAq7qXzvUszfZmVRziH6D10G27tGlACIdT3A+wGNUk1k1PpSS9dTetzvLiNF6LpZmA==\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T06:58:03.612Z"
        },
        {
            "id": "78b96b93-79a1-47e4-a7d7-4d88a7486693",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64162,\"address_id\":2802789,\"address\":\"39j3zzJXFwiAStidXpqyyiP7v4fza7P3pj\",\"currency\":\"BTC\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T06:15:29.073Z"
        },
        {
            "id": "55540ce7-22d9-429e-b70a-e829ecaa82b6",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64163,\"address_id\":2802788,\"address\":\"0x8a0f456e794bb61eb2d0b46bd107d4f0ad1ecf08\",\"currency\":\"ETH\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T06:15:29.063Z"
        },
        {
            "id": "57846ee0-22b9-4411-be7e-6ca353ecaa0b",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64162,\"address_id\":2802789,\"currency\":\"BTC\",\"address\":\"39j3zzJXFwiAStidXpqyyiP7v4fza7P3pj\",\"blockchain_addr_signature\":\"KHLvrJLUc4wXRjJE0VlrAW1GazOrkUITepQahcHhmRVrAwBFUmhgAvBojbw2Uhls9IH+ZrdXg+xOwCDVFnVXqQ==\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T06:15:28.869Z"
        },
        {
            "id": "c7cb6693-72b4-4356-bba2-88cecfb83c34",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64266,\"address_id\":2802787,\"address\":\"tz1ZebayKJXR4t3tNdbhdyAARJvDaXQNAJa6\",\"currency\":\"XTZ\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T06:15:28.823Z"
        },
        {
            "id": "f226ff8b-db86-46ae-84b9-4c7e7ee315b5",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64163,\"address_id\":2802788,\"currency\":\"ETH\",\"address\":\"0x8a0f456e794bb61eb2d0b46bd107d4f0ad1ecf08\",\"blockchain_addr_signature\":\"sayTIAm412093/QeeeiY62Z1QEWlYGY29GTe+gGPB3fJPXPTgudQVtkbphdBY9YUb+5lNQx6QOYechuuKj4GUg==\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T06:15:28.729Z"
        },
        {
            "id": "29bb27f6-0bfc-42a1-b57b-6d781066507b",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64266,\"address_id\":2802787,\"currency\":\"XTZ\",\"address\":\"tz1ZebayKJXR4t3tNdbhdyAARJvDaXQNAJa6\",\"blockchain_addr_signature\":\"dvLaMqqOAqCel+XmGZL3RohjItHEhcqiVzT6KinjrhXpjTUhToH61jfQXAo+uWWwDPG5R5KCckx55fKGKcrv/g==\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T06:15:28.578Z"
        },
        {
            "id": "020e572b-0f66-45f8-82fa-db52fc17c2cc",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64162,\"address_id\":2802632,\"address\":\"3GSR82gT8L7YzeKprC2HEQ1jPbXfAGwt33\",\"currency\":\"BTC\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T06:02:54.523Z"
        },
        {
            "id": "5c9fec06-fbdb-41b1-8d47-dc31b3c5af5e",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64163,\"address_id\":2802631,\"address\":\"0x687cb1c0a78e02817bc9514b04929e96cee19f56\",\"currency\":\"ETH\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T06:02:54.420Z"
        },
        {
            "id": "081ee157-53ef-4c39-bbe1-95250e42e3e4",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64266,\"address_id\":2802630,\"address\":\"tz1fSmLdnL1bHVhx1UoLGDqLVBMWTyguBAyM\",\"currency\":\"XTZ\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T06:02:54.318Z"
        },
        {
            "id": "e78aa934-fd7d-4b28-b2af-04e6845328b9",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64162,\"address_id\":2802632,\"currency\":\"BTC\",\"address\":\"3GSR82gT8L7YzeKprC2HEQ1jPbXfAGwt33\",\"blockchain_addr_signature\":\"RfIQ6DaCYblHTuchorliNJTqoKywsC/3D3OwBTzMLLB7TT0qUl/BY4/30dRs8AJ+JQhELkc0vDLfMd59PxWSnw==\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-02T06:02:54.293Z"
        },
        {
            "id": "04fe9db9-ed08-445e-93f9-f8d32e0bc39e",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64163,\"address_id\":2802631,\"currency\":\"ETH\",\"address\":\"0x687cb1c0a78e02817bc9514b04929e96cee19f56\",\"blockchain_addr_signature\":\"IiWKUf1fwPEg7MlYqSGwSL+BViGtP/LXZEJx6Apnw3JhI0yULKr720Sir3R93wn/na/NiUd60ccGVjEqdxoBtA==\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-02T06:02:54.164Z"
        },
        {
            "id": "171ab35f-a2ff-417d-9e13-78a3d9d2eea3",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64266,\"address_id\":2802630,\"currency\":\"XTZ\",\"address\":\"tz1fSmLdnL1bHVhx1UoLGDqLVBMWTyguBAyM\",\"blockchain_addr_signature\":\"wrA2mcJ+YcwTM9fKwE2nI/U8w4Tie2lT3V5VLF/Ozhx07BiPQeqUvRQHg61xMf/CWd1kgZ80DtlgY7DQ15NBfg==\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-02T06:02:54.024Z"
        },
        {
            "id": "8ecf3433-3db3-402a-b3e6-121bec5c3c34",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64163,\"address_id\":2802502,\"address\":\"0x6958d40def8df97431b856a7a9b13af1e7d49e10\",\"currency\":\"ETH\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-01T20:11:24.526Z"
        },
        {
            "id": "dbbcd28c-6d40-4ab7-b27b-03170905a21f",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64163,\"address_id\":2802502,\"currency\":\"ETH\",\"address\":\"0x6958d40def8df97431b856a7a9b13af1e7d49e10\",\"blockchain_addr_signature\":\"aQ3P6TSosmFoApdyOArvuovsmuRl6vjldQrWmsxL2JFzKCWkSebm1Cx2FM3/tOHvde8gpe8kEykUTA4FT5sQNg==\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-01T20:11:24.231Z"
        },
        {
            "id": "35eb1c65-8393-4000-8594-2323cd2be85e",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64162,\"address_id\":2802347,\"address\":\"3L7unGD1QSuWpc9VUdB4tBXx1Td98oEkFY\",\"currency\":\"BTC\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-01T19:37:17.761Z"
        },
        {
            "id": "451703e7-371f-4e6e-9376-ac3321ac75e1",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64163,\"address_id\":2802346,\"address\":\"0xdabe49327b932690cdc418f4ffd66ae87c83441a\",\"currency\":\"ETH\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-01T19:37:17.683Z"
        },
        {
            "id": "d0b4bf46-acf9-4f33-9b48-ce95a09374b5",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64162,\"address_id\":2802347,\"currency\":\"BTC\",\"address\":\"3L7unGD1QSuWpc9VUdB4tBXx1Td98oEkFY\",\"blockchain_addr_signature\":\"0qyj2k5vB7js+DgZYcpe+SpGMdyVptq6jCzKLTugTZzG5l0UhSEXvWLQda43VNwTp4R3oj/2nfFO9ynVCmJBxA==\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-01T19:37:17.567Z"
        },
        {
            "id": "f950cd4a-d32d-4491-9bcd-48257c8f4e38",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64266,\"address_id\":2802345,\"address\":\"tz1abrMSEKDtbsLvjVeC878eeBVTptuXWaUn\",\"currency\":\"XTZ\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-01T19:37:17.434Z"
        },
        {
            "id": "a64a1c51-1d4c-4575-864e-75eab4b9d4c7",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64163,\"address_id\":2802346,\"currency\":\"ETH\",\"address\":\"0xdabe49327b932690cdc418f4ffd66ae87c83441a\",\"blockchain_addr_signature\":\"w7dHgqir8Kc29ChqYvHJYQlYhJOiw9P79bmakvsYK8iQ//JhL7WrIrmO5RmUM0+OLCLu27frVQBiUGvD22fT2w==\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-01T19:37:17.434Z"
        },
        {
            "id": "b7f3dd96-cc67-41b5-913e-6937489ab8c4",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64266,\"address_id\":2802345,\"currency\":\"XTZ\",\"address\":\"tz1abrMSEKDtbsLvjVeC878eeBVTptuXWaUn\",\"blockchain_addr_signature\":\"YBkbshRIj9yA9CojzULhvUFiK5ZjnKdjZQPiu320JwWJeQqkPMemMfOkrBn2qODsu2SYr9i9qnjSr5SWJJOpqA==\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-01T19:37:17.280Z"
        },
        {
            "id": "a568db03-414d-4592-89b2-bda310e4e870",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64163,\"address_id\":2802036,\"address\":\"0x8f46c458ee381d4e0ea756f822b79f92074a4c0e\",\"currency\":\"ETH\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-01T19:36:27.134Z"
        },
        {
            "id": "3fc5d529-13a9-4d9a-b696-b216c36e2495",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64266,\"address_id\":2802035,\"address\":\"tz1enXjiz3YwvmAcatjsTEvhqoZBBJRv3sBE\",\"currency\":\"XTZ\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-01T19:36:26.957Z"
        },
        {
            "id": "e72fc552-dc8a-4f32-8021-64398e0cf7f3",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64162,\"address_id\":2802034,\"address\":\"3NoMVxLXsLkfWosKyB6wa7Us9j9D8gTQxy\",\"currency\":\"BTC\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-01T19:36:26.759Z"
        },
        {
            "id": "9df29370-29b3-4ac2-8e07-b112aeab0823",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64163,\"address_id\":2802036,\"currency\":\"ETH\",\"address\":\"0x8f46c458ee381d4e0ea756f822b79f92074a4c0e\",\"blockchain_addr_signature\":\"Sgyx6Y3LVie93ne0tMvtpp88UirwAXL+3M7T09l63UTgytiPpJnrdWuEb8YAytk0Xv99WatWOG/b9XPq2y5B9A==\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-01T19:36:26.727Z"
        },
        {
            "id": "0e7f0887-c464-430b-a515-6e769f515cce",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64266,\"address_id\":2802035,\"currency\":\"XTZ\",\"address\":\"tz1enXjiz3YwvmAcatjsTEvhqoZBBJRv3sBE\",\"blockchain_addr_signature\":\"r2IVRc5GHFMyzzAyncF01x4OVP2uFgsQnDvz9rF6gIL2hg7jC0HNNw6WtPPuxQhu8vQ/CW3bnjRqJKbWGGebzQ==\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-01T19:36:26.135Z"
        },
        {
            "id": "09802fd7-68dc-44d0-a6cd-994e2e1eab0e",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64162,\"address_id\":2802034,\"currency\":\"BTC\",\"address\":\"3NoMVxLXsLkfWosKyB6wa7Us9j9D8gTQxy\",\"blockchain_addr_signature\":\"jZ+m0drACnDVgHLtLLyqg1PNeIf1AMRNj1Kq5iJItIM1ccwNW3e77rDJivdD0hQ+bh25RocTcQ0tnPisTNGZdg==\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-01T19:36:25.818Z"
        },
        {
            "id": "0e619e20-4607-4ae1-821d-654b2b851f1c",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64163,\"address_id\":2802033,\"address\":\"0x7666ad541bb7cde83c2e53ef5670047acff1c440\",\"currency\":\"ETH\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-01T19:36:04.990Z"
        },
        {
            "id": "3c428e46-7143-44fe-bc94-6f49e5c4a563",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64266,\"address_id\":2802032,\"address\":\"tz1PbHuzJ6JyEkQbYhpTNTriWju7EvevfAEM\",\"currency\":\"XTZ\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-01T19:36:04.704Z"
        },
        {
            "id": "3d5fbaac-7946-4ea9-89d7-ed320d80f09f",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "create",
            "subAction": "",
            "details": "{\"wallet_id\":64162,\"address_id\":2802031,\"address\":\"362YvYxkvKpah2iSPpLse9qRQ9Tw1XMYG5\",\"currency\":\"BTC\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-01T19:36:04.678Z"
        },
        {
            "id": "a47d050e-9528-41c0-aab9-06cac75f7975",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64163,\"address_id\":2802033,\"currency\":\"ETH\",\"address\":\"0x7666ad541bb7cde83c2e53ef5670047acff1c440\",\"blockchain_addr_signature\":\"YaKLP34WaUoDAntmXvlS5mwd+6lkJTb3q1VS9K0bP0147zn+cFrRtpunywNa1u2laL8L4x2aRyUr9Uz8vu+PtQ==\",\"blockchain\":\"ETH\"}",
            "creationDate": "2023-06-01T19:36:04.654Z"
        },
        {
            "id": "52169b4b-dea0-4418-b251-7c1840b47e43",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64266,\"address_id\":2802032,\"currency\":\"XTZ\",\"address\":\"tz1PbHuzJ6JyEkQbYhpTNTriWju7EvevfAEM\",\"blockchain_addr_signature\":\"g24zrv2KxCp4qAz+J7OkHHIO4QSp95FxKlVLprhktRpt7A2QsJ5v622+eiIdl+XTYsVvR6K6ieP2sfWrVLN6hQ==\",\"blockchain\":\"XTZ\"}",
            "creationDate": "2023-06-01T19:36:04.514Z"
        },
        {
            "id": "28373ec6-e249-43a3-aff2-f5a98c4a5728",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "signature_update",
            "details": "{\"wallet_id\":64162,\"address_id\":2802031,\"currency\":\"BTC\",\"address\":\"362YvYxkvKpah2iSPpLse9qRQ9Tw1XMYG5\",\"blockchain_addr_signature\":\"GO4s9umxgdNp9qaUsYtDGsJ0cVGaS0S9yOAWagVhFA/yk1c7h1EQzP5+zoAN4NNeEcJoAtklaga7wsubuqWpAw==\",\"blockchain\":\"BTC\"}",
            "creationDate": "2023-06-01T19:36:04.421Z"
        },
        {
            "id": "6e4d83eb-ebdf-431a-8fb3-71a570500794",
            "user": {
                "id": "1",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4322823,\"address_from_id\":485964,\"currency\":\"DOT\",\"request_status\":\"CREATED\",\"request_type\":\"dot_withdraw_unbonded\"}",
            "creationDate": "2023-06-01T15:42:27.621Z"
        },
        {
            "id": "8f2c2f7d-4309-472c-a834-cf6630f71f54",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22281,\"whitelisted_address\":\"0xfd11f945e07ceff3915ed1496465e066860ab42f\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:32:02.679Z"
        },
        {
            "id": "9cb5f12c-85c7-4803-911e-63d5bc138f24",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22281,\"whitelisted_address\":\"0xfd11f945e07ceff3915ed1496465e066860ab42f\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:32:02.658Z"
        },
        {
            "id": "ec385d93-5508-4e71-81b0-29aac995270a",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "create",
            "subAction": "",
            "details": "{\"whitelisted_address_id\":22281,\"whitelisted_address\":\"0xfd11f945e07ceff3915ed1496465e066860ab42f\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"contract_type\":\"\"}",
            "creationDate": "2023-06-01T15:31:42.503Z"
        },
        {
            "id": "6d3a3997-f1c8-4469-a03e-8f20605f1765",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22280,\"whitelisted_address\":\"0xb9542f9beaeeef63e53de58a5ef7663c396ee9e1\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:31:21.376Z"
        },
        {
            "id": "f031046d-9db2-447f-9b9e-104e6b579588",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22280,\"whitelisted_address\":\"0xb9542f9beaeeef63e53de58a5ef7663c396ee9e1\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:31:21.274Z"
        },
        {
            "id": "65e2956b-9dc9-4cb4-9eca-921f53121b71",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "create",
            "subAction": "",
            "details": "{\"whitelisted_address_id\":22280,\"whitelisted_address\":\"0xb9542f9beaeeef63e53de58a5ef7663c396ee9e1\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"contract_type\":\"\"}",
            "creationDate": "2023-06-01T15:31:10.850Z"
        },
        {
            "id": "5b7e2c2a-f8e6-4c4a-a55a-ede88cd5fba2",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22279,\"whitelisted_address\":\"0x2c8efb7dcef16108ac1e9826ca0e07ed2b55cbea\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:29:21.697Z"
        },
        {
            "id": "794bae62-8581-4a6e-9c3f-5574a32f3cd9",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22279,\"whitelisted_address\":\"0x2c8efb7dcef16108ac1e9826ca0e07ed2b55cbea\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:29:21.366Z"
        },
        {
            "id": "920c679d-afd1-4f0c-938a-f413d408192b",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "create",
            "subAction": "",
            "details": "{\"whitelisted_address_id\":22279,\"whitelisted_address\":\"0x2c8efb7dcef16108ac1e9826ca0e07ed2b55cbea\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"contract_type\":\"\"}",
            "creationDate": "2023-06-01T15:29:16.404Z"
        },
        {
            "id": "f4b1cace-b35a-4811-a636-4ed8884631c8",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22278,\"whitelisted_address\":\"0x7303baad3ecb917ae14e3410d6b3fb2e0638a035\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:25:21.196Z"
        },
        {
            "id": "bbdb19f0-742e-47bf-a8b8-9e174521a884",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22278,\"whitelisted_address\":\"0x7303baad3ecb917ae14e3410d6b3fb2e0638a035\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:25:20.779Z"
        },
        {
            "id": "e179bed1-a0f1-4d40-8a3f-acbab95dcb60",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "create",
            "subAction": "",
            "details": "{\"whitelisted_address_id\":22278,\"whitelisted_address\":\"0x7303baad3ecb917ae14e3410d6b3fb2e0638a035\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"contract_type\":\"\"}",
            "creationDate": "2023-06-01T15:25:05.979Z"
        },
        {
            "id": "5bcc62f5-4019-466f-97bb-2fe312321730",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22277,\"whitelisted_address\":\"0x3e54757f6fb914345e1beaa1e16fbce51e9adbc3\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:13:02.418Z"
        },
        {
            "id": "ccaa79b3-5d90-4f1c-b0ab-a02e0503d3e4",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22277,\"whitelisted_address\":\"0x3e54757f6fb914345e1beaa1e16fbce51e9adbc3\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T15:13:02.381Z"
        },
        {
            "id": "6ca04bfa-967d-4df0-8d2e-4947216300d0",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "create",
            "subAction": "",
            "details": "{\"whitelisted_address_id\":22277,\"whitelisted_address\":\"0x3e54757f6fb914345e1beaa1e16fbce51e9adbc3\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"contract_type\":\"\"}",
            "creationDate": "2023-06-01T15:12:43.260Z"
        },
        {
            "id": "1c1eb2b5-5522-4d3e-982b-34bd536785e0",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22276,\"whitelisted_address\":\"0x796689d9b3fcaa60c6926fda4c6091bde5800e66\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T14:33:28.137Z"
        },
        {
            "id": "8adb4664-9589-46db-b866-9a97d5c32979",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "update",
            "subAction": "approve",
            "details": "{\"whitelisted_address_id\":22276,\"whitelisted_address\":\"0x796689d9b3fcaa60c6926fda4c6091bde5800e66\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"action_type\":\"create\"}",
            "creationDate": "2023-06-01T14:33:27.814Z"
        },
        {
            "id": "3b3a7fe5-7f38-4917-a364-78ad8a650cb7",
            "user": {
                "id": "179",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "whitelisted_address",
            "action": "create",
            "subAction": "",
            "details": "{\"whitelisted_address_id\":22276,\"whitelisted_address\":\"0x796689d9b3fcaa60c6926fda4c6091bde5800e66\",\"blockchain\":\"ETH\",\"address_type\":\"individual\",\"contract_type\":\"\"}",
            "creationDate": "2023-06-01T14:33:23.576Z"
        },
        {
            "id": "6c470588-ee86-40d8-b82c-be0a28df70ed",
            "user": {
                "id": "11",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "update",
            "subAction": "approve",
            "details": "{\"request_id\":4322259,\"currency\":\"XTZ\",\"request_status\":\"CREATED\",\"request_type\":\"function_call\"}",
            "creationDate": "2023-06-01T14:26:32.609Z"
        },
        {
            "id": "5b388aaa-7062-49c0-b58e-6ceb902fea0e",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4322259,\"address_from_id\":215326,\"whitelisted_address_to_id\":22257,\"contract_type\":\"GENERIC\",\"currency\":\"XTZ\",\"request_status\":\"CREATED\",\"request_type\":\"function_call\"}",
            "creationDate": "2023-06-01T14:24:28.276Z"
        },
        {
            "id": "c0620b89-dc7c-4f8d-9f37-56dd745b7933",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T14:24:27.069Z"
        },
        {
            "id": "03b1785d-d693-402e-b59e-309fc1b92d34",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4322246,\"address_from_id\":215326,\"whitelisted_address_to_id\":22257,\"contract_type\":\"GENERIC\",\"currency\":\"XTZ\",\"request_status\":\"CREATED\",\"request_type\":\"function_call\"}",
            "creationDate": "2023-06-01T14:22:11.741Z"
        },
        {
            "id": "963ed3a2-65f0-4044-b8e0-716201274697",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T14:22:11.540Z"
        },
        {
            "id": "ce5f00e0-db37-48d4-b3a6-78e96bb51d36",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4322243,\"address_from_id\":215326,\"whitelisted_address_to_id\":22257,\"contract_type\":\"GENERIC\",\"currency\":\"XTZ\",\"request_status\":\"CREATED\",\"request_type\":\"function_call\"}",
            "creationDate": "2023-06-01T14:21:49.573Z"
        },
        {
            "id": "ee9a47dd-222d-4ab1-83fe-5f517388325b",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T14:21:49.298Z"
        },
        {
            "id": "e810c14b-bcb1-44f9-afbf-5a0351371245",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4322242,\"address_from_id\":215326,\"whitelisted_address_to_id\":22257,\"contract_type\":\"GENERIC\",\"currency\":\"XTZ\",\"request_status\":\"CREATED\",\"request_type\":\"function_call\"}",
            "creationDate": "2023-06-01T14:21:45.098Z"
        },
        {
            "id": "02edaf45-da1e-4c3c-b964-1e747b94d7df",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T14:21:44.765Z"
        },
        {
            "id": "9d403450-7eb6-441b-a7df-22f35b6f0844",
            "user": {
                "id": "11",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "update",
            "subAction": "approve",
            "details": "{\"request_id\":4320388,\"currency\":\"XTZ\",\"request_status\":\"CREATED\",\"request_type\":\"function_call\"}",
            "creationDate": "2023-06-01T14:20:44.970Z"
        },
        {
            "id": "ade212d7-0b87-4151-950e-ec6f36428a5d",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4320389,\"address_from_id\":215326,\"whitelisted_address_to_id\":22257,\"contract_type\":\"GENERIC\",\"currency\":\"XTZ\",\"request_status\":\"CREATED\",\"request_type\":\"function_call\"}",
            "creationDate": "2023-06-01T09:58:46.629Z"
        },
        {
            "id": "2acd2b1f-4d03-4045-a00e-c5f81c5166b6",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T09:58:46.465Z"
        },
        {
            "id": "5e7765b5-990d-4a33-896e-3e7988eb4719",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "request",
            "action": "create",
            "subAction": "outgoing_request_create",
            "details": "{\"request_id\":4320388,\"address_from_id\":215326,\"whitelisted_address_to_id\":22257,\"contract_type\":\"GENERIC\",\"currency\":\"XTZ\",\"request_status\":\"CREATED\",\"request_type\":\"function_call\"}",
            "creationDate": "2023-06-01T09:58:38.521Z"
        },
        {
            "id": "32fec233-f20e-4abe-ad7e-c689623fe36f",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T09:58:38.229Z"
        },
        {
            "id": "b16d6cde-70b9-42a6-91cf-86026eeffd56",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T09:58:06.391Z"
        },
        {
            "id": "a1890b44-7a25-4f68-a11a-52ec233f50c5",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T09:58:01.219Z"
        },
        {
            "id": "a421f63d-2374-41da-b78e-b716cd9085bc",
            "user": {
                "id": "54",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "governance_rule",
            "action": "update",
            "subAction": "approve",
            "details": "{\"request\":{\"TenantID\":1,\"UserID\":54,\"Signature\":\"5D+XFAIChg0nVZVR0pk50siy9t4euu1nP6QidgGI89jHWqlFn7j39tO8qKWhlyiePV00G342QRVMldRk3OtsJA==\",\"Comment\":\"FA2 test\"},\"request_status\":\"signature added\",\"method\":\"ApproveRulesProposal\"}",
            "creationDate": "2023-06-01T09:57:38.503Z"
        },
        {
            "id": "b6f8ee62-de3d-4081-8654-48f330bc7666",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T09:57:26.363Z"
        },
        {
            "id": "26796ff9-bbc1-4ad2-9060-7a02a869bccb",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T09:57:20.528Z"
        },
        {
            "id": "7e46c25b-5e55-4c65-9dd1-b65a2494c4bc",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T09:56:46.549Z"
        },
        {
            "id": "75ac6018-41ac-4467-8665-5848e85f2d9c",
            "user": {
                "id": "80",
                "externalUserId": "[email protected]",
                "email": "[email protected]"
            },
            "entity": "address",
            "action": "update",
            "subAction": "balance_update",
            "details": "{\"address_id\":215326}",
            "creationDate": "2023-06-01T09:56:41.005Z"
        }
    ],
    "cursor": {
        "currentPage": "eyJGaXJzdCI6eyJUaW1lc3RhbXAiOjE2ODU3MjA2NTQ2MDAsIklEIjoiMjA2YzNhNmItNDgyYS00NWQzLTlhNzQtN2QzNTQxOGIyMGYzIn0sIkxhc3QiOnsiVGltZXN0YW1wIjoxNjg1NjEzNDAxMDA1LCJJRCI6Ijc1YWM2MDE4LTQxYWMtNDQ2Ny04NjY1LTU4NDhlODVmMmQ5YyJ9fQ==",
        "hasNext": true
    }
}

In this example, Taurus-PROTECT responds with a JSON object containing a list of all the audit trails in Taurus-PROTECT.

Requirements for Future Use

For this endpoint, the storing requirements vary according to the use case.

You can find the Swagger-generated page for this endpoint in the following link.




  © 2025 Taurus SA. All rights reserved.