Network

get

Get the materialized Tradelink Network configuration of workspace

Authorizations
Responses
200
Successful response
application/json
get
GET /rest/tradelink/network HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "custodian": {
    "id": "text",
    "settlement": [
      {
        "quorum": 1,
        "userIds": [
          "text"
        ]
      }
    ],
    "withdraw": [
      {
        "quorum": 1,
        "userIds": [
          "text"
        ]
      }
    ],
    "arbitration": [
      {
        "quorum": 1,
        "userIds": [
          "text"
        ]
      }
    ]
  },
  "exchanges": [
    {
      "type": "ASSET_MANAGER",
      "id": "text",
      "tradelinkId": "text",
      "groups": [
        {
          "quorum": 1,
          "userIds": [
            "text"
          ]
        }
      ],
      "whitelist": [
        {
          "name": "text",
          "currency": "text",
          "address": "text"
        }
      ]
    }
  ],
  "assetManagers": [
    {
      "type": "ASSET_MANAGER",
      "id": "text",
      "tradelinkId": "text",
      "groups": [
        {
          "quorum": 1,
          "userIds": [
            "text"
          ]
        }
      ],
      "whitelist": [
        {
          "name": "text",
          "currency": "text",
          "address": "text"
        }
      ]
    }
  ]
}