Getting A List Of Exchange Accounts
Basic Description
This endpoint is used to get a list of the Exchange Accounts in Taurus-PROTECT.
To understand what is an Exchange Account please refer to the following page in the Taurus User Guides.
This endpoint would accept a GET request with no parameters.
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:
- 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 if currently there are no added Exchanges Accounts within Taurus-PROTECT, the request will result in an empty list.
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/exchangeaccounts" \
--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/exchangeaccounts with no parameters.
Call Result
A successful response for the GET call to get the list of exchange accounts l might look like this:
{
"result": [
{
"id": "6",
"exchange": "kraken",
"currency": "BTC",
"totalBalance": "1084547",
"status": "active",
"label": "kraken",
"creationDate": "2019-01-31T15:58:48.645369Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "Bitcoin",
"symbol": "BTC",
"blockchain": "BTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "584737e3c4fd26fae30070d77344a8ae92bb89fee998757f6b0ee9d71ed074a1",
"displayName": "Bitcoin - BTC",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "BTC - kraken"
},
{
"id": "13",
"exchange": "coinbase",
"account": "11566d46-7f41-5d82-8abb-e7638ee60082",
"currency": "ETH",
"type": "wallet",
"totalBalance": "29633780000000000",
"status": "suspended",
"label": "coinbase",
"creationDate": "2019-01-31T16:26:09.269865Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Ethereum",
"symbol": "ETH",
"coinTypeIndex": "60",
"blockchain": "ETH",
"decimals": "18",
"isAccountBased": true,
"enabled": true,
"id": "33a7de6af505855d3062715ac4609736a60cf2779f03cd033e74590708c4f0d4",
"displayName": "Ethereum - ETH",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "ETH - wallet - coinbase - 11566d46-7f41-5d82-8abb-e7638ee60082"
},
{
"id": "14",
"exchange": "coinbase",
"account": "d3f2742a-585e-5da2-8a82-06058e531360",
"currency": "BTC",
"type": "wallet",
"totalBalance": "196197",
"status": "active",
"label": "coinbase",
"creationDate": "2019-01-31T16:26:09.281513Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Bitcoin",
"symbol": "BTC",
"blockchain": "BTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "584737e3c4fd26fae30070d77344a8ae92bb89fee998757f6b0ee9d71ed074a1",
"displayName": "Bitcoin - BTC",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "BTC - wallet - coinbase - d3f2742a-585e-5da2-8a82-06058e531360"
},
{
"id": "44",
"exchange": "coinbase",
"account": "9c53280b-659b-519c-8dc8-9df0fd90896d",
"currency": "XRP",
"type": "wallet",
"totalBalance": "40",
"status": "active",
"label": "coinbase",
"creationDate": "2019-02-28T18:48:48.239921Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Ripple",
"symbol": "XRP",
"coinTypeIndex": "144",
"blockchain": "XRP",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "46ebcefc8e8bb1cc01dd4432c3b78df34c97e8d3f3aaaac4468f7f3ec6dbec25",
"displayName": "Ripple - XRP",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "XRP - wallet - coinbase - 9c53280b-659b-519c-8dc8-9df0fd90896d"
},
{
"id": "55",
"exchange": "coinbase",
"account": "9ca25ceb-0828-5a38-a5a2-94e0b78f3d15",
"currency": "XLM",
"type": "wallet",
"totalBalance": "219999920",
"status": "active",
"label": "coinbase",
"creationDate": "2019-04-11T09:18:55.896442Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Stellar",
"symbol": "XLM",
"coinTypeIndex": "148",
"blockchain": "XLM",
"decimals": "7",
"isAccountBased": true,
"enabled": true,
"id": "1a31194be3de1a85216300c2c0640af1d9a87a2f600a2e8927b91f78740e10ff",
"displayName": "Stellar - XLM",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "XLM - wallet - coinbase - 9ca25ceb-0828-5a38-a5a2-94e0b78f3d15"
},
{
"id": "70",
"exchange": "coinbase",
"account": "3d916334-aad3-5d34-ab5b-41f2ed55e741",
"currency": "LTC",
"type": "wallet",
"totalBalance": "19573400",
"status": "active",
"label": "coinbase",
"creationDate": "2020-01-20T11:47:57.474432Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Litecoin",
"symbol": "LTC",
"coinTypeIndex": "2",
"blockchain": "LTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "1b381515492c2cf48d497fd04d4317c823d7ee8d85e634cf61b27e0bc62f67f5",
"displayName": "Litecoin - LTC",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "LTC - wallet - coinbase - 3d916334-aad3-5d34-ab5b-41f2ed55e741"
},
{
"id": "103",
"exchange": "kraken",
"currency": "XTZ",
"totalBalance": "3800000",
"status": "active",
"label": "kraken",
"creationDate": "2020-04-15T18:35:35.771290Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "Tezos",
"symbol": "XTZ",
"coinTypeIndex": "1729",
"blockchain": "XTZ",
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "38fd3c36af0c1de9e1ab4880ac18df83eb0c27be3f08ea60ee0805fdead40547",
"displayName": "Tezos - XTZ",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "XTZ - kraken"
},
{
"id": "104",
"exchange": "coinbase",
"account": "9a324b20-573f-5a0e-af88-773d4611e2ad",
"currency": "LINK",
"type": "wallet",
"totalBalance": "1550277350000000000",
"status": "active",
"label": "coinbase",
"creationDate": "2020-05-28T10:50:10.401440Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "LINK",
"symbol": "LINK",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x514910771af9ca656af840dff83e8264ecf986ca",
"isAccountBased": true,
"enabled": true,
"id": "6d38c29cab2e6504f9a59179395ec75bb95d07f56daab1d6151f74e122bd699f",
"displayName": "ETH - LINK",
"type": "token",
"wlcaId": "187",
"network": "mainnet"
},
"displayLabel": "LINK - wallet - coinbase - 9a324b20-573f-5a0e-af88-773d4611e2ad"
},
{
"id": "105",
"exchange": "coinbase",
"account": "7bc4febc-0eb0-58a4-a58e-6ebda78201d2",
"currency": "XTZ",
"type": "wallet",
"totalBalance": "0",
"status": "active",
"label": "coinbase",
"creationDate": "2020-05-28T10:50:10.429504Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Tezos",
"symbol": "XTZ",
"coinTypeIndex": "1729",
"blockchain": "XTZ",
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "38fd3c36af0c1de9e1ab4880ac18df83eb0c27be3f08ea60ee0805fdead40547",
"displayName": "Tezos - XTZ",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XTZ - wallet - coinbase - 7bc4febc-0eb0-58a4-a58e-6ebda78201d2"
},
{
"id": "115",
"exchange": "coinbase",
"account": "9d98b065-6a93-5a63-b20a-080425585e1f",
"currency": "OMG",
"type": "wallet",
"totalBalance": "0",
"status": "active",
"label": "coinbase",
"creationDate": "2020-08-20T09:30:49.407265Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "OMG Network",
"symbol": "OMG",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xd26114cd6ee289accf82350c8d8487fedb8a0c07",
"isAccountBased": true,
"enabled": true,
"id": "f3573a0e82540a725a336cf2496767e5e35d9e4ddb614dfd6180d0f3f249476c",
"displayName": "ETH - OMG",
"type": "token",
"wlcaId": "403",
"network": "mainnet"
},
"displayLabel": "OMG - wallet - coinbase - 9d98b065-6a93-5a63-b20a-080425585e1f"
},
{
"id": "134",
"exchange": "coinbase",
"account": "bbdc4ea8-f9df-5184-9d2e-4478707b2ab7",
"currency": "USDC",
"type": "wallet",
"totalBalance": "0",
"status": "active",
"label": "coinbase",
"creationDate": "2021-03-02T11:49:01.611676Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "UDC",
"symbol": "USDC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "6",
"contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"isAccountBased": true,
"enabled": true,
"id": "0268adfbd13664fd28e520e580b4de05be39b603ba0675091974ec27aea1994c",
"displayName": "ETH - USDC",
"type": "token",
"wlcaId": "95",
"network": "mainnet"
},
"displayLabel": "USDC - wallet - coinbase - bbdc4ea8-f9df-5184-9d2e-4478707b2ab7"
},
{
"id": "162",
"exchange": "coinbase",
"account": "2af16e86-8cab-5bdb-808e-bd93bbc148e4",
"currency": "ADA",
"type": "wallet",
"totalBalance": "0",
"status": "active",
"label": "coinbase",
"creationDate": "2021-09-13T06:44:04.620897Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Cardano",
"symbol": "ADA",
"coinTypeIndex": "1815",
"blockchain": "ADA",
"decimals": "6",
"hasStaking": true,
"isUTXOBased": true,
"enabled": true,
"id": "091a408c6461430987fb64fc064f79a414359065e3a93f6d0ab0159f5c525137",
"displayName": "Cardano - ADA",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "ADA - wallet - coinbase - 2af16e86-8cab-5bdb-808e-bd93bbc148e4"
},
{
"id": "164",
"exchange": "signet",
"currency": "USD",
"type": "signature-DDA",
"totalBalance": "3162880000",
"status": "active",
"label": "signet_uat",
"creationDate": "2021-10-27T13:56:36.166897Z",
"updateDate": "2023-03-30T04:09:23.531159Z",
"currencyInfo": {
"name": "USD",
"symbol": "USD",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "f7b206938b1c462873820f4fdf241c3b1295a42b1039ff1080247e89ae70660b",
"displayName": "USD - USD",
"type": "fiat"
},
"displayLabel": "USD - signature-DDA - signet_uat"
},
{
"id": "2403",
"exchange": "signet",
"account": "0x6ed37ae433c7c0a15e84fe307f4bf64b9d1cd189 - Taurus Group Operating Account",
"currency": "USDS",
"type": "wallet",
"totalBalance": "1883832500",
"status": "active",
"label": "signet_uat",
"creationDate": "2021-10-29T12:54:42.992646Z",
"updateDate": "2023-03-30T04:09:23.531159Z",
"hasWLA": true,
"displayLabel": "USDS - wallet - signet_uat - 0x6ed37ae433c7c0a15e84fe307f4bf64b9d1cd189 - Taurus Group Operating Account"
},
{
"id": "11475",
"exchange": "bittrex",
"currency": "ADA",
"totalBalance": "16575287",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2021-11-05T09:08:44.141381Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Cardano",
"symbol": "ADA",
"coinTypeIndex": "1815",
"blockchain": "ADA",
"decimals": "6",
"hasStaking": true,
"isUTXOBased": true,
"enabled": true,
"id": "091a408c6461430987fb64fc064f79a414359065e3a93f6d0ab0159f5c525137",
"displayName": "Cardano - ADA",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "ADA - bittrex-lf"
},
{
"id": "11476",
"exchange": "bittrex",
"currency": "ETH",
"totalBalance": "50000000000000000",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2021-11-05T09:08:44.509174Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Ethereum",
"symbol": "ETH",
"coinTypeIndex": "60",
"blockchain": "ETH",
"decimals": "18",
"isAccountBased": true,
"enabled": true,
"id": "33a7de6af505855d3062715ac4609736a60cf2779f03cd033e74590708c4f0d4",
"displayName": "Ethereum - ETH",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "ETH - bittrex-lf"
},
{
"id": "11477",
"exchange": "bittrex",
"currency": "LTC",
"totalBalance": "1200000",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2021-11-05T09:08:44.540252Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Litecoin",
"symbol": "LTC",
"coinTypeIndex": "2",
"blockchain": "LTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "1b381515492c2cf48d497fd04d4317c823d7ee8d85e634cf61b27e0bc62f67f5",
"displayName": "Litecoin - LTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "LTC - bittrex-lf"
},
{
"id": "11478",
"exchange": "bittrex",
"currency": "XRP",
"totalBalance": "0",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2021-11-05T09:08:44.657712Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Ripple",
"symbol": "XRP",
"coinTypeIndex": "144",
"blockchain": "XRP",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "46ebcefc8e8bb1cc01dd4432c3b78df34c97e8d3f3aaaac4468f7f3ec6dbec25",
"displayName": "Ripple - XRP",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XRP - bittrex-lf"
},
{
"id": "15733",
"exchange": "coinbase",
"account": "4a6a5576-3ccf-5fe7-a25a-b385a78e25f2",
"currency": "EUR",
"type": "fiat",
"totalBalance": "75700",
"status": "active",
"label": "coinbase",
"creationDate": "2021-11-08T08:29:10.518778Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "EUR",
"symbol": "EUR",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "0c3d3b47b688561b693f011aded48fe305bca63872b15990e18137261ed9e1bd",
"displayName": "EUR - EUR",
"type": "fiat"
},
"displayLabel": "EUR - fiat - coinbase - 4a6a5576-3ccf-5fe7-a25a-b385a78e25f2"
},
{
"id": "19874",
"exchange": "bittrex",
"currency": "XLM",
"totalBalance": "130000000",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2021-11-11T06:34:15.686055Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Stellar",
"symbol": "XLM",
"coinTypeIndex": "148",
"blockchain": "XLM",
"decimals": "7",
"isAccountBased": true,
"enabled": true,
"id": "1a31194be3de1a85216300c2c0640af1d9a87a2f600a2e8927b91f78740e10ff",
"displayName": "Stellar - XLM",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "XLM - bittrex-lf"
},
{
"id": "69981",
"exchange": "bittrex",
"currency": "DOT",
"totalBalance": "14844000000",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2021-12-16T16:06:06.259795Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Polkadot",
"symbol": "DOT",
"coinTypeIndex": "354",
"blockchain": "DOT",
"decimals": "10",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "cadc2268107de6d9749ca1d1a2f8df20f7cea5263a5cf3fb852395be08947a13",
"displayName": "Polkadot - DOT",
"type": "native",
"network": "mainnet"
},
"displayLabel": "DOT - bittrex-lf"
},
{
"id": "79325",
"exchange": "coinbase",
"account": "dc41b940-efb7-5809-b02c-385518c426ce",
"currency": "DOT",
"type": "wallet",
"totalBalance": "8153310565",
"status": "active",
"label": "coinbase",
"creationDate": "2021-12-23T09:54:21.147147Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Polkadot",
"symbol": "DOT",
"coinTypeIndex": "354",
"blockchain": "DOT",
"decimals": "10",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "cadc2268107de6d9749ca1d1a2f8df20f7cea5263a5cf3fb852395be08947a13",
"displayName": "Polkadot - DOT",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "DOT - wallet - coinbase - dc41b940-efb7-5809-b02c-385518c426ce"
},
{
"id": "124099",
"exchange": "coinbase",
"account": "2686f192-f6f3-5b34-a960-dd044b7b725b",
"currency": "ALGO",
"type": "wallet",
"totalBalance": "956299",
"status": "active",
"label": "coinbase",
"creationDate": "2022-04-05T09:14:07.075802Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Algorand",
"symbol": "ALGO",
"coinTypeIndex": "283",
"blockchain": "ALGO",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "d2aa79a13c7a82be7e5c73e93c8822978f5c7f44b2bccfff120087e66151df5b",
"displayName": "Algorand - ALGO",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ALGO - wallet - coinbase - 2686f192-f6f3-5b34-a960-dd044b7b725b"
},
{
"id": "124101",
"exchange": "bitfinex",
"currency": "FTM",
"type": "exchange",
"totalBalance": "3500000000000000000",
"status": "active",
"label": "bitfinex-kp",
"creationDate": "2022-04-14T09:58:59.102746Z",
"updateDate": "2023-04-27T15:53:01.603859Z",
"currencyInfo": {
"name": "Fantom",
"symbol": "FTM",
"coinTypeIndex": "1007",
"blockchain": "FTM",
"decimals": "18",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "3f50870eb1981f3093f05cc30e6d89cb31e39a5d422643c018cf4df0c41456b9",
"displayName": "Fantom - FTM",
"type": "native",
"network": "mainnet"
},
"displayLabel": "FTM - exchange - bitfinex-kp"
},
{
"id": "124102",
"exchange": "bittrex",
"currency": "USDT",
"totalBalance": "1000000",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2022-04-25T14:17:00.162489Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Tether USD",
"symbol": "USDT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "6",
"contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"isAccountBased": true,
"enabled": true,
"id": "ca469d5e7af1ec61114b6b9a200046e10fc22664d549368b42715a363c23b6b4",
"displayName": "ETH - USDT",
"type": "token",
"wlcaId": "3",
"network": "mainnet"
},
"displayLabel": "USDT - bittrex-lf"
},
{
"id": "124104",
"exchange": "coinbase",
"account": "6577f768-39c3-5804-994b-49d9a547f114",
"currency": "MANA",
"type": "wallet",
"totalBalance": "0",
"status": "active",
"label": "coinbase",
"creationDate": "2022-05-20T12:55:46.320556Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Decentraland",
"symbol": "MANA",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
"isAccountBased": true,
"enabled": true,
"id": "c3ba30054b35c6f4398e46e7c2240acc96877d2ce27c638c6906f43320b85883",
"displayName": "ETH - MANA",
"type": "token",
"wlcaId": "320",
"network": "mainnet"
},
"displayLabel": "MANA - wallet - coinbase - 6577f768-39c3-5804-994b-49d9a547f114"
},
{
"id": "124110",
"exchange": "huobi-global",
"account": "32507297",
"currency": "MATIC",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.365082Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Polygon (MATIC) ",
"symbol": "MATIC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",
"isAccountBased": true,
"enabled": true,
"id": "c8078bc459b77cb38284b0eb113b13c3e44398ad5fc43c1761d13a4d6eb3a430",
"displayName": "ETH - MATIC",
"type": "token",
"wlcaId": "222",
"network": "mainnet"
},
"displayLabel": "MATIC - huobi-af - 32507297"
},
{
"id": "124111",
"exchange": "huobi-global",
"account": "32507297",
"currency": "ADA",
"totalBalance": "10000000",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.397293Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Cardano",
"symbol": "ADA",
"coinTypeIndex": "1815",
"blockchain": "ADA",
"decimals": "6",
"hasStaking": true,
"isUTXOBased": true,
"enabled": true,
"id": "091a408c6461430987fb64fc064f79a414359065e3a93f6d0ab0159f5c525137",
"displayName": "Cardano - ADA",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ADA - huobi-af - 32507297"
},
{
"id": "124112",
"exchange": "huobi-global",
"account": "32507297",
"currency": "SAND",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.445955Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "SAND",
"symbol": "SAND",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x3845badade8e6dff049820680d1f14bd3903a5d0",
"isAccountBased": true,
"enabled": true,
"id": "4af2f0685748fcfb3bb8037a54f465025fcfba646ffc3d230545027d525e334a",
"displayName": "ETH - SAND",
"type": "token",
"wlcaId": "318",
"network": "mainnet"
},
"displayLabel": "SAND - huobi-af - 32507297"
},
{
"id": "124113",
"exchange": "huobi-global",
"account": "32507297",
"currency": "XRP",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.469007Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Ripple",
"symbol": "XRP",
"coinTypeIndex": "144",
"blockchain": "XRP",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "46ebcefc8e8bb1cc01dd4432c3b78df34c97e8d3f3aaaac4468f7f3ec6dbec25",
"displayName": "Ripple - XRP",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XRP - huobi-af - 32507297"
},
{
"id": "124114",
"exchange": "huobi-global",
"account": "32507297",
"currency": "ENJ",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.492269Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "EnjinCoin",
"symbol": "ENJ",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"isAccountBased": true,
"enabled": true,
"id": "1c34fd2a7a32e9e4e4f8edc7ae3b6f314bde7c18ea99742688cedf0269ec897d",
"displayName": "ETH - ENJ",
"type": "token",
"wlcaId": "319",
"network": "mainnet"
},
"displayLabel": "ENJ - huobi-af - 32507297"
},
{
"id": "124115",
"exchange": "huobi-global",
"account": "32507297",
"currency": "UNI",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.511971Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "UNI",
"symbol": "UNI",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"isAccountBased": true,
"enabled": true,
"id": "b5a48344e27f55d19c8a8308483fd20238c5c2d622e6ddbcc3f24bd5f16098cf",
"displayName": "ETH - UNI",
"type": "token",
"wlcaId": "141",
"network": "mainnet"
},
"displayLabel": "UNI - huobi-af - 32507297"
},
{
"id": "124116",
"exchange": "huobi-global",
"account": "32507297",
"currency": "XTZ",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.530799Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Tezos",
"symbol": "XTZ",
"coinTypeIndex": "1729",
"blockchain": "XTZ",
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "38fd3c36af0c1de9e1ab4880ac18df83eb0c27be3f08ea60ee0805fdead40547",
"displayName": "Tezos - XTZ",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XTZ - huobi-af - 32507297"
},
{
"id": "124117",
"exchange": "huobi-global",
"account": "32507297",
"currency": "DOT",
"totalBalance": "30000000000",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.552488Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Polkadot",
"symbol": "DOT",
"coinTypeIndex": "354",
"blockchain": "DOT",
"decimals": "10",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "cadc2268107de6d9749ca1d1a2f8df20f7cea5263a5cf3fb852395be08947a13",
"displayName": "Polkadot - DOT",
"type": "native",
"network": "mainnet"
},
"displayLabel": "DOT - huobi-af - 32507297"
},
{
"id": "124118",
"exchange": "huobi-global",
"account": "32507297",
"currency": "FTM",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.571667Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Fantom",
"symbol": "FTM",
"coinTypeIndex": "1007",
"blockchain": "FTM",
"decimals": "18",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "3f50870eb1981f3093f05cc30e6d89cb31e39a5d422643c018cf4df0c41456b9",
"displayName": "Fantom - FTM",
"type": "native",
"network": "mainnet"
},
"displayLabel": "FTM - huobi-af - 32507297"
},
{
"id": "124120",
"exchange": "huobi-global",
"account": "32507297",
"currency": "ETH",
"totalBalance": "10000000000000000",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.615836Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Ethereum",
"symbol": "ETH",
"coinTypeIndex": "60",
"blockchain": "ETH",
"decimals": "18",
"isAccountBased": true,
"enabled": true,
"id": "33a7de6af505855d3062715ac4609736a60cf2779f03cd033e74590708c4f0d4",
"displayName": "Ethereum - ETH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ETH - huobi-af - 32507297"
},
{
"id": "124121",
"exchange": "huobi-global",
"account": "32507297",
"currency": "EUR",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.634482Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "EUR",
"symbol": "EUR",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "0c3d3b47b688561b693f011aded48fe305bca63872b15990e18137261ed9e1bd",
"displayName": "EUR - EUR",
"type": "fiat"
},
"displayLabel": "EUR - huobi-af - 32507297"
},
{
"id": "124122",
"exchange": "huobi-global",
"account": "32507297",
"currency": "BTC",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.653465Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Bitcoin",
"symbol": "BTC",
"blockchain": "BTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "584737e3c4fd26fae30070d77344a8ae92bb89fee998757f6b0ee9d71ed074a1",
"displayName": "Bitcoin - BTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BTC - huobi-af - 32507297"
},
{
"id": "124123",
"exchange": "huobi-global",
"account": "32507297",
"currency": "MANA",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.675856Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Decentraland",
"symbol": "MANA",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
"isAccountBased": true,
"enabled": true,
"id": "c3ba30054b35c6f4398e46e7c2240acc96877d2ce27c638c6906f43320b85883",
"displayName": "ETH - MANA",
"type": "token",
"wlcaId": "320",
"network": "mainnet"
},
"displayLabel": "MANA - huobi-af - 32507297"
},
{
"id": "124124",
"exchange": "huobi-global",
"account": "32507297",
"currency": "ALGO",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.688364Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Algorand",
"symbol": "ALGO",
"coinTypeIndex": "283",
"blockchain": "ALGO",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "d2aa79a13c7a82be7e5c73e93c8822978f5c7f44b2bccfff120087e66151df5b",
"displayName": "Algorand - ALGO",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ALGO - huobi-af - 32507297"
},
{
"id": "124125",
"exchange": "huobi-global",
"account": "32507297",
"currency": "AAVE",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.704106Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "AAVE",
"symbol": "AAVE",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
"isAccountBased": true,
"enabled": true,
"id": "a6a52a111d8d660f25c939753eb35948cc33a1de79fe260fc9d0ce89e3dcd229",
"displayName": "ETH - AAVE",
"type": "token",
"wlcaId": "97",
"network": "mainnet"
},
"displayLabel": "AAVE - huobi-af - 32507297"
},
{
"id": "124126",
"exchange": "huobi-global",
"account": "32507297",
"currency": "USDT",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.719500Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Tether USD",
"symbol": "USDT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "6",
"contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"isAccountBased": true,
"enabled": true,
"id": "ca469d5e7af1ec61114b6b9a200046e10fc22664d549368b42715a363c23b6b4",
"displayName": "ETH - USDT",
"type": "token",
"wlcaId": "3",
"network": "mainnet"
},
"displayLabel": "USDT - huobi-af - 32507297"
},
{
"id": "124127",
"exchange": "huobi-global",
"account": "32507297",
"currency": "USDC",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.732493Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "UDC",
"symbol": "USDC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "6",
"contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"isAccountBased": true,
"enabled": true,
"id": "0268adfbd13664fd28e520e580b4de05be39b603ba0675091974ec27aea1994c",
"displayName": "ETH - USDC",
"type": "token",
"wlcaId": "95",
"network": "mainnet"
},
"displayLabel": "USDC - huobi-af - 32507297"
},
{
"id": "124128",
"exchange": "huobi-global",
"account": "32507297",
"currency": "LINK",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.745722Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "LINK",
"symbol": "LINK",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x514910771af9ca656af840dff83e8264ecf986ca",
"isAccountBased": true,
"enabled": true,
"id": "6d38c29cab2e6504f9a59179395ec75bb95d07f56daab1d6151f74e122bd699f",
"displayName": "ETH - LINK",
"type": "token",
"wlcaId": "187",
"network": "mainnet"
},
"displayLabel": "LINK - huobi-af - 32507297"
},
{
"id": "124129",
"exchange": "huobi-global",
"account": "32507297",
"currency": "LTC",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.758200Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Litecoin",
"symbol": "LTC",
"coinTypeIndex": "2",
"blockchain": "LTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "1b381515492c2cf48d497fd04d4317c823d7ee8d85e634cf61b27e0bc62f67f5",
"displayName": "Litecoin - LTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "LTC - huobi-af - 32507297"
},
{
"id": "124130",
"exchange": "huobi-global",
"account": "32507297",
"currency": "XLM",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-08-03T07:25:47.773077Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Stellar",
"symbol": "XLM",
"coinTypeIndex": "148",
"blockchain": "XLM",
"decimals": "7",
"isAccountBased": true,
"enabled": true,
"id": "1a31194be3de1a85216300c2c0640af1d9a87a2f600a2e8927b91f78740e10ff",
"displayName": "Stellar - XLM",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XLM - huobi-af - 32507297"
},
{
"id": "124136",
"exchange": "huobi-global",
"account": "32507297",
"currency": "MKR",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T07:25:04.261031Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Maker",
"symbol": "MKR",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
"isAccountBased": true,
"enabled": true,
"id": "e56d3a90ea6a5e307bdfea08ef29a0599b987cf4535fded959fba5289f69eff1",
"displayName": "ETH - MKR",
"type": "token",
"wlcaId": "353",
"network": "mainnet"
},
"displayLabel": "MKR - huobi-af - 32507297"
},
{
"id": "124138",
"exchange": "huobi-global",
"account": "32507297",
"currency": "NEXO",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T07:25:04.289827Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "NEXO",
"symbol": "NEXO",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",
"isAccountBased": true,
"enabled": true,
"id": "94321d7b5567f969322ef1cbb6d8b8acbe3b6adda2bd08d8a9c1f29aff87b001",
"displayName": "ETH - NEXO",
"type": "token",
"wlcaId": "372",
"network": "mainnet"
},
"displayLabel": "NEXO - huobi-af - 32507297"
},
{
"id": "124142",
"exchange": "coinbase",
"account": "d6d9cb0d-a4f3-5e9f-8c85-af2de1ad028c",
"currency": "MKR",
"type": "wallet",
"totalBalance": "0",
"status": "active",
"label": "coinbase",
"creationDate": "2022-09-22T07:26:00.995263Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Maker",
"symbol": "MKR",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
"isAccountBased": true,
"enabled": true,
"id": "e56d3a90ea6a5e307bdfea08ef29a0599b987cf4535fded959fba5289f69eff1",
"displayName": "ETH - MKR",
"type": "token",
"wlcaId": "353",
"network": "mainnet"
},
"displayLabel": "MKR - wallet - coinbase - d6d9cb0d-a4f3-5e9f-8c85-af2de1ad028c"
},
{
"id": "124149",
"exchange": "coinbase",
"account": "6e4acf19-cc4b-51de-8fc0-dab054564813",
"currency": "BAT",
"type": "wallet",
"totalBalance": "0",
"status": "active",
"label": "coinbase",
"creationDate": "2022-09-22T07:36:03.448569Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "BAT",
"symbol": "BAT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x0d8775f648430679a709e98d2b0cb6250d2887ef",
"isAccountBased": true,
"enabled": true,
"id": "492dd9a4e73294d78907e18052bf1229e5dacbbf3ce85ffcc9ccfc467d8ada38",
"displayName": "ETH - BAT",
"type": "token",
"wlcaId": "398",
"network": "mainnet"
},
"displayLabel": "BAT - wallet - coinbase - 6e4acf19-cc4b-51de-8fc0-dab054564813"
},
{
"id": "124150",
"exchange": "huobi-global",
"account": "32507297",
"currency": "BAT",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T07:36:08.560075Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "BAT",
"symbol": "BAT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x0d8775f648430679a709e98d2b0cb6250d2887ef",
"isAccountBased": true,
"enabled": true,
"id": "492dd9a4e73294d78907e18052bf1229e5dacbbf3ce85ffcc9ccfc467d8ada38",
"displayName": "ETH - BAT",
"type": "token",
"wlcaId": "398",
"network": "mainnet"
},
"displayLabel": "BAT - huobi-af - 32507297"
},
{
"id": "124152",
"exchange": "huobi-global",
"account": "32507297",
"currency": "CHZ",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T07:36:08.645726Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Chiliz",
"symbol": "CHZ",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x3506424f91fd33084466f402d5d97f05f8e3b4af",
"isAccountBased": true,
"enabled": true,
"id": "78dde0ef6de9dc12f406775724422f63e54c3e64798c919fa24103bde778a853",
"displayName": "ETH - CHZ",
"type": "token",
"wlcaId": "395",
"network": "mainnet"
},
"displayLabel": "CHZ - huobi-af - 32507297"
},
{
"id": "124153",
"exchange": "huobi-global",
"account": "32507297",
"currency": "GRT",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T07:36:08.698904Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "The Graph",
"symbol": "GRT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xc944e90c64b2c07662a292be6244bdf05cda44a7",
"isAccountBased": true,
"enabled": true,
"id": "f770771975d1c8dfc73283a0521ae92b01f9a41364974bd46fcc4cd2093a791d",
"displayName": "ETH - GRT",
"type": "token",
"wlcaId": "396",
"network": "mainnet"
},
"displayLabel": "GRT - huobi-af - 32507297"
},
{
"id": "124154",
"exchange": "huobi-global",
"account": "32507297",
"currency": "1INCH",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T07:36:08.874068Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "1INCH",
"symbol": "1INCH",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x111111111117dc0aa78b770fa6a738034120c302",
"isAccountBased": true,
"enabled": true,
"id": "b233a73afa2f77176603be516088dbd368a51bc4596079fa762b8cfb4a293597",
"displayName": "ETH - 1INCH",
"type": "token",
"wlcaId": "401",
"network": "mainnet"
},
"displayLabel": "1INCH - huobi-af - 32507297"
},
{
"id": "124155",
"exchange": "huobi-global",
"account": "32507297",
"currency": "SNX",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T07:36:09.159624Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Synthetix Network",
"symbol": "SNX",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
"isAccountBased": true,
"enabled": true,
"id": "43aceae08ea4b303114b32dd88784122098124605e7c3a9acc4c4da06bb0f33e",
"displayName": "ETH - SNX",
"type": "token",
"wlcaId": "397",
"network": "mainnet"
},
"displayLabel": "SNX - huobi-af - 32507297"
},
{
"id": "124156",
"exchange": "huobi-global",
"account": "32507297",
"currency": "APE",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T07:36:09.429203Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "ApeCoin",
"symbol": "APE",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x4d224452801aced8b2f0aebe155379bb5d594381",
"isAccountBased": true,
"enabled": true,
"id": "a894bc73753841f994377552ba94f0bd3c5b52d2281189adcdeeb6f5133dd883",
"displayName": "ETH - APE",
"type": "token",
"wlcaId": "392",
"network": "mainnet"
},
"displayLabel": "APE - huobi-af - 32507297"
},
{
"id": "124157",
"exchange": "huobi-global",
"account": "32507297",
"currency": "COMP",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T07:36:09.857457Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Compound",
"symbol": "COMP",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xc00e94cb662c3520282e6f5717214004a7f26888",
"isAccountBased": true,
"enabled": true,
"id": "8c816fd0c70a6c1e3ee3839a474fdb378ea1bc386bbb0ff75dd7f665bb5d83e7",
"displayName": "ETH - COMP",
"type": "token",
"wlcaId": "399",
"network": "mainnet"
},
"displayLabel": "COMP - huobi-af - 32507297"
},
{
"id": "124162",
"exchange": "huobi-global",
"account": "32507297",
"currency": "CHSB",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.021197Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "SwissBorg",
"symbol": "CHSB",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "8",
"contractAddress": "0xba9d4199fab4f26efe3551d490e3821486f135ba",
"isAccountBased": true,
"enabled": true,
"id": "58de5959972c547b1da71d80a965325cba6fe2f5db054466ca7f2606116df41d",
"displayName": "ETH - CHSB",
"type": "token",
"wlcaId": "404",
"network": "mainnet"
},
"displayLabel": "CHSB - huobi-af - 32507297"
},
{
"id": "124163",
"exchange": "huobi-global",
"account": "32507297",
"currency": "BOBA",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.043493Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Boba Token",
"symbol": "BOBA",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x42bbfa2e77757c645eeaad1655e0911a7553efbc",
"isAccountBased": true,
"enabled": true,
"id": "513706402ad497fd4775e9580120d13f27968b26f6bc0371ba63b18209cc62f4",
"displayName": "ETH - BOBA",
"type": "token",
"wlcaId": "408",
"network": "mainnet"
},
"displayLabel": "BOBA - huobi-af - 32507297"
},
{
"id": "124164",
"exchange": "huobi-global",
"account": "32507297",
"currency": "BNT",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.085162Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Bancor",
"symbol": "BNT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c",
"isAccountBased": true,
"enabled": true,
"id": "a5f3b7a734262150c87c942ce83427e266acb1983a2cbae47411ecd3486a7c01",
"displayName": "ETH - BNT",
"type": "token",
"wlcaId": "409",
"network": "mainnet"
},
"displayLabel": "BNT - huobi-af - 32507297"
},
{
"id": "124165",
"exchange": "huobi-global",
"account": "32507297",
"currency": "OMG",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.133885Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "OMG Network",
"symbol": "OMG",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xd26114cd6ee289accf82350c8d8487fedb8a0c07",
"isAccountBased": true,
"enabled": true,
"id": "f3573a0e82540a725a336cf2496767e5e35d9e4ddb614dfd6180d0f3f249476c",
"displayName": "ETH - OMG",
"type": "token",
"wlcaId": "403",
"network": "mainnet"
},
"displayLabel": "OMG - huobi-af - 32507297"
},
{
"id": "124166",
"exchange": "huobi-global",
"account": "32507297",
"currency": "OCEAN",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.215221Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Ocean",
"symbol": "OCEAN",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x967da4048cd07ab37855c090aaf366e4ce1b9f48",
"isAccountBased": true,
"enabled": true,
"id": "09f3efc292b7a3218a21bd72c19d334c4e30c33b8da66a8ad073f60afc703146",
"displayName": "ETH - OCEAN",
"type": "token",
"wlcaId": "411",
"network": "mainnet"
},
"displayLabel": "OCEAN - huobi-af - 32507297"
},
{
"id": "124167",
"exchange": "huobi-global",
"account": "32507297",
"currency": "YFI",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.320079Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "yearn.finance",
"symbol": "YFI",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",
"isAccountBased": true,
"enabled": true,
"id": "b3b4a5c64f120581cc231b77b0ece2568d26fb8f17a3fe5ced3059979bb98dee",
"displayName": "ETH - YFI",
"type": "token",
"wlcaId": "402",
"network": "mainnet"
},
"displayLabel": "YFI - huobi-af - 32507297"
},
{
"id": "124168",
"exchange": "huobi-global",
"account": "32507297",
"currency": "AURORA",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.356221Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Aurora",
"symbol": "AURORA",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xaaaaaa20d9e0e2461697782ef11675f668207961",
"isAccountBased": true,
"enabled": true,
"id": "4793ed1a73738fbf9d0b75aa4bb91b5e05f97ee788b0bf96045cf9a30cc28587",
"displayName": "ETH - AURORA",
"type": "token",
"wlcaId": "410",
"network": "mainnet"
},
"displayLabel": "AURORA - huobi-af - 32507297"
},
{
"id": "124169",
"exchange": "huobi-global",
"account": "32507297",
"currency": "SPELL",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.438001Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Spell",
"symbol": "SPELL",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x090185f2135308bad17527004364ebcc2d37e5f6",
"isAccountBased": true,
"enabled": true,
"id": "f61522e7fc7f249c0ca2e4c89317b6d30b3e9b3df140df83bc95c4da783aa705",
"displayName": "ETH - SPELL",
"type": "token",
"wlcaId": "407",
"network": "mainnet"
},
"displayLabel": "SPELL - huobi-af - 32507297"
},
{
"id": "124170",
"exchange": "huobi-global",
"account": "32507297",
"currency": "DYDX",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.460742Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "dYdX",
"symbol": "DYDX",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x92d6c1e31e14520e676a687f0a93788b716beff5",
"isAccountBased": true,
"enabled": true,
"id": "aa9b676f59db1565dc1ee87ee01098895eb99978d80f28fdeb71c206436348cb",
"displayName": "ETH - DYDX",
"type": "token",
"wlcaId": "405",
"network": "mainnet"
},
"displayLabel": "DYDX - huobi-af - 32507297"
},
{
"id": "124171",
"exchange": "huobi-global",
"account": "32507297",
"currency": "RNDR",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:02:05.517119Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Render",
"symbol": "RNDR",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24",
"isAccountBased": true,
"enabled": true,
"id": "766a1239736f0396bbeb2f317dffea440768bc2e762b4cdd75bede3d217e6702",
"displayName": "ETH - RNDR",
"type": "token",
"wlcaId": "406",
"network": "mainnet"
},
"displayLabel": "RNDR - huobi-af - 32507297"
},
{
"id": "124173",
"exchange": "huobi-global",
"account": "32507297",
"currency": "ROUTE",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:21:11.804698Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Route",
"symbol": "ROUTE",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x16eccfdbb4ee1a85a33f3a9b21175cd7ae753db4",
"isAccountBased": true,
"enabled": true,
"id": "2bc4a87f4d36133f9e619f5deee4a898b847c4381482ca70716d20a1a1517d94",
"displayName": "ETH - ROUTE",
"type": "token",
"wlcaId": "426",
"network": "mainnet"
},
"displayLabel": "ROUTE - huobi-af - 32507297"
},
{
"id": "124176",
"exchange": "huobi-global",
"account": "32507297",
"currency": "NCT",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:21:11.994063Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Nectar",
"symbol": "NCT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x9e46a38f5daabe8683e10793b06749eef7d733d1",
"isAccountBased": true,
"enabled": true,
"id": "ae902d93bac5b36ca0855dd20943b220cc490b46f8b76ca89ef66db1b2e6ffef",
"displayName": "ETH - NCT",
"type": "token",
"wlcaId": "430",
"network": "mainnet"
},
"displayLabel": "NCT - huobi-af - 32507297"
},
{
"id": "124178",
"exchange": "huobi-global",
"account": "32507297",
"currency": "DOCK",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:21:12.111285Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Dock",
"symbol": "DOCK",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xe5dada80aa6477e85d09747f2842f7993d0df71c",
"isAccountBased": true,
"enabled": true,
"id": "ab11cbcda085b99d5e3535f69929d43866159bdcf60e02b300b67ffc142db1da",
"displayName": "ETH - DOCK",
"type": "token",
"wlcaId": "428",
"network": "mainnet"
},
"displayLabel": "DOCK - huobi-af - 32507297"
},
{
"id": "124179",
"exchange": "huobi-global",
"account": "32507297",
"currency": "INSUR",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-09-22T08:21:12.231237Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "InsurAce",
"symbol": "INSUR",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x544c42fbb96b39b21df61cf322b5edc285ee7429",
"isAccountBased": true,
"enabled": true,
"id": "87bbb86be1a6f366e402730652b35a56d15fe07f633e7c127e257b45c76590f9",
"displayName": "ETH - INSUR",
"type": "token",
"wlcaId": "438",
"network": "mainnet"
},
"displayLabel": "INSUR - huobi-af - 32507297"
},
{
"id": "124195",
"exchange": "tdx",
"currency": "USD",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.174204Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "USD",
"symbol": "USD",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "f7b206938b1c462873820f4fdf241c3b1295a42b1039ff1080247e89ae70660b",
"displayName": "USD - USD",
"type": "fiat"
},
"displayLabel": "USD - tdx-int"
},
{
"id": "124196",
"exchange": "tdx",
"currency": "CHF",
"totalBalance": "9983830900",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.198898Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "CHF",
"symbol": "CHF",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "927fcecdd22da2ed47129c71bcc69da7b2b139e4423d8cd0430c27bfe8c3155f",
"displayName": "CHF - CHF",
"type": "fiat"
},
"displayLabel": "CHF - tdx-int"
},
{
"id": "124198",
"exchange": "tdx",
"currency": "EUR",
"totalBalance": "30000000000",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.231467Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "EUR",
"symbol": "EUR",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "0c3d3b47b688561b693f011aded48fe305bca63872b15990e18137261ed9e1bd",
"displayName": "EUR - EUR",
"type": "fiat"
},
"displayLabel": "EUR - tdx-int"
},
{
"id": "124200",
"exchange": "tdx",
"currency": "MATIC",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.262985Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "Polygon (MATIC) ",
"symbol": "MATIC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",
"isAccountBased": true,
"enabled": true,
"id": "c8078bc459b77cb38284b0eb113b13c3e44398ad5fc43c1761d13a4d6eb3a430",
"displayName": "ETH - MATIC",
"type": "token",
"wlcaId": "222",
"network": "mainnet"
},
"displayLabel": "MATIC - tdx-int"
},
{
"id": "124201",
"exchange": "tdx",
"currency": "BTC",
"totalBalance": "5840000",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.279612Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "Bitcoin",
"symbol": "BTC",
"blockchain": "BTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "584737e3c4fd26fae30070d77344a8ae92bb89fee998757f6b0ee9d71ed074a1",
"displayName": "Bitcoin - BTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BTC - tdx-int"
},
{
"id": "124202",
"exchange": "tdx",
"currency": "APC",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.294940Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "Alpha Coin",
"symbol": "APC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x15bda08c3afbf5955d6e9b235fd55a1fd0dbc829",
"isAccountBased": true,
"enabled": true,
"id": "8ebb303c9e9f4c59b4cac8601d6a2518099e1c5b3631e5673f9d7b28d3383f53",
"displayName": "ETH - APC",
"type": "token",
"wlcaId": "322",
"network": "mainnet"
},
"displayLabel": "APC - tdx-int"
},
{
"id": "124203",
"exchange": "tdx",
"currency": "XTZ",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.311944Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "Tezos",
"symbol": "XTZ",
"coinTypeIndex": "1729",
"blockchain": "XTZ",
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "38fd3c36af0c1de9e1ab4880ac18df83eb0c27be3f08ea60ee0805fdead40547",
"displayName": "Tezos - XTZ",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XTZ - tdx-int"
},
{
"id": "124204",
"exchange": "tdx",
"currency": "USDC",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.328161Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "UDC",
"symbol": "USDC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "6",
"contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"isAccountBased": true,
"enabled": true,
"id": "0268adfbd13664fd28e520e580b4de05be39b603ba0675091974ec27aea1994c",
"displayName": "ETH - USDC",
"type": "token",
"wlcaId": "95",
"network": "mainnet"
},
"displayLabel": "USDC - tdx-int"
},
{
"id": "124206",
"exchange": "tdx",
"currency": "XRP",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.359652Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "Ripple",
"symbol": "XRP",
"coinTypeIndex": "144",
"blockchain": "XRP",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "46ebcefc8e8bb1cc01dd4432c3b78df34c97e8d3f3aaaac4468f7f3ec6dbec25",
"displayName": "Ripple - XRP",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XRP - tdx-int"
},
{
"id": "124207",
"exchange": "tdx",
"currency": "ETH",
"totalBalance": "1905000000000000000",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.377154Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "Ethereum",
"symbol": "ETH",
"coinTypeIndex": "60",
"blockchain": "ETH",
"decimals": "18",
"isAccountBased": true,
"enabled": true,
"id": "33a7de6af505855d3062715ac4609736a60cf2779f03cd033e74590708c4f0d4",
"displayName": "Ethereum - ETH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ETH - tdx-int"
},
{
"id": "124208",
"exchange": "tdx",
"currency": "ADA",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2022-09-27T09:04:32.392573Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "Cardano",
"symbol": "ADA",
"coinTypeIndex": "1815",
"blockchain": "ADA",
"decimals": "6",
"hasStaking": true,
"isUTXOBased": true,
"enabled": true,
"id": "091a408c6461430987fb64fc064f79a414359065e3a93f6d0ab0159f5c525137",
"displayName": "Cardano - ADA",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ADA - tdx-int"
},
{
"id": "124214",
"exchange": "huobi-global",
"account": "32507297",
"currency": "ATOM",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-10-24T08:07:01.819460Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Atom",
"symbol": "ATOM",
"blockchain": "Cosmos",
"isToken": true,
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "4fb517ca989362d75b090610744a685d3791ef0d11637a97fddfe77095207a87",
"displayName": "Cosmos - ATOM",
"type": "token",
"network": "cosmoshub"
},
"displayLabel": "ATOM - huobi-af - 32507297"
},
{
"id": "124216",
"exchange": "coinbase",
"account": "83c1dee5-9467-52e2-8051-dc229b557bef",
"currency": "ATOM",
"type": "wallet",
"totalBalance": "0",
"status": "active",
"label": "coinbase",
"creationDate": "2022-10-26T08:16:48.625410Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Atom",
"symbol": "ATOM",
"blockchain": "Cosmos",
"isToken": true,
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "4fb517ca989362d75b090610744a685d3791ef0d11637a97fddfe77095207a87",
"displayName": "Cosmos - ATOM",
"type": "token",
"network": "cosmoshub"
},
"hasWLA": true,
"displayLabel": "ATOM - wallet - coinbase - 83c1dee5-9467-52e2-8051-dc229b557bef"
},
{
"id": "128631",
"exchange": "huobi-global",
"account": "32507297",
"currency": "XTZ",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-10-28T07:22:21.511293Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "XTZ",
"symbol": "XTZ",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "4",
"contractAddress": "0xff20817765cb7f73d4bde2e66e067e58d11095c2",
"isAccountBased": true,
"enabled": true,
"id": "e4462b18e3166139dff7a0850a41a607b69c6c94d0ce8984a3eb8aa086b4b823",
"displayName": "ETH - XTZ",
"type": "token",
"wlcaId": "451",
"network": "mainnet"
},
"displayLabel": "XTZ - huobi-af - 32507297"
},
{
"id": "128633",
"exchange": "bittrex",
"currency": "BTC",
"totalBalance": "100000",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2022-11-03T11:25:56.016715Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Bitcoin",
"symbol": "BTC",
"blockchain": "BTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "584737e3c4fd26fae30070d77344a8ae92bb89fee998757f6b0ee9d71ed074a1",
"displayName": "Bitcoin - BTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BTC - bittrex-lf"
},
{
"id": "128636",
"exchange": "huobi-global",
"account": "32507297",
"currency": "BCH",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2022-11-07T14:33:19.336768Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Fake BCH",
"symbol": "BCH",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "0",
"contractAddress": "0x607f4c5bb672230e8672085532f7e901544a7375",
"isAccountBased": true,
"enabled": true,
"id": "3fbe73bd5d293d1573b98ac441b1e73bb6507b91a187dd19a1ab5a6591c27526",
"displayName": "ETH - BCH",
"type": "token",
"wlcaId": "472",
"network": "mainnet"
},
"displayLabel": "BCH - huobi-af - 32507297"
},
{
"id": "128637",
"exchange": "woorton",
"currency": "ADA",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.173516Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Cardano",
"symbol": "ADA",
"coinTypeIndex": "1815",
"blockchain": "ADA",
"decimals": "6",
"hasStaking": true,
"isUTXOBased": true,
"enabled": true,
"id": "091a408c6461430987fb64fc064f79a414359065e3a93f6d0ab0159f5c525137",
"displayName": "Cardano - ADA",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ADA - woorton-uat"
},
{
"id": "128638",
"exchange": "woorton",
"currency": "BTC",
"totalBalance": "1195980000",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.208174Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Bitcoin",
"symbol": "BTC",
"blockchain": "BTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "584737e3c4fd26fae30070d77344a8ae92bb89fee998757f6b0ee9d71ed074a1",
"displayName": "Bitcoin - BTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BTC - woorton-uat"
},
{
"id": "128639",
"exchange": "woorton",
"currency": "DOT",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.226403Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Polkadot",
"symbol": "DOT",
"coinTypeIndex": "354",
"blockchain": "DOT",
"decimals": "10",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "cadc2268107de6d9749ca1d1a2f8df20f7cea5263a5cf3fb852395be08947a13",
"displayName": "Polkadot - DOT",
"type": "native",
"network": "mainnet"
},
"displayLabel": "DOT - woorton-uat"
},
{
"id": "128640",
"exchange": "woorton",
"currency": "ETH",
"totalBalance": "7776556000000000000",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.247097Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Ethereum",
"symbol": "ETH",
"coinTypeIndex": "60",
"blockchain": "ETH",
"decimals": "18",
"isAccountBased": true,
"enabled": true,
"id": "33a7de6af505855d3062715ac4609736a60cf2779f03cd033e74590708c4f0d4",
"displayName": "Ethereum - ETH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ETH - woorton-uat"
},
{
"id": "128641",
"exchange": "woorton",
"currency": "EUR",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.266451Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "EUR",
"symbol": "EUR",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "0c3d3b47b688561b693f011aded48fe305bca63872b15990e18137261ed9e1bd",
"displayName": "EUR - EUR",
"type": "fiat"
},
"displayLabel": "EUR - woorton-uat"
},
{
"id": "128642",
"exchange": "woorton",
"currency": "LINK",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.291326Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "LINK",
"symbol": "LINK",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x514910771af9ca656af840dff83e8264ecf986ca",
"isAccountBased": true,
"enabled": true,
"id": "6d38c29cab2e6504f9a59179395ec75bb95d07f56daab1d6151f74e122bd699f",
"displayName": "ETH - LINK",
"type": "token",
"wlcaId": "187",
"network": "mainnet"
},
"displayLabel": "LINK - woorton-uat"
},
{
"id": "128643",
"exchange": "woorton",
"currency": "LTC",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.308951Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Litecoin",
"symbol": "LTC",
"coinTypeIndex": "2",
"blockchain": "LTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "1b381515492c2cf48d497fd04d4317c823d7ee8d85e634cf61b27e0bc62f67f5",
"displayName": "Litecoin - LTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "LTC - woorton-uat"
},
{
"id": "128645",
"exchange": "woorton",
"currency": "UNI",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.353543Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "UNI",
"symbol": "UNI",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"isAccountBased": true,
"enabled": true,
"id": "b5a48344e27f55d19c8a8308483fd20238c5c2d622e6ddbcc3f24bd5f16098cf",
"displayName": "ETH - UNI",
"type": "token",
"wlcaId": "141",
"network": "mainnet"
},
"displayLabel": "UNI - woorton-uat"
},
{
"id": "128646",
"exchange": "woorton",
"currency": "USDC",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.375696Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "UDC",
"symbol": "USDC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "6",
"contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"isAccountBased": true,
"enabled": true,
"id": "0268adfbd13664fd28e520e580b4de05be39b603ba0675091974ec27aea1994c",
"displayName": "ETH - USDC",
"type": "token",
"wlcaId": "95",
"network": "mainnet"
},
"displayLabel": "USDC - woorton-uat"
},
{
"id": "128647",
"exchange": "woorton",
"currency": "USD",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.397173Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "USD",
"symbol": "USD",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "f7b206938b1c462873820f4fdf241c3b1295a42b1039ff1080247e89ae70660b",
"displayName": "USD - USD",
"type": "fiat"
},
"displayLabel": "USD - woorton-uat"
},
{
"id": "128648",
"exchange": "woorton",
"currency": "XLM",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.432616Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Stellar",
"symbol": "XLM",
"coinTypeIndex": "148",
"blockchain": "XLM",
"decimals": "7",
"isAccountBased": true,
"enabled": true,
"id": "1a31194be3de1a85216300c2c0640af1d9a87a2f600a2e8927b91f78740e10ff",
"displayName": "Stellar - XLM",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XLM - woorton-uat"
},
{
"id": "128649",
"exchange": "woorton",
"currency": "XRP",
"totalBalance": "12000000",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.455098Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Ripple",
"symbol": "XRP",
"coinTypeIndex": "144",
"blockchain": "XRP",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "46ebcefc8e8bb1cc01dd4432c3b78df34c97e8d3f3aaaac4468f7f3ec6dbec25",
"displayName": "Ripple - XRP",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XRP - woorton-uat"
},
{
"id": "128650",
"exchange": "woorton",
"currency": "XTZ",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2022-11-29T09:30:08.532043Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Tezos",
"symbol": "XTZ",
"coinTypeIndex": "1729",
"blockchain": "XTZ",
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "38fd3c36af0c1de9e1ab4880ac18df83eb0c27be3f08ea60ee0805fdead40547",
"displayName": "Tezos - XTZ",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XTZ - woorton-uat"
},
{
"id": "143545",
"exchange": "kraken",
"currency": "XLM",
"totalBalance": "2630000620",
"status": "active",
"label": "kraken",
"creationDate": "2022-12-22T16:40:14.529635Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "Stellar",
"symbol": "XLM",
"coinTypeIndex": "148",
"blockchain": "XLM",
"decimals": "7",
"isAccountBased": true,
"enabled": true,
"id": "1a31194be3de1a85216300c2c0640af1d9a87a2f600a2e8927b91f78740e10ff",
"displayName": "Stellar - XLM",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XLM - kraken"
},
{
"id": "143546",
"exchange": "kraken",
"currency": "XRP",
"totalBalance": "25012605",
"status": "active",
"label": "kraken",
"creationDate": "2022-12-22T16:40:14.624369Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "Ripple",
"symbol": "XRP",
"coinTypeIndex": "144",
"blockchain": "XRP",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "46ebcefc8e8bb1cc01dd4432c3b78df34c97e8d3f3aaaac4468f7f3ec6dbec25",
"displayName": "Ripple - XRP",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XRP - kraken"
},
{
"id": "143547",
"exchange": "kraken",
"currency": "LINK",
"totalBalance": "2430000000000000000",
"status": "active",
"label": "kraken",
"creationDate": "2022-12-22T16:40:14.731223Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "LINK",
"symbol": "LINK",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x514910771af9ca656af840dff83e8264ecf986ca",
"isAccountBased": true,
"enabled": true,
"id": "6d38c29cab2e6504f9a59179395ec75bb95d07f56daab1d6151f74e122bd699f",
"displayName": "ETH - LINK",
"type": "token",
"wlcaId": "187",
"network": "mainnet"
},
"displayLabel": "LINK - kraken"
},
{
"id": "143548",
"exchange": "kraken",
"currency": "ETH",
"totalBalance": "30946899400000000",
"status": "active",
"label": "kraken",
"creationDate": "2022-12-22T16:40:14.803466Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "Ethereum",
"symbol": "ETH",
"coinTypeIndex": "60",
"blockchain": "ETH",
"decimals": "18",
"isAccountBased": true,
"enabled": true,
"id": "33a7de6af505855d3062715ac4609736a60cf2779f03cd033e74590708c4f0d4",
"displayName": "Ethereum - ETH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ETH - kraken"
},
{
"id": "143549",
"exchange": "kraken",
"currency": "LTC",
"totalBalance": "0",
"status": "active",
"label": "kraken",
"creationDate": "2022-12-22T16:40:14.839072Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "Litecoin",
"symbol": "LTC",
"coinTypeIndex": "2",
"blockchain": "LTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "1b381515492c2cf48d497fd04d4317c823d7ee8d85e634cf61b27e0bc62f67f5",
"displayName": "Litecoin - LTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "LTC - kraken"
},
{
"id": "147475",
"exchange": "kraken",
"currency": "UNI",
"totalBalance": "9000000000000",
"status": "active",
"label": "kraken-jdr",
"creationDate": "2022-12-23T09:08:23.800089Z",
"updateDate": "2023-04-27T15:52:58.205201Z",
"currencyInfo": {
"name": "UNI",
"symbol": "UNI",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"isAccountBased": true,
"enabled": true,
"id": "b5a48344e27f55d19c8a8308483fd20238c5c2d622e6ddbcc3f24bd5f16098cf",
"displayName": "ETH - UNI",
"type": "token",
"wlcaId": "141",
"network": "mainnet"
},
"displayLabel": "UNI - kraken-jdr"
},
{
"id": "147476",
"exchange": "kraken",
"currency": "SAND",
"totalBalance": "3000000000000000000",
"status": "active",
"label": "kraken-jdr",
"creationDate": "2022-12-23T09:08:23.815779Z",
"updateDate": "2023-04-27T15:52:58.205201Z",
"currencyInfo": {
"name": "SAND",
"symbol": "SAND",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x3845badade8e6dff049820680d1f14bd3903a5d0",
"isAccountBased": true,
"enabled": true,
"id": "4af2f0685748fcfb3bb8037a54f465025fcfba646ffc3d230545027d525e334a",
"displayName": "ETH - SAND",
"type": "token",
"wlcaId": "318",
"network": "mainnet"
},
"displayLabel": "SAND - kraken-jdr"
},
{
"id": "147477",
"exchange": "kraken",
"currency": "MANA",
"totalBalance": "5000000000000000000",
"status": "active",
"label": "kraken-jdr",
"creationDate": "2022-12-23T09:08:23.830051Z",
"updateDate": "2023-04-27T15:52:58.205201Z",
"currencyInfo": {
"name": "Decentraland",
"symbol": "MANA",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
"isAccountBased": true,
"enabled": true,
"id": "c3ba30054b35c6f4398e46e7c2240acc96877d2ce27c638c6906f43320b85883",
"displayName": "ETH - MANA",
"type": "token",
"wlcaId": "320",
"network": "mainnet"
},
"displayLabel": "MANA - kraken-jdr"
},
{
"id": "147478",
"exchange": "kraken",
"currency": "USDC",
"totalBalance": "0",
"status": "active",
"label": "kraken-jdr",
"creationDate": "2022-12-23T09:08:23.844910Z",
"updateDate": "2023-04-27T15:52:58.205201Z",
"currencyInfo": {
"name": "UDC",
"symbol": "USDC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "6",
"contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"isAccountBased": true,
"enabled": true,
"id": "0268adfbd13664fd28e520e580b4de05be39b603ba0675091974ec27aea1994c",
"displayName": "ETH - USDC",
"type": "token",
"wlcaId": "95",
"network": "mainnet"
},
"displayLabel": "USDC - kraken-jdr"
},
{
"id": "147479",
"exchange": "binance",
"currency": "EUR",
"totalBalance": "8300",
"status": "active",
"label": "binance",
"creationDate": "2022-12-28T13:30:20.378602Z",
"updateDate": "2023-04-27T15:53:03.791587Z",
"currencyInfo": {
"name": "EUR",
"symbol": "EUR",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "0c3d3b47b688561b693f011aded48fe305bca63872b15990e18137261ed9e1bd",
"displayName": "EUR - EUR",
"type": "fiat"
},
"displayLabel": "EUR - binance"
},
{
"id": "147480",
"exchange": "binance",
"currency": "DOT",
"totalBalance": "335973100",
"status": "active",
"label": "binance",
"creationDate": "2022-12-28T13:30:20.401369Z",
"updateDate": "2023-04-27T15:53:03.791587Z",
"currencyInfo": {
"name": "Polkadot",
"symbol": "DOT",
"coinTypeIndex": "354",
"blockchain": "DOT",
"decimals": "10",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "cadc2268107de6d9749ca1d1a2f8df20f7cea5263a5cf3fb852395be08947a13",
"displayName": "Polkadot - DOT",
"type": "native",
"network": "mainnet"
},
"displayLabel": "DOT - binance"
},
{
"id": "147481",
"exchange": "binance",
"currency": "BTC",
"totalBalance": "58",
"status": "active",
"label": "binance",
"creationDate": "2022-12-28T13:30:20.416271Z",
"updateDate": "2023-04-27T15:53:03.791587Z",
"currencyInfo": {
"name": "Bitcoin",
"symbol": "BTC",
"blockchain": "BTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "584737e3c4fd26fae30070d77344a8ae92bb89fee998757f6b0ee9d71ed074a1",
"displayName": "Bitcoin - BTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BTC - binance"
},
{
"id": "147482",
"exchange": "bittrex",
"currency": "ALGO",
"totalBalance": "0",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2023-01-03T12:42:38.707779Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Algorand",
"symbol": "ALGO",
"coinTypeIndex": "283",
"blockchain": "ALGO",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "d2aa79a13c7a82be7e5c73e93c8822978f5c7f44b2bccfff120087e66151df5b",
"displayName": "Algorand - ALGO",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ALGO - bittrex-lf"
},
{
"id": "147483",
"exchange": "bittrex",
"currency": "ATOM",
"totalBalance": "1296000",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2023-01-04T16:04:19.717194Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Atom",
"symbol": "ATOM",
"blockchain": "Cosmos",
"isToken": true,
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "4fb517ca989362d75b090610744a685d3791ef0d11637a97fddfe77095207a87",
"displayName": "Cosmos - ATOM",
"type": "token",
"network": "cosmoshub"
},
"displayLabel": "ATOM - bittrex-lf"
},
{
"id": "825502",
"exchange": "tdx",
"currency": "INTCMTAT",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2023-01-25T11:03:44.134368Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "int cmtat",
"symbol": "INTCMTAT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "0",
"contractAddress": "0xe4dfb32da6ed1895bd42ae9c764d46675c0cb54a",
"isAccountBased": true,
"enabled": true,
"id": "4481642cbf0569111aa89817910f24a8cc3dcd46c665b92161f7acaaa10e9a0a",
"displayName": "ETH - INTCMTAT",
"type": "token",
"wlcaId": "300",
"network": "mainnet"
},
"displayLabel": "INTCMTAT - tdx-int"
},
{
"id": "825503",
"exchange": "tdx",
"currency": "AU",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2023-01-25T11:03:44.134368Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "Aurora-E",
"symbol": "AU",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "0",
"contractAddress": "0x91672b0e37544d3a3b77897dc5554628d2fedf9b",
"isAccountBased": true,
"enabled": true,
"id": "9efa021b2c0d884018c1539a168ec384958feda67bc4a9b3b5f380fbfdcdb5d3",
"displayName": "ETH - AU",
"type": "token",
"wlcaId": "224",
"network": "mainnet"
},
"displayLabel": "AU - tdx-int"
},
{
"id": "825509",
"exchange": "huobi-global",
"account": "32507297",
"currency": "BCH",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2023-02-08T14:48:00.779984Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Bitcoin Cash",
"symbol": "BCH",
"coinTypeIndex": "145",
"blockchain": "BCH",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "f965b082aa8e6ecdaf9d29a86f10a18b31a8e5ce5afab3d139fe8cfde9708d6b",
"displayName": "Bitcoin Cash - BCH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BCH - huobi-af - 32507297"
},
{
"id": "825510",
"exchange": "woorton",
"currency": "BCH",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2023-02-08T14:48:02.861220Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Bitcoin Cash",
"symbol": "BCH",
"coinTypeIndex": "145",
"blockchain": "BCH",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "f965b082aa8e6ecdaf9d29a86f10a18b31a8e5ce5afab3d139fe8cfde9708d6b",
"displayName": "Bitcoin Cash - BCH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BCH - woorton-uat"
},
{
"id": "825512",
"exchange": "kraken",
"currency": "BCH",
"totalBalance": "3631747",
"status": "active",
"label": "kraken",
"creationDate": "2023-02-08T14:48:41.241138Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "Bitcoin Cash",
"symbol": "BCH",
"coinTypeIndex": "145",
"blockchain": "BCH",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "f965b082aa8e6ecdaf9d29a86f10a18b31a8e5ce5afab3d139fe8cfde9708d6b",
"displayName": "Bitcoin Cash - BCH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BCH - kraken"
},
{
"id": "825513",
"exchange": "coinbase",
"account": "15251de4-66c6-57fa-b130-22722d1d083e",
"currency": "BCH",
"type": "wallet",
"totalBalance": "509755",
"status": "active",
"label": "coinbase",
"creationDate": "2023-02-08T14:48:43.365608Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Bitcoin Cash",
"symbol": "BCH",
"coinTypeIndex": "145",
"blockchain": "BCH",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "f965b082aa8e6ecdaf9d29a86f10a18b31a8e5ce5afab3d139fe8cfde9708d6b",
"displayName": "Bitcoin Cash - BCH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BCH - wallet - coinbase - 15251de4-66c6-57fa-b130-22722d1d083e"
},
{
"id": "825514",
"exchange": "tdx",
"currency": "BCH",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2023-02-08T14:48:43.744803Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "Bitcoin Cash",
"symbol": "BCH",
"coinTypeIndex": "145",
"blockchain": "BCH",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "f965b082aa8e6ecdaf9d29a86f10a18b31a8e5ce5afab3d139fe8cfde9708d6b",
"displayName": "Bitcoin Cash - BCH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BCH - tdx-int"
},
{
"id": "825518",
"exchange": "tdx",
"currency": "DOCU",
"totalBalance": "0",
"status": "active",
"label": "tdx-int",
"creationDate": "2023-02-24T13:31:32.860607Z",
"updateDate": "2023-04-27T15:53:00.498795Z",
"currencyInfo": {
"name": "DOCU",
"symbol": "DOCU",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "0",
"contractAddress": "0xacd05e6d75685f6574c972ea5bbeeb47c5803889",
"isAccountBased": true,
"enabled": true,
"id": "538c01b5e81e355085baf4bfbc91c3fcfc33f21e55087352e45a96c4cec98d6c",
"displayName": "ETH - DOCU",
"type": "token",
"wlcaId": "140",
"network": "mainnet"
},
"displayLabel": "DOCU - tdx-int"
},
{
"id": "825604",
"exchange": "coinbase",
"account": "ab9b60ac-9aff-5cfd-968f-465f94a5fc1c",
"currency": "XTZ",
"type": "wallet",
"totalBalance": "0",
"status": "active",
"label": "coinbase",
"creationDate": "2023-03-18T10:56:37.669205Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Tezos",
"symbol": "XTZ",
"coinTypeIndex": "1729",
"blockchain": "XTZ",
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "38fd3c36af0c1de9e1ab4880ac18df83eb0c27be3f08ea60ee0805fdead40547",
"displayName": "Tezos - XTZ",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XTZ - wallet - coinbase - ab9b60ac-9aff-5cfd-968f-465f94a5fc1c"
},
{
"id": "825605",
"exchange": "coinbase",
"account": "56a3ca56-2532-5dfd-aed9-758c85d98987",
"currency": "ADA",
"type": "wallet",
"totalBalance": "3177323",
"status": "active",
"label": "coinbase",
"creationDate": "2023-03-19T09:47:36.470847Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Cardano",
"symbol": "ADA",
"coinTypeIndex": "1815",
"blockchain": "ADA",
"decimals": "6",
"hasStaking": true,
"isUTXOBased": true,
"enabled": true,
"id": "091a408c6461430987fb64fc064f79a414359065e3a93f6d0ab0159f5c525137",
"displayName": "Cardano - ADA",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ADA - wallet - coinbase - 56a3ca56-2532-5dfd-aed9-758c85d98987"
},
{
"id": "825607",
"exchange": "coinbase",
"account": "9262bceb-76f3-5f2a-a28d-7f34d745c3e9",
"currency": "ATOM",
"type": "wallet",
"totalBalance": "1866157",
"status": "active",
"label": "coinbase",
"creationDate": "2023-03-19T19:43:57.246441Z",
"updateDate": "2023-04-27T15:53:00.119756Z",
"currencyInfo": {
"name": "Atom",
"symbol": "ATOM",
"blockchain": "Cosmos",
"isToken": true,
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "4fb517ca989362d75b090610744a685d3791ef0d11637a97fddfe77095207a87",
"displayName": "Cosmos - ATOM",
"type": "token",
"network": "cosmoshub"
},
"displayLabel": "ATOM - wallet - coinbase - 9262bceb-76f3-5f2a-a28d-7f34d745c3e9"
},
{
"id": "825608",
"exchange": "bittrex",
"currency": "XTZ",
"totalBalance": "4997000",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2023-03-20T15:40:55.229618Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Tezos",
"symbol": "XTZ",
"coinTypeIndex": "1729",
"blockchain": "XTZ",
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "38fd3c36af0c1de9e1ab4880ac18df83eb0c27be3f08ea60ee0805fdead40547",
"displayName": "Tezos - XTZ",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "XTZ - bittrex-lf"
},
{
"id": "825613",
"exchange": "bitfinex",
"currency": "USD",
"type": "exchange",
"totalBalance": "6331",
"status": "active",
"label": "bitfinex",
"creationDate": "2023-03-23T09:26:39.701123Z",
"updateDate": "2023-04-27T15:52:58.464266Z",
"currencyInfo": {
"name": "USD",
"symbol": "USD",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "f7b206938b1c462873820f4fdf241c3b1295a42b1039ff1080247e89ae70660b",
"displayName": "USD - USD",
"type": "fiat"
},
"displayLabel": "USD - exchange - bitfinex"
},
{
"id": "825614",
"exchange": "bitstamp",
"currency": "APE",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "ApeCoin",
"symbol": "APE",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x4d224452801aced8b2f0aebe155379bb5d594381",
"isAccountBased": true,
"enabled": true,
"id": "a894bc73753841f994377552ba94f0bd3c5b52d2281189adcdeeb6f5133dd883",
"displayName": "ETH - APE",
"type": "token",
"wlcaId": "392",
"network": "mainnet"
},
"displayLabel": "APE - bitstamp"
},
{
"id": "825615",
"exchange": "bitstamp",
"currency": "YFI",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "yearn.finance",
"symbol": "YFI",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e",
"isAccountBased": true,
"enabled": true,
"id": "b3b4a5c64f120581cc231b77b0ece2568d26fb8f17a3fe5ced3059979bb98dee",
"displayName": "ETH - YFI",
"type": "token",
"wlcaId": "402",
"network": "mainnet"
},
"displayLabel": "YFI - bitstamp"
},
{
"id": "825616",
"exchange": "bitstamp",
"currency": "1INCH",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "1INCH",
"symbol": "1INCH",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x111111111117dc0aa78b770fa6a738034120c302",
"isAccountBased": true,
"enabled": true,
"id": "b233a73afa2f77176603be516088dbd368a51bc4596079fa762b8cfb4a293597",
"displayName": "ETH - 1INCH",
"type": "token",
"wlcaId": "401",
"network": "mainnet"
},
"displayLabel": "1INCH - bitstamp"
},
{
"id": "825617",
"exchange": "bitstamp",
"currency": "RNDR",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Render",
"symbol": "RNDR",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24",
"isAccountBased": true,
"enabled": true,
"id": "766a1239736f0396bbeb2f317dffea440768bc2e762b4cdd75bede3d217e6702",
"displayName": "ETH - RNDR",
"type": "token",
"wlcaId": "406",
"network": "mainnet"
},
"displayLabel": "RNDR - bitstamp"
},
{
"id": "825618",
"exchange": "bitstamp",
"currency": "BTC",
"totalBalance": "309692",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Bitcoin",
"symbol": "BTC",
"blockchain": "BTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "584737e3c4fd26fae30070d77344a8ae92bb89fee998757f6b0ee9d71ed074a1",
"displayName": "Bitcoin - BTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BTC - bitstamp"
},
{
"id": "825619",
"exchange": "bitstamp",
"currency": "XTZ",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "XTZ",
"symbol": "XTZ",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "4",
"contractAddress": "0xff20817765cb7f73d4bde2e66e067e58d11095c2",
"isAccountBased": true,
"enabled": true,
"id": "e4462b18e3166139dff7a0850a41a607b69c6c94d0ce8984a3eb8aa086b4b823",
"displayName": "ETH - XTZ",
"type": "token",
"wlcaId": "451",
"network": "mainnet"
},
"displayLabel": "XTZ - bitstamp"
},
{
"id": "825620",
"exchange": "bitstamp",
"currency": "GRT",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "The Graph",
"symbol": "GRT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xc944e90c64b2c07662a292be6244bdf05cda44a7",
"isAccountBased": true,
"enabled": true,
"id": "f770771975d1c8dfc73283a0521ae92b01f9a41364974bd46fcc4cd2093a791d",
"displayName": "ETH - GRT",
"type": "token",
"wlcaId": "396",
"network": "mainnet"
},
"displayLabel": "GRT - bitstamp"
},
{
"id": "825621",
"exchange": "bitstamp",
"currency": "DYDX",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "dYdX",
"symbol": "DYDX",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x92d6c1e31e14520e676a687f0a93788b716beff5",
"isAccountBased": true,
"enabled": true,
"id": "aa9b676f59db1565dc1ee87ee01098895eb99978d80f28fdeb71c206436348cb",
"displayName": "ETH - DYDX",
"type": "token",
"wlcaId": "405",
"network": "mainnet"
},
"displayLabel": "DYDX - bitstamp"
},
{
"id": "825622",
"exchange": "bitstamp",
"currency": "USDP",
"totalBalance": "10000000000000000000",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "PAX Dollar",
"symbol": "USDP",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x8e870d67f660d95d5be530380d0ec0bd388289e1",
"isAccountBased": true,
"enabled": true,
"id": "fde5244718e7671378836d9c73662782c359c564504082adad6c88aa8be18537",
"displayName": "ETH - USDP",
"type": "token",
"wlcaId": "489",
"network": "mainnet"
},
"displayLabel": "USDP - bitstamp"
},
{
"id": "825623",
"exchange": "bitstamp",
"currency": "XRP",
"totalBalance": "460120",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Ripple",
"symbol": "XRP",
"coinTypeIndex": "144",
"blockchain": "XRP",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "46ebcefc8e8bb1cc01dd4432c3b78df34c97e8d3f3aaaac4468f7f3ec6dbec25",
"displayName": "Ripple - XRP",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XRP - bitstamp"
},
{
"id": "825624",
"exchange": "bitstamp",
"currency": "ETH",
"totalBalance": "104939340000000000",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Ethereum",
"symbol": "ETH",
"coinTypeIndex": "60",
"blockchain": "ETH",
"decimals": "18",
"isAccountBased": true,
"enabled": true,
"id": "33a7de6af505855d3062715ac4609736a60cf2779f03cd033e74590708c4f0d4",
"displayName": "Ethereum - ETH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ETH - bitstamp"
},
{
"id": "825625",
"exchange": "bitstamp",
"currency": "AAVE",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "AAVE",
"symbol": "AAVE",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
"isAccountBased": true,
"enabled": true,
"id": "a6a52a111d8d660f25c939753eb35948cc33a1de79fe260fc9d0ce89e3dcd229",
"displayName": "ETH - AAVE",
"type": "token",
"wlcaId": "97",
"network": "mainnet"
},
"displayLabel": "AAVE - bitstamp"
},
{
"id": "825626",
"exchange": "bitstamp",
"currency": "COMP",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Compound",
"symbol": "COMP",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xc00e94cb662c3520282e6f5717214004a7f26888",
"isAccountBased": true,
"enabled": true,
"id": "8c816fd0c70a6c1e3ee3839a474fdb378ea1bc386bbb0ff75dd7f665bb5d83e7",
"displayName": "ETH - COMP",
"type": "token",
"wlcaId": "399",
"network": "mainnet"
},
"displayLabel": "COMP - bitstamp"
},
{
"id": "825627",
"exchange": "bitstamp",
"currency": "XLM",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Stellar",
"symbol": "XLM",
"coinTypeIndex": "148",
"blockchain": "XLM",
"decimals": "7",
"isAccountBased": true,
"enabled": true,
"id": "1a31194be3de1a85216300c2c0640af1d9a87a2f600a2e8927b91f78740e10ff",
"displayName": "Stellar - XLM",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XLM - bitstamp"
},
{
"id": "825628",
"exchange": "bitstamp",
"currency": "BAT",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "BAT",
"symbol": "BAT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x0d8775f648430679a709e98d2b0cb6250d2887ef",
"isAccountBased": true,
"enabled": true,
"id": "492dd9a4e73294d78907e18052bf1229e5dacbbf3ce85ffcc9ccfc467d8ada38",
"displayName": "ETH - BAT",
"type": "token",
"wlcaId": "398",
"network": "mainnet"
},
"displayLabel": "BAT - bitstamp"
},
{
"id": "825629",
"exchange": "bitstamp",
"currency": "LINK",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "LINK",
"symbol": "LINK",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x514910771af9ca656af840dff83e8264ecf986ca",
"isAccountBased": true,
"enabled": true,
"id": "6d38c29cab2e6504f9a59179395ec75bb95d07f56daab1d6151f74e122bd699f",
"displayName": "ETH - LINK",
"type": "token",
"wlcaId": "187",
"network": "mainnet"
},
"displayLabel": "LINK - bitstamp"
},
{
"id": "825630",
"exchange": "bitstamp",
"currency": "ENJ",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "EnjinCoin",
"symbol": "ENJ",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c",
"isAccountBased": true,
"enabled": true,
"id": "1c34fd2a7a32e9e4e4f8edc7ae3b6f314bde7c18ea99742688cedf0269ec897d",
"displayName": "ETH - ENJ",
"type": "token",
"wlcaId": "319",
"network": "mainnet"
},
"displayLabel": "ENJ - bitstamp"
},
{
"id": "825631",
"exchange": "bitstamp",
"currency": "USD",
"totalBalance": "231300",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "USD",
"symbol": "USD",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "f7b206938b1c462873820f4fdf241c3b1295a42b1039ff1080247e89ae70660b",
"displayName": "USD - USD",
"type": "fiat"
},
"displayLabel": "USD - bitstamp"
},
{
"id": "825632",
"exchange": "bitstamp",
"currency": "ADA",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Cardano",
"symbol": "ADA",
"coinTypeIndex": "1815",
"blockchain": "ADA",
"decimals": "6",
"hasStaking": true,
"isUTXOBased": true,
"enabled": true,
"id": "091a408c6461430987fb64fc064f79a414359065e3a93f6d0ab0159f5c525137",
"displayName": "Cardano - ADA",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ADA - bitstamp"
},
{
"id": "825633",
"exchange": "bitstamp",
"currency": "NEXO",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "NEXO",
"symbol": "NEXO",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206",
"isAccountBased": true,
"enabled": true,
"id": "94321d7b5567f969322ef1cbb6d8b8acbe3b6adda2bd08d8a9c1f29aff87b001",
"displayName": "ETH - NEXO",
"type": "token",
"wlcaId": "372",
"network": "mainnet"
},
"displayLabel": "NEXO - bitstamp"
},
{
"id": "825634",
"exchange": "bitstamp",
"currency": "EUR",
"totalBalance": "35300",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "EUR",
"symbol": "EUR",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "0c3d3b47b688561b693f011aded48fe305bca63872b15990e18137261ed9e1bd",
"displayName": "EUR - EUR",
"type": "fiat"
},
"displayLabel": "EUR - bitstamp"
},
{
"id": "825635",
"exchange": "bitstamp",
"currency": "MANA",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Decentraland",
"symbol": "MANA",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
"isAccountBased": true,
"enabled": true,
"id": "c3ba30054b35c6f4398e46e7c2240acc96877d2ce27c638c6906f43320b85883",
"displayName": "ETH - MANA",
"type": "token",
"wlcaId": "320",
"network": "mainnet"
},
"displayLabel": "MANA - bitstamp"
},
{
"id": "825636",
"exchange": "bitstamp",
"currency": "SAND",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "SAND",
"symbol": "SAND",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x3845badade8e6dff049820680d1f14bd3903a5d0",
"isAccountBased": true,
"enabled": true,
"id": "4af2f0685748fcfb3bb8037a54f465025fcfba646ffc3d230545027d525e334a",
"displayName": "ETH - SAND",
"type": "token",
"wlcaId": "318",
"network": "mainnet"
},
"displayLabel": "SAND - bitstamp"
},
{
"id": "825637",
"exchange": "bitstamp",
"currency": "MATIC",
"totalBalance": "5000000000000000000",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Polygon (MATIC) ",
"symbol": "MATIC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",
"isAccountBased": true,
"enabled": true,
"id": "c8078bc459b77cb38284b0eb113b13c3e44398ad5fc43c1761d13a4d6eb3a430",
"displayName": "ETH - MATIC",
"type": "token",
"wlcaId": "222",
"network": "mainnet"
},
"displayLabel": "MATIC - bitstamp"
},
{
"id": "825638",
"exchange": "bitstamp",
"currency": "BCH",
"totalBalance": "790367",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Bitcoin Cash",
"symbol": "BCH",
"coinTypeIndex": "145",
"blockchain": "BCH",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "f965b082aa8e6ecdaf9d29a86f10a18b31a8e5ce5afab3d139fe8cfde9708d6b",
"displayName": "Bitcoin Cash - BCH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "BCH - bitstamp"
},
{
"id": "825639",
"exchange": "bitstamp",
"currency": "LTC",
"totalBalance": "25000",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Litecoin",
"symbol": "LTC",
"coinTypeIndex": "2",
"blockchain": "LTC",
"decimals": "8",
"isUTXOBased": true,
"enabled": true,
"id": "1b381515492c2cf48d497fd04d4317c823d7ee8d85e634cf61b27e0bc62f67f5",
"displayName": "Litecoin - LTC",
"type": "native",
"network": "mainnet"
},
"displayLabel": "LTC - bitstamp"
},
{
"id": "825640",
"exchange": "bitstamp",
"currency": "USDT",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Tether USD",
"symbol": "USDT",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "6",
"contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"isAccountBased": true,
"enabled": true,
"id": "ca469d5e7af1ec61114b6b9a200046e10fc22664d549368b42715a363c23b6b4",
"displayName": "ETH - USDT",
"type": "token",
"wlcaId": "3",
"network": "mainnet"
},
"displayLabel": "USDT - bitstamp"
},
{
"id": "825641",
"exchange": "bitstamp",
"currency": "FTM",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Fantom",
"symbol": "FTM",
"coinTypeIndex": "1007",
"blockchain": "FTM",
"decimals": "18",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "3f50870eb1981f3093f05cc30e6d89cb31e39a5d422643c018cf4df0c41456b9",
"displayName": "Fantom - FTM",
"type": "native",
"network": "mainnet"
},
"displayLabel": "FTM - bitstamp"
},
{
"id": "825642",
"exchange": "bitstamp",
"currency": "MKR",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Maker",
"symbol": "MKR",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
"isAccountBased": true,
"enabled": true,
"id": "e56d3a90ea6a5e307bdfea08ef29a0599b987cf4535fded959fba5289f69eff1",
"displayName": "ETH - MKR",
"type": "token",
"wlcaId": "353",
"network": "mainnet"
},
"displayLabel": "MKR - bitstamp"
},
{
"id": "825643",
"exchange": "bitstamp",
"currency": "USDC",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "UDC",
"symbol": "USDC",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "6",
"contractAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"isAccountBased": true,
"enabled": true,
"id": "0268adfbd13664fd28e520e580b4de05be39b603ba0675091974ec27aea1994c",
"displayName": "ETH - USDC",
"type": "token",
"wlcaId": "95",
"network": "mainnet"
},
"displayLabel": "USDC - bitstamp"
},
{
"id": "825644",
"exchange": "bitstamp",
"currency": "SNX",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Synthetix Network",
"symbol": "SNX",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f",
"isAccountBased": true,
"enabled": true,
"id": "43aceae08ea4b303114b32dd88784122098124605e7c3a9acc4c4da06bb0f33e",
"displayName": "ETH - SNX",
"type": "token",
"wlcaId": "397",
"network": "mainnet"
},
"displayLabel": "SNX - bitstamp"
},
{
"id": "825645",
"exchange": "bitstamp",
"currency": "UNI",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "UNI",
"symbol": "UNI",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
"isAccountBased": true,
"enabled": true,
"id": "b5a48344e27f55d19c8a8308483fd20238c5c2d622e6ddbcc3f24bd5f16098cf",
"displayName": "ETH - UNI",
"type": "token",
"wlcaId": "141",
"network": "mainnet"
},
"displayLabel": "UNI - bitstamp"
},
{
"id": "825646",
"exchange": "bitstamp",
"currency": "CHZ",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Chiliz",
"symbol": "CHZ",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0x3506424f91fd33084466f402d5d97f05f8e3b4af",
"isAccountBased": true,
"enabled": true,
"id": "78dde0ef6de9dc12f406775724422f63e54c3e64798c919fa24103bde778a853",
"displayName": "ETH - CHZ",
"type": "token",
"wlcaId": "395",
"network": "mainnet"
},
"displayLabel": "CHZ - bitstamp"
},
{
"id": "825647",
"exchange": "bitstamp",
"currency": "OMG",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "OMG Network",
"symbol": "OMG",
"blockchain": "ETH",
"isToken": true,
"isERC20": true,
"decimals": "18",
"contractAddress": "0xd26114cd6ee289accf82350c8d8487fedb8a0c07",
"isAccountBased": true,
"enabled": true,
"id": "f3573a0e82540a725a336cf2496767e5e35d9e4ddb614dfd6180d0f3f249476c",
"displayName": "ETH - OMG",
"type": "token",
"wlcaId": "403",
"network": "mainnet"
},
"displayLabel": "OMG - bitstamp"
},
{
"id": "825648",
"exchange": "bitstamp",
"currency": "ALGO",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-23T11:50:04.095172Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Algorand",
"symbol": "ALGO",
"coinTypeIndex": "283",
"blockchain": "ALGO",
"decimals": "6",
"isAccountBased": true,
"enabled": true,
"id": "d2aa79a13c7a82be7e5c73e93c8822978f5c7f44b2bccfff120087e66151df5b",
"displayName": "Algorand - ALGO",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ALGO - bitstamp"
},
{
"id": "825649",
"exchange": "kraken",
"currency": "USD",
"totalBalance": "58924",
"status": "active",
"label": "kraken",
"creationDate": "2023-03-24T09:27:58.333014Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "USD",
"symbol": "USD",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "f7b206938b1c462873820f4fdf241c3b1295a42b1039ff1080247e89ae70660b",
"displayName": "USD - USD",
"type": "fiat"
},
"displayLabel": "USD - kraken"
},
{
"id": "825650",
"exchange": "kraken",
"currency": "EUR",
"totalBalance": "15474",
"status": "active",
"label": "kraken",
"creationDate": "2023-03-24T09:27:58.333014Z",
"updateDate": "2023-04-27T15:52:57.898997Z",
"currencyInfo": {
"name": "EUR",
"symbol": "EUR",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "0c3d3b47b688561b693f011aded48fe305bca63872b15990e18137261ed9e1bd",
"displayName": "EUR - EUR",
"type": "fiat"
},
"displayLabel": "EUR - kraken"
},
{
"id": "825651",
"exchange": "kraken",
"currency": "USD",
"totalBalance": "0",
"status": "active",
"label": "kraken-jdr",
"creationDate": "2023-03-24T09:27:58.845312Z",
"updateDate": "2023-04-27T15:52:58.205201Z",
"currencyInfo": {
"name": "USD",
"symbol": "USD",
"decimals": "4",
"isFiat": true,
"enabled": true,
"id": "f7b206938b1c462873820f4fdf241c3b1295a42b1039ff1080247e89ae70660b",
"displayName": "USD - USD",
"type": "fiat"
},
"displayLabel": "USD - kraken-jdr"
},
{
"id": "825658",
"exchange": "bitstamp",
"currency": "SOL",
"totalBalance": "0",
"status": "active",
"label": "bitstamp",
"creationDate": "2023-03-30T09:23:42.263204Z",
"updateDate": "2023-04-27T15:52:57.468666Z",
"currencyInfo": {
"name": "Solana",
"symbol": "SOL",
"coinTypeIndex": "501",
"blockchain": "SOL",
"decimals": "9",
"isAccountBased": true,
"enabled": true,
"id": "da6644c9ad8307a5ea17756a86e5481d0bceda175a79891e44796ec91b2ab7b0",
"displayName": "Solana - SOL",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "SOL - bitstamp"
},
{
"id": "825659",
"exchange": "huobi-global",
"account": "32507297",
"currency": "SOL",
"totalBalance": "0",
"status": "active",
"label": "huobi-af",
"creationDate": "2023-03-30T09:23:46.989336Z",
"updateDate": "2023-04-27T15:53:01.358723Z",
"currencyInfo": {
"name": "Solana",
"symbol": "SOL",
"coinTypeIndex": "501",
"blockchain": "SOL",
"decimals": "9",
"isAccountBased": true,
"enabled": true,
"id": "da6644c9ad8307a5ea17756a86e5481d0bceda175a79891e44796ec91b2ab7b0",
"displayName": "Solana - SOL",
"type": "native",
"network": "mainnet"
},
"displayLabel": "SOL - huobi-af - 32507297"
},
{
"id": "825660",
"exchange": "woorton",
"currency": "SOL",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2023-03-30T09:23:48.984623Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Solana",
"symbol": "SOL",
"coinTypeIndex": "501",
"blockchain": "SOL",
"decimals": "9",
"isAccountBased": true,
"enabled": true,
"id": "da6644c9ad8307a5ea17756a86e5481d0bceda175a79891e44796ec91b2ab7b0",
"displayName": "Solana - SOL",
"type": "native",
"network": "mainnet"
},
"displayLabel": "SOL - woorton-uat"
},
{
"id": "825661",
"exchange": "bittrex",
"currency": "SOL",
"totalBalance": "999104120",
"status": "active",
"label": "bittrex-lf",
"creationDate": "2023-03-30T14:23:48.006830Z",
"updateDate": "2023-04-27T15:53:00.902790Z",
"currencyInfo": {
"name": "Solana",
"symbol": "SOL",
"coinTypeIndex": "501",
"blockchain": "SOL",
"decimals": "9",
"isAccountBased": true,
"enabled": true,
"id": "da6644c9ad8307a5ea17756a86e5481d0bceda175a79891e44796ec91b2ab7b0",
"displayName": "Solana - SOL",
"type": "native",
"network": "mainnet"
},
"hasWLA": true,
"displayLabel": "SOL - bittrex-lf"
},
{
"id": "825662",
"exchange": "coinbase-prime-institutional",
"account": "f3c929f6-2ec7-4f6a-b613-a5d2744c8308 - 1d2b4460-e757-461b-b898-639cde9d4185",
"currency": "ETH",
"type": "vault",
"totalBalance": "70000000000000000",
"status": "suspended",
"label": "coinbase-prime-institutional-cockroach",
"creationDate": "2023-04-07T00:07:17.587251Z",
"updateDate": "2023-04-27T15:53:03.269170Z",
"currencyInfo": {
"name": "Ethereum",
"symbol": "ETH",
"coinTypeIndex": "60",
"blockchain": "ETH",
"decimals": "18",
"isAccountBased": true,
"enabled": true,
"id": "33a7de6af505855d3062715ac4609736a60cf2779f03cd033e74590708c4f0d4",
"displayName": "Ethereum - ETH",
"type": "native",
"network": "mainnet"
},
"displayLabel": "ETH - vault - coinbase-prime-institutional-cockroach - f3c929f6-2ec7-4f6a-b613-a5d2744c8308 - 1d2b4460-e757-461b-b898-639cde9d4185"
},
{
"id": "825665",
"exchange": "woorton",
"currency": "MATIC",
"totalBalance": "0",
"status": "active",
"label": "woorton-uat",
"creationDate": "2023-04-14T09:02:16.182177Z",
"updateDate": "2023-04-27T15:53:03.421089Z",
"currencyInfo": {
"name": "Matic",
"symbol": "MATIC",
"coinTypeIndex": "966",
"blockchain": "Polygon",
"decimals": "18",
"isAccountBased": true,
"enabled": true,
"id": "58c56473744606b0c771388176be9f72d137d79f33e249b58b14daae3a29a2a2",
"displayName": "Matic - MATIC - Polygon",
"type": "native",
"network": "mainnet"
},
"displayLabel": "MATIC - woorton-uat"
},
{
"id": "825668",
"exchange": "coinbase-prime-institutional",
"account": "f3c929f6-2ec7-4f6a-b613-a5d2744c8308 - 7a21c0db-df06-4f93-970a-bda7d18bf4ba",
"currency": "XTZ",
"type": "vault",
"totalBalance": "59000000",
"status": "active",
"label": "coinbase-prime-institutional-cockroach",
"creationDate": "2023-04-26T21:26:23.160340Z",
"updateDate": "2023-04-27T15:53:03.269170Z",
"currencyInfo": {
"name": "Tezos",
"symbol": "XTZ",
"coinTypeIndex": "1729",
"blockchain": "XTZ",
"decimals": "6",
"hasStaking": true,
"isAccountBased": true,
"enabled": true,
"id": "38fd3c36af0c1de9e1ab4880ac18df83eb0c27be3f08ea60ee0805fdead40547",
"displayName": "Tezos - XTZ",
"type": "native",
"network": "mainnet"
},
"displayLabel": "XTZ - vault - coinbase-prime-institutional-cockroach - f3c929f6-2ec7-4f6a-b613-a5d2744c8308 - 7a21c0db-df06-4f93-970a-bda7d18bf4ba"
}
]
}
In this example, Taurus-PROTECT responds with a JSON object containing a list of all the added Exchange Accounts.
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.
Updated 22 days ago