github.com/status-im/status-go@v1.1.0/services/wallet/thirdparty/mercuryo/request_currencies_test_data.go (about)

     1  package mercuryo
     2  
     3  func getTestCurrenciesOKResponse() []byte {
     4  	return []byte(`{
     5  		"status": 200,
     6  		"data": {
     7  			"fiat": [
     8  				"AED",
     9  				"AMD",
    10  				"AUD",
    11  				"BGN",
    12  				"BRL",
    13  				"CAD",
    14  				"CHF",
    15  				"COP",
    16  				"CZK",
    17  				"DKK",
    18  				"DOP",
    19  				"EUR",
    20  				"GBP",
    21  				"GHS",
    22  				"HKD",
    23  				"HUF",
    24  				"IDR",
    25  				"ILS",
    26  				"INR",
    27  				"ISK",
    28  				"JOD",
    29  				"JPY",
    30  				"KRW",
    31  				"KZT",
    32  				"LKR",
    33  				"MXN",
    34  				"NOK",
    35  				"NZD",
    36  				"PEN",
    37  				"PHP",
    38  				"PLN",
    39  				"QAR",
    40  				"RON",
    41  				"SEK",
    42  				"SGD",
    43  				"THB",
    44  				"TRY",
    45  				"TWD",
    46  				"USD",
    47  				"UYU",
    48  				"VND",
    49  				"ZAR"
    50  			],
    51  			"crypto": [
    52  				"BTC",
    53  				"ETH",
    54  				"BAT",
    55  				"USDT",
    56  				"ALGO",
    57  				"TRX",
    58  				"OKB",
    59  				"BCH",
    60  				"DAI",
    61  				"TON",
    62  				"BNB",
    63  				"1INCH",
    64  				"NEAR",
    65  				"SOL",
    66  				"DOT",
    67  				"ADA",
    68  				"KSM",
    69  				"MATIC",
    70  				"ATOM",
    71  				"AVAX",
    72  				"XLM",
    73  				"XRP",
    74  				"LTC",
    75  				"SAND",
    76  				"DYDX",
    77  				"MANA",
    78  				"USDC",
    79  				"CRV",
    80  				"SHIB",
    81  				"FTM",
    82  				"DOGE",
    83  				"LINK",
    84  				"XTZ",
    85  				"DASH",
    86  				"WEMIX",
    87  				"TIA",
    88  				"ARB",
    89  				"NOT",
    90  				"SWEAT",
    91  				"INJ"
    92  			],
    93  			"config": {
    94  				"base": {
    95  					"BTC": "BTC",
    96  					"ETH": "ETH",
    97  					"BAT": "ETH",
    98  					"USDT": "ETH",
    99  					"ALGO": "ALGO",
   100  					"TRX": "TRX",
   101  					"OKB": "ETH",
   102  					"BCH": "BCH",
   103  					"DAI": "ETH",
   104  					"TON": "TON",
   105  					"BNB": "BNB",
   106  					"1INCH": "BNB",
   107  					"NEAR": "NEAR",
   108  					"SOL": "SOL",
   109  					"DOT": "DOT",
   110  					"ADA": "ADA",
   111  					"KSM": "KSM",
   112  					"MATIC": "MATIC",
   113  					"ATOM": "ATOM",
   114  					"AVAX": "AVAX",
   115  					"XLM": "XLM",
   116  					"XRP": "XRP",
   117  					"LTC": "LTC",
   118  					"SAND": "ETH",
   119  					"DYDX": "ETH",
   120  					"MANA": "ETH",
   121  					"USDC": "ETH",
   122  					"CRV": "ETH",
   123  					"SHIB": "ETH",
   124  					"FTM": "FTM",
   125  					"DOGE": "DOGE",
   126  					"LINK": "ETH",
   127  					"XTZ": "XTZ",
   128  					"DASH": "DASH",
   129  					"WEMIX": "WEMIX",
   130  					"TIA": "TIA",
   131  					"ARB": "ARB",
   132  					"NOT": "NOT",
   133  					"SWEAT": "NEAR",
   134  					"INJ": "INJ"
   135  				},
   136  				"has_withdrawal_fee": {
   137  					"BTC": true,
   138  					"ETH": true,
   139  					"BAT": true,
   140  					"USDT": true,
   141  					"ALGO": true,
   142  					"TRX": true,
   143  					"OKB": true,
   144  					"BCH": true,
   145  					"DAI": true,
   146  					"TON": false,
   147  					"BNB": true,
   148  					"1INCH": true,
   149  					"NEAR": true,
   150  					"SOL": true,
   151  					"DOT": true,
   152  					"ADA": true,
   153  					"KSM": true,
   154  					"MATIC": true,
   155  					"ATOM": true,
   156  					"AVAX": true,
   157  					"XLM": true,
   158  					"XRP": true,
   159  					"LTC": true,
   160  					"SAND": true,
   161  					"DYDX": true,
   162  					"MANA": true,
   163  					"USDC": true,
   164  					"CRV": true,
   165  					"SHIB": true,
   166  					"FTM": true,
   167  					"DOGE": true,
   168  					"LINK": true,
   169  					"XTZ": true,
   170  					"DASH": true,
   171  					"WEMIX": true,
   172  					"TIA": true,
   173  					"ARB": true,
   174  					"NOT": true,
   175  					"SWEAT": true,
   176  					"INJ": true
   177  				},
   178  				"display_options": {
   179  					"AED": {
   180  						"fullname": "United Arab Emirates Dirham",
   181  						"total_digits": 2,
   182  						"display_digits": 2
   183  					},
   184  					"AMD": {
   185  						"fullname": "Armenian Dram",
   186  						"total_digits": 2,
   187  						"display_digits": 2
   188  					},
   189  					"ARS": {
   190  						"fullname": "Argentine peso",
   191  						"total_digits": 2,
   192  						"display_digits": 2
   193  					},
   194  					"AUD": {
   195  						"fullname": "Australian dollar",
   196  						"total_digits": 2,
   197  						"display_digits": 2
   198  					},
   199  					"BGN": {
   200  						"fullname": "Bulgarian lev",
   201  						"total_digits": 2,
   202  						"display_digits": 2
   203  					},
   204  					"BRL": {
   205  						"fullname": "Brazilian real",
   206  						"total_digits": 2,
   207  						"display_digits": 2
   208  					},
   209  					"CAD": {
   210  						"fullname": "Canadian dollar",
   211  						"total_digits": 2,
   212  						"display_digits": 2
   213  					},
   214  					"CHF": {
   215  						"fullname": "Swiss frank",
   216  						"total_digits": 2,
   217  						"display_digits": 2
   218  					},
   219  					"COP": {
   220  						"fullname": "Colombian Peso",
   221  						"total_digits": 2,
   222  						"display_digits": 2
   223  					},
   224  					"CZK": {
   225  						"fullname": "Czech koruna",
   226  						"total_digits": 2,
   227  						"display_digits": 2
   228  					},
   229  					"DKK": {
   230  						"fullname": "Danish krone",
   231  						"total_digits": 2,
   232  						"display_digits": 2
   233  					},
   234  					"DOP": {
   235  						"fullname": "Dominican Peso",
   236  						"total_digits": 2,
   237  						"display_digits": 2
   238  					},
   239  					"EUR": {
   240  						"fullname": "Euro",
   241  						"total_digits": 2,
   242  						"display_digits": 2
   243  					},
   244  					"GBP": {
   245  						"fullname": "Pound sterling",
   246  						"total_digits": 2,
   247  						"display_digits": 2
   248  					},
   249  					"GEL": {
   250  						"fullname": "Georgian Lari",
   251  						"total_digits": 2,
   252  						"display_digits": 2
   253  					},
   254  					"GHS": {
   255  						"fullname": "Ghanaian cedi",
   256  						"total_digits": 2,
   257  						"display_digits": 2
   258  					},
   259  					"HKD": {
   260  						"fullname": "Hong Kong dollar",
   261  						"total_digits": 2,
   262  						"display_digits": 2
   263  					},
   264  					"HUF": {
   265  						"fullname": "Hungarian Forint",
   266  						"total_digits": 2,
   267  						"display_digits": 2
   268  					},
   269  					"IDR": {
   270  						"fullname": "Indonesian rupiah",
   271  						"total_digits": 0,
   272  						"display_digits": 0
   273  					},
   274  					"ILS": {
   275  						"fullname": "Israeli shekel",
   276  						"total_digits": 2,
   277  						"display_digits": 2
   278  					},
   279  					"INR": {
   280  						"fullname": "Indian rupee",
   281  						"total_digits": 2,
   282  						"display_digits": 2
   283  					},
   284  					"ISK": {
   285  						"fullname": "Icelandic Krona",
   286  						"total_digits": 0,
   287  						"display_digits": 0
   288  					},
   289  					"JOD": {
   290  						"fullname": "Jordanian Dinar",
   291  						"total_digits": 2,
   292  						"display_digits": 2
   293  					},
   294  					"JPY": {
   295  						"fullname": "Japanese yen",
   296  						"total_digits": 0,
   297  						"display_digits": 0
   298  					},
   299  					"KES": {
   300  						"fullname": "Kenyan shilling",
   301  						"total_digits": 2,
   302  						"display_digits": 2
   303  					},
   304  					"KRW": {
   305  						"fullname": "South Korean won",
   306  						"total_digits": 0,
   307  						"display_digits": 0
   308  					},
   309  					"KZT": {
   310  						"fullname": "Kazakhstani Tenge",
   311  						"total_digits": 2,
   312  						"display_digits": 2
   313  					},
   314  					"LKR": {
   315  						"fullname": "Sri Lankan Rupee",
   316  						"total_digits": 2,
   317  						"display_digits": 2
   318  					},
   319  					"MXN": {
   320  						"fullname": "Mexican peso",
   321  						"total_digits": 2,
   322  						"display_digits": 2
   323  					},
   324  					"NGN": {
   325  						"fullname": "Nigerian naira",
   326  						"total_digits": 2,
   327  						"display_digits": 2
   328  					},
   329  					"NOK": {
   330  						"fullname": "Norwegian krone",
   331  						"total_digits": 2,
   332  						"display_digits": 2
   333  					},
   334  					"NZD": {
   335  						"fullname": "New Zealand Dollar",
   336  						"total_digits": 2,
   337  						"display_digits": 2
   338  					},
   339  					"PEN": {
   340  						"fullname": "Peruvian Nuevo Sol",
   341  						"total_digits": 2,
   342  						"display_digits": 2
   343  					},
   344  					"PHP": {
   345  						"fullname": "Philippine peso",
   346  						"total_digits": 2,
   347  						"display_digits": 2
   348  					},
   349  					"PLN": {
   350  						"fullname": "Polish zloty",
   351  						"total_digits": 2,
   352  						"display_digits": 2
   353  					},
   354  					"QAR": {
   355  						"fullname": "Qatari Riyal",
   356  						"total_digits": 2,
   357  						"display_digits": 2
   358  					},
   359  					"RON": {
   360  						"fullname": "New Romanian Lei",
   361  						"total_digits": 2,
   362  						"display_digits": 2
   363  					},
   364  					"RUB": {
   365  						"fullname": "Russian ruble",
   366  						"total_digits": 2,
   367  						"display_digits": 2
   368  					},
   369  					"SEK": {
   370  						"fullname": "Swedish krona",
   371  						"total_digits": 2,
   372  						"display_digits": 2
   373  					},
   374  					"SGD": {
   375  						"fullname": "Singapore Dollar",
   376  						"total_digits": 2,
   377  						"display_digits": 2
   378  					},
   379  					"THB": {
   380  						"fullname": "Thai Baht",
   381  						"total_digits": 2,
   382  						"display_digits": 2
   383  					},
   384  					"TRY": {
   385  						"fullname": "Turkish lira",
   386  						"total_digits": 2,
   387  						"display_digits": 2
   388  					},
   389  					"TWD": {
   390  						"fullname": "New Taiwan dollar",
   391  						"total_digits": 2,
   392  						"display_digits": 2
   393  					},
   394  					"TZS": {
   395  						"fullname": "Tanzanian shilling",
   396  						"total_digits": 2,
   397  						"display_digits": 2
   398  					},
   399  					"UAH": {
   400  						"fullname": "Ukrainian hryvnia",
   401  						"total_digits": 2,
   402  						"display_digits": 2
   403  					},
   404  					"UGX": {
   405  						"fullname": "Ugandan shilling",
   406  						"total_digits": 2,
   407  						"display_digits": 2
   408  					},
   409  					"USD": {
   410  						"fullname": "US dollar",
   411  						"total_digits": 2,
   412  						"display_digits": 2
   413  					},
   414  					"UYU": {
   415  						"fullname": "Uruguayan Peso",
   416  						"total_digits": 2,
   417  						"display_digits": 2
   418  					},
   419  					"VND": {
   420  						"fullname": "Vietnamese Dong",
   421  						"total_digits": 2,
   422  						"display_digits": 2
   423  					},
   424  					"ZAR": {
   425  						"fullname": "South African Rand",
   426  						"total_digits": 2,
   427  						"display_digits": 2
   428  					},
   429  					"BTC": {
   430  						"fullname": "Bitcoin",
   431  						"total_digits": 8,
   432  						"display_digits": 5
   433  					},
   434  					"ETH": {
   435  						"fullname": "ETH",
   436  						"total_digits": 18,
   437  						"display_digits": 5
   438  					},
   439  					"BAT": {
   440  						"fullname": "Basic attention token",
   441  						"total_digits": 18,
   442  						"display_digits": 5
   443  					},
   444  					"USDT": {
   445  						"fullname": "Tether",
   446  						"total_digits": 6,
   447  						"display_digits": 2
   448  					},
   449  					"ALGO": {
   450  						"fullname": "Algorand",
   451  						"total_digits": 6,
   452  						"display_digits": 6
   453  					},
   454  					"TRX": {
   455  						"fullname": "Tron",
   456  						"total_digits": 8,
   457  						"display_digits": 2
   458  					},
   459  					"OKB": {
   460  						"fullname": "OKB",
   461  						"total_digits": 18,
   462  						"display_digits": 4
   463  					},
   464  					"BCH": {
   465  						"fullname": "Bitcoin cash",
   466  						"total_digits": 8,
   467  						"display_digits": 5
   468  					},
   469  					"DAI": {
   470  						"fullname": "Dai Stablecoin",
   471  						"total_digits": 18,
   472  						"display_digits": 5
   473  					},
   474  					"TON": {
   475  						"fullname": "The Open Network",
   476  						"total_digits": 9,
   477  						"display_digits": 4
   478  					},
   479  					"BNB": {
   480  						"fullname": "Binance Coin",
   481  						"total_digits": 18,
   482  						"display_digits": 6
   483  					},
   484  					"1INCH": {
   485  						"fullname": "1inch Network",
   486  						"total_digits": 18,
   487  						"display_digits": 6
   488  					},
   489  					"NEAR": {
   490  						"fullname": "NEAR Protocol",
   491  						"total_digits": 18,
   492  						"display_digits": 6
   493  					},
   494  					"SOL": {
   495  						"fullname": "Solana",
   496  						"total_digits": 9,
   497  						"display_digits": 6
   498  					},
   499  					"DOT": {
   500  						"fullname": "Polkadot",
   501  						"total_digits": 10,
   502  						"display_digits": 6
   503  					},
   504  					"ADA": {
   505  						"fullname": "Cardano",
   506  						"total_digits": 18,
   507  						"display_digits": 6
   508  					},
   509  					"KSM": {
   510  						"fullname": "Kusama",
   511  						"total_digits": 18,
   512  						"display_digits": 6
   513  					},
   514  					"MATIC": {
   515  						"fullname": "Polygon",
   516  						"total_digits": 18,
   517  						"display_digits": 6
   518  					},
   519  					"ATOM": {
   520  						"fullname": "Cosmos",
   521  						"total_digits": 18,
   522  						"display_digits": 6
   523  					},
   524  					"AVAX": {
   525  						"fullname": "Avalanche (C-Chain)",
   526  						"total_digits": 18,
   527  						"display_digits": 6
   528  					},
   529  					"XLM": {
   530  						"fullname": "Stellar",
   531  						"total_digits": 18,
   532  						"display_digits": 6
   533  					},
   534  					"XRP": {
   535  						"fullname": "XRP",
   536  						"total_digits": 6,
   537  						"display_digits": 6
   538  					},
   539  					"LTC": {
   540  						"fullname": "Litecoin",
   541  						"total_digits": 8,
   542  						"display_digits": 8
   543  					},
   544  					"SAND": {
   545  						"fullname": "The Sandbox",
   546  						"total_digits": 18,
   547  						"display_digits": 6
   548  					},
   549  					"DYDX": {
   550  						"fullname": "dYdX",
   551  						"total_digits": 18,
   552  						"display_digits": 6
   553  					},
   554  					"MANA": {
   555  						"fullname": "Decentraland",
   556  						"total_digits": 18,
   557  						"display_digits": 6
   558  					},
   559  					"USDC": {
   560  						"fullname": "USDC",
   561  						"total_digits": 6,
   562  						"display_digits": 6
   563  					},
   564  					"CRV": {
   565  						"fullname": "Curve DAO Token",
   566  						"total_digits": 18,
   567  						"display_digits": 6
   568  					},
   569  					"SHIB": {
   570  						"fullname": "Shiba Inu",
   571  						"total_digits": 18,
   572  						"display_digits": 6
   573  					},
   574  					"FTM": {
   575  						"fullname": "Fantom",
   576  						"total_digits": 18,
   577  						"display_digits": 6
   578  					},
   579  					"DOGE": {
   580  						"fullname": "Dogecoin",
   581  						"total_digits": 8,
   582  						"display_digits": 8
   583  					},
   584  					"LINK": {
   585  						"fullname": "Chainlink",
   586  						"total_digits": 18,
   587  						"display_digits": 6
   588  					},
   589  					"XTZ": {
   590  						"fullname": "Tezos",
   591  						"total_digits": 18,
   592  						"display_digits": 6
   593  					},
   594  					"DASH": {
   595  						"fullname": "DASH",
   596  						"total_digits": 18,
   597  						"display_digits": 6
   598  					},
   599  					"WEMIX": {
   600  						"fullname": "WEMIX",
   601  						"total_digits": 10,
   602  						"display_digits": 6
   603  					},
   604  					"TIA": {
   605  						"fullname": "TIA",
   606  						"total_digits": 10,
   607  						"display_digits": 6
   608  					},
   609  					"ARB": {
   610  						"fullname": "ARB",
   611  						"total_digits": 10,
   612  						"display_digits": 6
   613  					},
   614  					"NOT": {
   615  						"fullname": "NOTCOIN",
   616  						"total_digits": 10,
   617  						"display_digits": 3
   618  					},
   619  					"SWEAT": {
   620  						"fullname": "Sweat",
   621  						"total_digits": 18,
   622  						"display_digits": 4
   623  					},
   624  					"INJ": {
   625  						"fullname": "Injective",
   626  						"total_digits": 18,
   627  						"display_digits": 6
   628  					}
   629  				},
   630  				"icons": {
   631  					"AED": {
   632  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/aed.svg",
   633  						"relative": {
   634  							"svg": "v1.6/img/icons/currencies/aed.svg",
   635  							"png": "v1.6/img/icons/currencies/aed.png"
   636  						},
   637  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/aed.png"
   638  					},
   639  					"AMD": {
   640  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/amd.svg",
   641  						"relative": {
   642  							"svg": "v1.6/img/icons/currencies/amd.svg",
   643  							"png": "v1.6/img/icons/currencies/amd.png"
   644  						},
   645  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/amd.png"
   646  					},
   647  					"ARS": {
   648  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ars.svg",
   649  						"relative": {
   650  							"svg": "v1.6/img/icons/currencies/ars.svg",
   651  							"png": "v1.6/img/icons/currencies/ars.png"
   652  						},
   653  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ars.png"
   654  					},
   655  					"AUD": {
   656  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/aud.svg",
   657  						"relative": {
   658  							"svg": "v1.6/img/icons/currencies/aud.svg",
   659  							"png": "v1.6/img/icons/currencies/aud.png"
   660  						},
   661  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/aud.png"
   662  					},
   663  					"BGN": {
   664  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/bgn.svg",
   665  						"relative": {
   666  							"svg": "v1.6/img/icons/currencies/bgn.svg",
   667  							"png": "v1.6/img/icons/currencies/bgn.png"
   668  						},
   669  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/bgn.png"
   670  					},
   671  					"BRL": {
   672  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/brl.svg",
   673  						"relative": {
   674  							"svg": "v1.6/img/icons/currencies/brl.svg",
   675  							"png": "v1.6/img/icons/currencies/brl.png"
   676  						},
   677  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/brl.png"
   678  					},
   679  					"CAD": {
   680  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/cad.svg",
   681  						"relative": {
   682  							"svg": "v1.6/img/icons/currencies/cad.svg",
   683  							"png": "v1.6/img/icons/currencies/cad.png"
   684  						},
   685  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/cad.png"
   686  					},
   687  					"CHF": {
   688  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/chf.svg",
   689  						"relative": {
   690  							"svg": "v1.6/img/icons/currencies/chf.svg",
   691  							"png": "v1.6/img/icons/currencies/chf.png"
   692  						},
   693  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/chf.png"
   694  					},
   695  					"COP": {
   696  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/cop.svg",
   697  						"relative": {
   698  							"svg": "v1.6/img/icons/currencies/cop.svg",
   699  							"png": "v1.6/img/icons/currencies/cop.png"
   700  						},
   701  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/cop.png"
   702  					},
   703  					"CZK": {
   704  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/czk.svg",
   705  						"relative": {
   706  							"svg": "v1.6/img/icons/currencies/czk.svg",
   707  							"png": "v1.6/img/icons/currencies/czk.png"
   708  						},
   709  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/czk.png"
   710  					},
   711  					"DKK": {
   712  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/dkk.svg",
   713  						"relative": {
   714  							"svg": "v1.6/img/icons/currencies/dkk.svg",
   715  							"png": "v1.6/img/icons/currencies/dkk.png"
   716  						},
   717  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/dkk.png"
   718  					},
   719  					"DOP": {
   720  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/dop.svg",
   721  						"relative": {
   722  							"svg": "v1.6/img/icons/currencies/dop.svg",
   723  							"png": "v1.6/img/icons/currencies/dop.png"
   724  						},
   725  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/dop.png"
   726  					},
   727  					"EUR": {
   728  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/eur.svg",
   729  						"relative": {
   730  							"svg": "v1.6/img/icons/currencies/eur.svg",
   731  							"png": "v1.6/img/icons/currencies/eur.png"
   732  						},
   733  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/eur.png"
   734  					},
   735  					"GBP": {
   736  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/gbp.svg",
   737  						"relative": {
   738  							"svg": "v1.6/img/icons/currencies/gbp.svg",
   739  							"png": "v1.6/img/icons/currencies/gbp.png"
   740  						},
   741  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/gbp.png"
   742  					},
   743  					"GEL": {
   744  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/default.svg",
   745  						"relative": {
   746  							"svg": "v1.6/img/icons/currencies/default.svg",
   747  							"png": "v1.6/img/icons/currencies/default.png"
   748  						},
   749  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/default.png"
   750  					},
   751  					"GHS": {
   752  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ghs.svg",
   753  						"relative": {
   754  							"svg": "v1.6/img/icons/currencies/ghs.svg",
   755  							"png": "v1.6/img/icons/currencies/ghs.png"
   756  						},
   757  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ghs.png"
   758  					},
   759  					"HKD": {
   760  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/hkd.svg",
   761  						"relative": {
   762  							"svg": "v1.6/img/icons/currencies/hkd.svg",
   763  							"png": "v1.6/img/icons/currencies/hkd.png"
   764  						},
   765  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/hkd.png"
   766  					},
   767  					"HUF": {
   768  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/huf.svg",
   769  						"relative": {
   770  							"svg": "v1.6/img/icons/currencies/huf.svg",
   771  							"png": "v1.6/img/icons/currencies/huf.png"
   772  						},
   773  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/huf.png"
   774  					},
   775  					"IDR": {
   776  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/idr.svg",
   777  						"relative": {
   778  							"svg": "v1.6/img/icons/currencies/idr.svg",
   779  							"png": "v1.6/img/icons/currencies/idr.png"
   780  						},
   781  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/idr.png"
   782  					},
   783  					"ILS": {
   784  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ils.svg",
   785  						"relative": {
   786  							"svg": "v1.6/img/icons/currencies/ils.svg",
   787  							"png": "v1.6/img/icons/currencies/ils.png"
   788  						},
   789  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ils.png"
   790  					},
   791  					"INR": {
   792  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/inr.svg",
   793  						"relative": {
   794  							"svg": "v1.6/img/icons/currencies/inr.svg",
   795  							"png": "v1.6/img/icons/currencies/inr.png"
   796  						},
   797  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/inr.png"
   798  					},
   799  					"ISK": {
   800  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/isk.svg",
   801  						"relative": {
   802  							"svg": "v1.6/img/icons/currencies/isk.svg",
   803  							"png": "v1.6/img/icons/currencies/isk.png"
   804  						},
   805  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/isk.png"
   806  					},
   807  					"JOD": {
   808  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/jod.svg",
   809  						"relative": {
   810  							"svg": "v1.6/img/icons/currencies/jod.svg",
   811  							"png": "v1.6/img/icons/currencies/jod.png"
   812  						},
   813  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/jod.png"
   814  					},
   815  					"JPY": {
   816  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/jpy.svg",
   817  						"relative": {
   818  							"svg": "v1.6/img/icons/currencies/jpy.svg",
   819  							"png": "v1.6/img/icons/currencies/jpy.png"
   820  						},
   821  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/jpy.png"
   822  					},
   823  					"KES": {
   824  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/kes.svg",
   825  						"relative": {
   826  							"svg": "v1.6/img/icons/currencies/kes.svg",
   827  							"png": "v1.6/img/icons/currencies/kes.png"
   828  						},
   829  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/kes.png"
   830  					},
   831  					"KRW": {
   832  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/krw.svg",
   833  						"relative": {
   834  							"svg": "v1.6/img/icons/currencies/krw.svg",
   835  							"png": "v1.6/img/icons/currencies/krw.png"
   836  						},
   837  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/krw.png"
   838  					},
   839  					"KZT": {
   840  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/kzt.svg",
   841  						"relative": {
   842  							"svg": "v1.6/img/icons/currencies/kzt.svg",
   843  							"png": "v1.6/img/icons/currencies/kzt.png"
   844  						},
   845  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/kzt.png"
   846  					},
   847  					"LKR": {
   848  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/lkr.svg",
   849  						"relative": {
   850  							"svg": "v1.6/img/icons/currencies/lkr.svg",
   851  							"png": "v1.6/img/icons/currencies/lkr.png"
   852  						},
   853  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/lkr.png"
   854  					},
   855  					"MXN": {
   856  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/mxn.svg",
   857  						"relative": {
   858  							"svg": "v1.6/img/icons/currencies/mxn.svg",
   859  							"png": "v1.6/img/icons/currencies/mxn.png"
   860  						},
   861  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/mxn.png"
   862  					},
   863  					"NGN": {
   864  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ngn.svg",
   865  						"relative": {
   866  							"svg": "v1.6/img/icons/currencies/ngn.svg",
   867  							"png": "v1.6/img/icons/currencies/ngn.png"
   868  						},
   869  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ngn.png"
   870  					},
   871  					"NOK": {
   872  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/nok.svg",
   873  						"relative": {
   874  							"svg": "v1.6/img/icons/currencies/nok.svg",
   875  							"png": "v1.6/img/icons/currencies/nok.png"
   876  						},
   877  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/nok.png"
   878  					},
   879  					"NZD": {
   880  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/nzd.svg",
   881  						"relative": {
   882  							"svg": "v1.6/img/icons/currencies/nzd.svg",
   883  							"png": "v1.6/img/icons/currencies/nzd.png"
   884  						},
   885  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/nzd.png"
   886  					},
   887  					"PEN": {
   888  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/pen.svg",
   889  						"relative": {
   890  							"svg": "v1.6/img/icons/currencies/pen.svg",
   891  							"png": "v1.6/img/icons/currencies/pen.png"
   892  						},
   893  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/pen.png"
   894  					},
   895  					"PHP": {
   896  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/php.svg",
   897  						"relative": {
   898  							"svg": "v1.6/img/icons/currencies/php.svg",
   899  							"png": "v1.6/img/icons/currencies/php.png"
   900  						},
   901  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/php.png"
   902  					},
   903  					"PLN": {
   904  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/pln.svg",
   905  						"relative": {
   906  							"svg": "v1.6/img/icons/currencies/pln.svg",
   907  							"png": "v1.6/img/icons/currencies/pln.png"
   908  						},
   909  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/pln.png"
   910  					},
   911  					"QAR": {
   912  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/qar.svg",
   913  						"relative": {
   914  							"svg": "v1.6/img/icons/currencies/qar.svg",
   915  							"png": "v1.6/img/icons/currencies/qar.png"
   916  						},
   917  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/qar.png"
   918  					},
   919  					"RON": {
   920  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ron.svg",
   921  						"relative": {
   922  							"svg": "v1.6/img/icons/currencies/ron.svg",
   923  							"png": "v1.6/img/icons/currencies/ron.png"
   924  						},
   925  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ron.png"
   926  					},
   927  					"RUB": {
   928  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/rub.svg",
   929  						"relative": {
   930  							"svg": "v1.6/img/icons/currencies/rub.svg",
   931  							"png": "v1.6/img/icons/currencies/rub.png"
   932  						},
   933  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/rub.png"
   934  					},
   935  					"SEK": {
   936  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/sek.svg",
   937  						"relative": {
   938  							"svg": "v1.6/img/icons/currencies/sek.svg",
   939  							"png": "v1.6/img/icons/currencies/sek.png"
   940  						},
   941  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/sek.png"
   942  					},
   943  					"SGD": {
   944  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/sgd.svg",
   945  						"relative": {
   946  							"svg": "v1.6/img/icons/currencies/sgd.svg",
   947  							"png": "v1.6/img/icons/currencies/sgd.png"
   948  						},
   949  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/sgd.png"
   950  					},
   951  					"THB": {
   952  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/thb.svg",
   953  						"relative": {
   954  							"svg": "v1.6/img/icons/currencies/thb.svg",
   955  							"png": "v1.6/img/icons/currencies/thb.png"
   956  						},
   957  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/thb.png"
   958  					},
   959  					"TRY": {
   960  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/try.svg",
   961  						"relative": {
   962  							"svg": "v1.6/img/icons/currencies/try.svg",
   963  							"png": "v1.6/img/icons/currencies/try.png"
   964  						},
   965  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/try.png"
   966  					},
   967  					"TWD": {
   968  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/twd.svg",
   969  						"relative": {
   970  							"svg": "v1.6/img/icons/currencies/twd.svg",
   971  							"png": "v1.6/img/icons/currencies/twd.png"
   972  						},
   973  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/twd.png"
   974  					},
   975  					"TZS": {
   976  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/tzs.svg",
   977  						"relative": {
   978  							"svg": "v1.6/img/icons/currencies/tzs.svg",
   979  							"png": "v1.6/img/icons/currencies/tzs.png"
   980  						},
   981  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/tzs.png"
   982  					},
   983  					"UAH": {
   984  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/uah.svg",
   985  						"relative": {
   986  							"svg": "v1.6/img/icons/currencies/uah.svg",
   987  							"png": "v1.6/img/icons/currencies/uah.png"
   988  						},
   989  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/uah.png"
   990  					},
   991  					"UGX": {
   992  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ugx.svg",
   993  						"relative": {
   994  							"svg": "v1.6/img/icons/currencies/ugx.svg",
   995  							"png": "v1.6/img/icons/currencies/ugx.png"
   996  						},
   997  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ugx.png"
   998  					},
   999  					"USD": {
  1000  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/usd.svg",
  1001  						"relative": {
  1002  							"svg": "v1.6/img/icons/currencies/usd.svg",
  1003  							"png": "v1.6/img/icons/currencies/usd.png"
  1004  						},
  1005  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/usd.png"
  1006  					},
  1007  					"UYU": {
  1008  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/uyu.svg",
  1009  						"relative": {
  1010  							"svg": "v1.6/img/icons/currencies/uyu.svg",
  1011  							"png": "v1.6/img/icons/currencies/uyu.png"
  1012  						},
  1013  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/uyu.png"
  1014  					},
  1015  					"VND": {
  1016  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/vnd.svg",
  1017  						"relative": {
  1018  							"svg": "v1.6/img/icons/currencies/vnd.svg",
  1019  							"png": "v1.6/img/icons/currencies/vnd.png"
  1020  						},
  1021  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/vnd.png"
  1022  					},
  1023  					"ZAR": {
  1024  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/zar.svg",
  1025  						"relative": {
  1026  							"svg": "v1.6/img/icons/currencies/zar.svg",
  1027  							"png": "v1.6/img/icons/currencies/zar.png"
  1028  						},
  1029  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/zar.png"
  1030  					},
  1031  					"BTC": {
  1032  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/btc.svg",
  1033  						"relative": {
  1034  							"svg": "v1.6/img/icons/currencies/btc.svg",
  1035  							"png": "v1.6/img/icons/currencies/btc.png"
  1036  						},
  1037  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/btc.png"
  1038  					},
  1039  					"ETH": {
  1040  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/eth.svg",
  1041  						"relative": {
  1042  							"svg": "v1.6/img/icons/currencies/eth.svg",
  1043  							"png": "v1.6/img/icons/currencies/eth.png"
  1044  						},
  1045  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/eth.png"
  1046  					},
  1047  					"BAT": {
  1048  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/bat.svg",
  1049  						"relative": {
  1050  							"svg": "v1.6/img/icons/currencies/bat.svg",
  1051  							"png": "v1.6/img/icons/currencies/bat.png"
  1052  						},
  1053  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/bat.png"
  1054  					},
  1055  					"USDT": {
  1056  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/usdt.svg",
  1057  						"relative": {
  1058  							"svg": "v1.6/img/icons/currencies/usdt.svg",
  1059  							"png": "v1.6/img/icons/currencies/usdt.png"
  1060  						},
  1061  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/usdt.png"
  1062  					},
  1063  					"ALGO": {
  1064  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/algo.svg",
  1065  						"relative": {
  1066  							"svg": "v1.6/img/icons/currencies/algo.svg",
  1067  							"png": "v1.6/img/icons/currencies/algo.png"
  1068  						},
  1069  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/algo.png"
  1070  					},
  1071  					"TRX": {
  1072  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/trx.svg",
  1073  						"relative": {
  1074  							"svg": "v1.6/img/icons/currencies/trx.svg",
  1075  							"png": "v1.6/img/icons/currencies/trx.png"
  1076  						},
  1077  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/trx.png"
  1078  					},
  1079  					"OKB": {
  1080  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/okb.svg",
  1081  						"relative": {
  1082  							"svg": "v1.6/img/icons/currencies/okb.svg",
  1083  							"png": "v1.6/img/icons/currencies/okb.png"
  1084  						},
  1085  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/okb.png"
  1086  					},
  1087  					"BCH": {
  1088  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/bch.svg",
  1089  						"relative": {
  1090  							"svg": "v1.6/img/icons/currencies/bch.svg",
  1091  							"png": "v1.6/img/icons/currencies/bch.png"
  1092  						},
  1093  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/bch.png"
  1094  					},
  1095  					"DAI": {
  1096  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/dai.svg",
  1097  						"relative": {
  1098  							"svg": "v1.6/img/icons/currencies/dai.svg",
  1099  							"png": "v1.6/img/icons/currencies/dai.png"
  1100  						},
  1101  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/dai.png"
  1102  					},
  1103  					"TON": {
  1104  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ton.svg",
  1105  						"relative": {
  1106  							"svg": "v1.6/img/icons/currencies/ton.svg",
  1107  							"png": "v1.6/img/icons/currencies/ton.png"
  1108  						},
  1109  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ton.png"
  1110  					},
  1111  					"BNB": {
  1112  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/bnb.svg",
  1113  						"relative": {
  1114  							"svg": "v1.6/img/icons/currencies/bnb.svg",
  1115  							"png": "v1.6/img/icons/currencies/bnb.png"
  1116  						},
  1117  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/bnb.png"
  1118  					},
  1119  					"1INCH": {
  1120  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/1inch.svg",
  1121  						"relative": {
  1122  							"svg": "v1.6/img/icons/currencies/1inch.svg",
  1123  							"png": "v1.6/img/icons/currencies/1inch.png"
  1124  						},
  1125  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/1inch.png"
  1126  					},
  1127  					"NEAR": {
  1128  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/near.svg",
  1129  						"relative": {
  1130  							"svg": "v1.6/img/icons/currencies/near.svg",
  1131  							"png": "v1.6/img/icons/currencies/near.png"
  1132  						},
  1133  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/near.png"
  1134  					},
  1135  					"SOL": {
  1136  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/sol.svg",
  1137  						"relative": {
  1138  							"svg": "v1.6/img/icons/currencies/sol.svg",
  1139  							"png": "v1.6/img/icons/currencies/sol.png"
  1140  						},
  1141  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/sol.png"
  1142  					},
  1143  					"DOT": {
  1144  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/dot.svg",
  1145  						"relative": {
  1146  							"svg": "v1.6/img/icons/currencies/dot.svg",
  1147  							"png": "v1.6/img/icons/currencies/dot.png"
  1148  						},
  1149  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/dot.png"
  1150  					},
  1151  					"ADA": {
  1152  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ada.svg",
  1153  						"relative": {
  1154  							"svg": "v1.6/img/icons/currencies/ada.svg",
  1155  							"png": "v1.6/img/icons/currencies/ada.png"
  1156  						},
  1157  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ada.png"
  1158  					},
  1159  					"KSM": {
  1160  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ksm.svg",
  1161  						"relative": {
  1162  							"svg": "v1.6/img/icons/currencies/ksm.svg",
  1163  							"png": "v1.6/img/icons/currencies/ksm.png"
  1164  						},
  1165  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ksm.png"
  1166  					},
  1167  					"MATIC": {
  1168  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/matic.svg",
  1169  						"relative": {
  1170  							"svg": "v1.6/img/icons/currencies/matic.svg",
  1171  							"png": "v1.6/img/icons/currencies/matic.png"
  1172  						},
  1173  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/matic.png"
  1174  					},
  1175  					"ATOM": {
  1176  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/atom.svg",
  1177  						"relative": {
  1178  							"svg": "v1.6/img/icons/currencies/atom.svg",
  1179  							"png": "v1.6/img/icons/currencies/atom.png"
  1180  						},
  1181  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/atom.png"
  1182  					},
  1183  					"AVAX": {
  1184  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/avax.svg",
  1185  						"relative": {
  1186  							"svg": "v1.6/img/icons/currencies/avax.svg",
  1187  							"png": "v1.6/img/icons/currencies/avax.png"
  1188  						},
  1189  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/avax.png"
  1190  					},
  1191  					"XLM": {
  1192  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/xlm.svg",
  1193  						"relative": {
  1194  							"svg": "v1.6/img/icons/currencies/xlm.svg",
  1195  							"png": "v1.6/img/icons/currencies/xlm.png"
  1196  						},
  1197  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/xlm.png"
  1198  					},
  1199  					"XRP": {
  1200  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/xrp.svg",
  1201  						"relative": {
  1202  							"svg": "v1.6/img/icons/currencies/xrp.svg",
  1203  							"png": "v1.6/img/icons/currencies/xrp.png"
  1204  						},
  1205  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/xrp.png"
  1206  					},
  1207  					"LTC": {
  1208  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ltc.svg",
  1209  						"relative": {
  1210  							"svg": "v1.6/img/icons/currencies/ltc.svg",
  1211  							"png": "v1.6/img/icons/currencies/ltc.png"
  1212  						},
  1213  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ltc.png"
  1214  					},
  1215  					"SAND": {
  1216  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/sand.svg",
  1217  						"relative": {
  1218  							"svg": "v1.6/img/icons/currencies/sand.svg",
  1219  							"png": "v1.6/img/icons/currencies/sand.png"
  1220  						},
  1221  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/sand.png"
  1222  					},
  1223  					"DYDX": {
  1224  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/dydx.svg",
  1225  						"relative": {
  1226  							"svg": "v1.6/img/icons/currencies/dydx.svg",
  1227  							"png": "v1.6/img/icons/currencies/dydx.png"
  1228  						},
  1229  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/dydx.png"
  1230  					},
  1231  					"MANA": {
  1232  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/mana.svg",
  1233  						"relative": {
  1234  							"svg": "v1.6/img/icons/currencies/mana.svg",
  1235  							"png": "v1.6/img/icons/currencies/mana.png"
  1236  						},
  1237  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/mana.png"
  1238  					},
  1239  					"USDC": {
  1240  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/usdc.svg",
  1241  						"relative": {
  1242  							"svg": "v1.6/img/icons/currencies/usdc.svg",
  1243  							"png": "v1.6/img/icons/currencies/usdc.png"
  1244  						},
  1245  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/usdc.png"
  1246  					},
  1247  					"CRV": {
  1248  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/crv.svg",
  1249  						"relative": {
  1250  							"svg": "v1.6/img/icons/currencies/crv.svg",
  1251  							"png": "v1.6/img/icons/currencies/crv.png"
  1252  						},
  1253  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/crv.png"
  1254  					},
  1255  					"SHIB": {
  1256  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/shib.svg",
  1257  						"relative": {
  1258  							"svg": "v1.6/img/icons/currencies/shib.svg",
  1259  							"png": "v1.6/img/icons/currencies/shib.png"
  1260  						},
  1261  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/shib.png"
  1262  					},
  1263  					"FTM": {
  1264  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/ftm.svg",
  1265  						"relative": {
  1266  							"svg": "v1.6/img/icons/currencies/ftm.svg",
  1267  							"png": "v1.6/img/icons/currencies/ftm.png"
  1268  						},
  1269  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/ftm.png"
  1270  					},
  1271  					"DOGE": {
  1272  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/doge.svg",
  1273  						"relative": {
  1274  							"svg": "v1.6/img/icons/currencies/doge.svg",
  1275  							"png": "v1.6/img/icons/currencies/doge.png"
  1276  						},
  1277  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/doge.png"
  1278  					},
  1279  					"LINK": {
  1280  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/link.svg",
  1281  						"relative": {
  1282  							"svg": "v1.6/img/icons/currencies/link.svg",
  1283  							"png": "v1.6/img/icons/currencies/link.png"
  1284  						},
  1285  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/link.png"
  1286  					},
  1287  					"XTZ": {
  1288  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/xtz.svg",
  1289  						"relative": {
  1290  							"svg": "v1.6/img/icons/currencies/xtz.svg",
  1291  							"png": "v1.6/img/icons/currencies/xtz.png"
  1292  						},
  1293  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/xtz.png"
  1294  					},
  1295  					"DASH": {
  1296  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/dash.svg",
  1297  						"relative": {
  1298  							"svg": "v1.6/img/icons/currencies/dash.svg",
  1299  							"png": "v1.6/img/icons/currencies/dash.png"
  1300  						},
  1301  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/dash.png"
  1302  					},
  1303  					"WEMIX": {
  1304  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/wemix.svg",
  1305  						"relative": {
  1306  							"svg": "v1.6/img/icons/currencies/wemix.svg",
  1307  							"png": "v1.6/img/icons/currencies/wemix.png"
  1308  						},
  1309  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/wemix.png"
  1310  					},
  1311  					"TIA": {
  1312  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/tia.svg",
  1313  						"relative": {
  1314  							"svg": "v1.6/img/icons/currencies/tia.svg",
  1315  							"png": "v1.6/img/icons/currencies/tia.png"
  1316  						},
  1317  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/tia.png"
  1318  					},
  1319  					"ARB": {
  1320  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/arb.svg",
  1321  						"relative": {
  1322  							"svg": "v1.6/img/icons/currencies/arb.svg",
  1323  							"png": "v1.6/img/icons/currencies/arb.png"
  1324  						},
  1325  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/arb.png"
  1326  					},
  1327  					"NOT": {
  1328  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/not.svg",
  1329  						"relative": {
  1330  							"svg": "v1.6/img/icons/currencies/not.svg",
  1331  							"png": "v1.6/img/icons/currencies/not.png"
  1332  						},
  1333  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/not.png"
  1334  					},
  1335  					"SWEAT": {
  1336  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/sweat.svg",
  1337  						"relative": {
  1338  							"svg": "v1.6/img/icons/currencies/sweat.svg",
  1339  							"png": "v1.6/img/icons/currencies/sweat.png"
  1340  						},
  1341  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/sweat.png"
  1342  					},
  1343  					"INJ": {
  1344  						"svg": "https://api.mercuryo.io/v1.6/img/icons/currencies/inj.svg",
  1345  						"relative": {
  1346  							"svg": "v1.6/img/icons/currencies/inj.svg",
  1347  							"png": "v1.6/img/icons/currencies/inj.png"
  1348  						},
  1349  						"png": "https://api.mercuryo.io/v1.6/img/icons/currencies/inj.png"
  1350  					}
  1351  				},
  1352  				"networks": {
  1353  					"ALGORAND": {
  1354  						"name": "ALGORAND",
  1355  						"icons": {
  1356  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1357  							"relative": {
  1358  								"svg": "v1.6/img/icons/networks/default.svg",
  1359  								"png": "v1.6/img/icons/networks/default.png"
  1360  							},
  1361  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1362  						}
  1363  					},
  1364  					"ARBITRUM": {
  1365  						"name": "ARBITRUM",
  1366  						"icons": {
  1367  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/arbitrum.svg",
  1368  							"relative": {
  1369  								"svg": "v1.6/img/icons/networks/arbitrum.svg",
  1370  								"png": "v1.6/img/icons/networks/arbitrum.png"
  1371  							},
  1372  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/arbitrum.png"
  1373  						}
  1374  					},
  1375  					"AVALANCHE": {
  1376  						"name": "AVALANCHE",
  1377  						"icons": {
  1378  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1379  							"relative": {
  1380  								"svg": "v1.6/img/icons/networks/default.svg",
  1381  								"png": "v1.6/img/icons/networks/default.png"
  1382  							},
  1383  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1384  						}
  1385  					},
  1386  					"BASE": {
  1387  						"name": "BASE",
  1388  						"icons": {
  1389  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/base.svg",
  1390  							"relative": {
  1391  								"svg": "v1.6/img/icons/networks/base.svg",
  1392  								"png": "v1.6/img/icons/networks/base.png"
  1393  							},
  1394  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/base.png"
  1395  						}
  1396  					},
  1397  					"BINANCESMARTCHAIN": {
  1398  						"name": "BINANCESMARTCHAIN",
  1399  						"icons": {
  1400  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/binancesmartchain.svg",
  1401  							"relative": {
  1402  								"svg": "v1.6/img/icons/networks/binancesmartchain.svg",
  1403  								"png": "v1.6/img/icons/networks/binancesmartchain.png"
  1404  							},
  1405  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/binancesmartchain.png"
  1406  						}
  1407  					},
  1408  					"BITCOIN": {
  1409  						"name": "BITCOIN",
  1410  						"icons": {
  1411  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1412  							"relative": {
  1413  								"svg": "v1.6/img/icons/networks/default.svg",
  1414  								"png": "v1.6/img/icons/networks/default.png"
  1415  							},
  1416  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1417  						}
  1418  					},
  1419  					"BITCOINCASH": {
  1420  						"name": "BITCOINCASH",
  1421  						"icons": {
  1422  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1423  							"relative": {
  1424  								"svg": "v1.6/img/icons/networks/default.svg",
  1425  								"png": "v1.6/img/icons/networks/default.png"
  1426  							},
  1427  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1428  						}
  1429  					},
  1430  					"CARDANO": {
  1431  						"name": "CARDANO",
  1432  						"icons": {
  1433  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1434  							"relative": {
  1435  								"svg": "v1.6/img/icons/networks/default.svg",
  1436  								"png": "v1.6/img/icons/networks/default.png"
  1437  							},
  1438  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1439  						}
  1440  					},
  1441  					"CELESTIA": {
  1442  						"name": "CELESTIA",
  1443  						"icons": {
  1444  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/celestia.svg",
  1445  							"relative": {
  1446  								"svg": "v1.6/img/icons/networks/celestia.svg",
  1447  								"png": "v1.6/img/icons/networks/celestia.png"
  1448  							},
  1449  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/celestia.png"
  1450  						}
  1451  					},
  1452  					"COSMOS": {
  1453  						"name": "COSMOS",
  1454  						"icons": {
  1455  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1456  							"relative": {
  1457  								"svg": "v1.6/img/icons/networks/default.svg",
  1458  								"png": "v1.6/img/icons/networks/default.png"
  1459  							},
  1460  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1461  						}
  1462  					},
  1463  					"CRONOS": {
  1464  						"name": "CRONOS",
  1465  						"icons": {
  1466  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1467  							"relative": {
  1468  								"svg": "v1.6/img/icons/networks/default.svg",
  1469  								"png": "v1.6/img/icons/networks/default.png"
  1470  							},
  1471  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1472  						}
  1473  					},
  1474  					"DASH": {
  1475  						"name": "DASH",
  1476  						"icons": {
  1477  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1478  							"relative": {
  1479  								"svg": "v1.6/img/icons/networks/default.svg",
  1480  								"png": "v1.6/img/icons/networks/default.png"
  1481  							},
  1482  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1483  						}
  1484  					},
  1485  					"DOGECOIN": {
  1486  						"name": "DOGECOIN",
  1487  						"icons": {
  1488  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1489  							"relative": {
  1490  								"svg": "v1.6/img/icons/networks/default.svg",
  1491  								"png": "v1.6/img/icons/networks/default.png"
  1492  							},
  1493  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1494  						}
  1495  					},
  1496  					"ETHEREUM": {
  1497  						"name": "ETHEREUM",
  1498  						"icons": {
  1499  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/ethereum.svg",
  1500  							"relative": {
  1501  								"svg": "v1.6/img/icons/networks/ethereum.svg",
  1502  								"png": "v1.6/img/icons/networks/ethereum.png"
  1503  							},
  1504  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/ethereum.png"
  1505  						}
  1506  					},
  1507  					"FANTOM": {
  1508  						"name": "FANTOM",
  1509  						"icons": {
  1510  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1511  							"relative": {
  1512  								"svg": "v1.6/img/icons/networks/default.svg",
  1513  								"png": "v1.6/img/icons/networks/default.png"
  1514  							},
  1515  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1516  						}
  1517  					},
  1518  					"FLOW": {
  1519  						"name": "FLOW",
  1520  						"icons": {
  1521  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1522  							"relative": {
  1523  								"svg": "v1.6/img/icons/networks/default.svg",
  1524  								"png": "v1.6/img/icons/networks/default.png"
  1525  							},
  1526  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1527  						}
  1528  					},
  1529  					"INJECTIVE": {
  1530  						"name": "INJECTIVE",
  1531  						"icons": {
  1532  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/injective.svg",
  1533  							"relative": {
  1534  								"svg": "v1.6/img/icons/networks/injective.svg",
  1535  								"png": "v1.6/img/icons/networks/injective.png"
  1536  							},
  1537  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/injective.png"
  1538  						}
  1539  					},
  1540  					"KAVA": {
  1541  						"name": "KAVA",
  1542  						"icons": {
  1543  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1544  							"relative": {
  1545  								"svg": "v1.6/img/icons/networks/default.svg",
  1546  								"png": "v1.6/img/icons/networks/default.png"
  1547  							},
  1548  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1549  						}
  1550  					},
  1551  					"KUSAMA": {
  1552  						"name": "KUSAMA",
  1553  						"icons": {
  1554  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1555  							"relative": {
  1556  								"svg": "v1.6/img/icons/networks/default.svg",
  1557  								"png": "v1.6/img/icons/networks/default.png"
  1558  							},
  1559  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1560  						}
  1561  					},
  1562  					"LINEA": {
  1563  						"name": "LINEA",
  1564  						"icons": {
  1565  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/linea.svg",
  1566  							"relative": {
  1567  								"svg": "v1.6/img/icons/networks/linea.svg",
  1568  								"png": "v1.6/img/icons/networks/linea.png"
  1569  							},
  1570  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/linea.png"
  1571  						}
  1572  					},
  1573  					"LITECOIN": {
  1574  						"name": "LITECOIN",
  1575  						"icons": {
  1576  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1577  							"relative": {
  1578  								"svg": "v1.6/img/icons/networks/default.svg",
  1579  								"png": "v1.6/img/icons/networks/default.png"
  1580  							},
  1581  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1582  						}
  1583  					},
  1584  					"NEAR_PROTOCOL": {
  1585  						"name": "NEAR_PROTOCOL",
  1586  						"icons": {
  1587  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/near_protocol.svg",
  1588  							"relative": {
  1589  								"svg": "v1.6/img/icons/networks/near_protocol.svg",
  1590  								"png": "v1.6/img/icons/networks/near_protocol.png"
  1591  							},
  1592  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/near_protocol.png"
  1593  						}
  1594  					},
  1595  					"NEWTON": {
  1596  						"name": "NEWTON",
  1597  						"icons": {
  1598  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1599  							"relative": {
  1600  								"svg": "v1.6/img/icons/networks/default.svg",
  1601  								"png": "v1.6/img/icons/networks/default.png"
  1602  							},
  1603  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1604  						}
  1605  					},
  1606  					"OPTIMISM": {
  1607  						"name": "OPTIMISM",
  1608  						"icons": {
  1609  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/optimism.svg",
  1610  							"relative": {
  1611  								"svg": "v1.6/img/icons/networks/optimism.svg",
  1612  								"png": "v1.6/img/icons/networks/optimism.png"
  1613  							},
  1614  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/optimism.png"
  1615  						}
  1616  					},
  1617  					"POLKADOT": {
  1618  						"name": "POLKADOT",
  1619  						"icons": {
  1620  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1621  							"relative": {
  1622  								"svg": "v1.6/img/icons/networks/default.svg",
  1623  								"png": "v1.6/img/icons/networks/default.png"
  1624  							},
  1625  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1626  						}
  1627  					},
  1628  					"POLYGON": {
  1629  						"name": "POLYGON",
  1630  						"icons": {
  1631  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/polygon.svg",
  1632  							"relative": {
  1633  								"svg": "v1.6/img/icons/networks/polygon.svg",
  1634  								"png": "v1.6/img/icons/networks/polygon.png"
  1635  							},
  1636  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/polygon.png"
  1637  						}
  1638  					},
  1639  					"RIPPLE": {
  1640  						"name": "RIPPLE",
  1641  						"icons": {
  1642  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1643  							"relative": {
  1644  								"svg": "v1.6/img/icons/networks/default.svg",
  1645  								"png": "v1.6/img/icons/networks/default.png"
  1646  							},
  1647  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1648  						}
  1649  					},
  1650  					"SOLANA": {
  1651  						"name": "SOLANA",
  1652  						"icons": {
  1653  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/solana.svg",
  1654  							"relative": {
  1655  								"svg": "v1.6/img/icons/networks/solana.svg",
  1656  								"png": "v1.6/img/icons/networks/solana.png"
  1657  							},
  1658  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/solana.png"
  1659  						}
  1660  					},
  1661  					"STELLAR": {
  1662  						"name": "STELLAR",
  1663  						"icons": {
  1664  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/stellar.svg",
  1665  							"relative": {
  1666  								"svg": "v1.6/img/icons/networks/stellar.svg",
  1667  								"png": "v1.6/img/icons/networks/stellar.png"
  1668  							},
  1669  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/stellar.png"
  1670  						}
  1671  					},
  1672  					"TERRA": {
  1673  						"name": "TERRA",
  1674  						"icons": {
  1675  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/terra.svg",
  1676  							"relative": {
  1677  								"svg": "v1.6/img/icons/networks/terra.svg",
  1678  								"png": "v1.6/img/icons/networks/terra.png"
  1679  							},
  1680  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/terra.png"
  1681  						}
  1682  					},
  1683  					"TEZOS": {
  1684  						"name": "TEZOS",
  1685  						"icons": {
  1686  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/default.svg",
  1687  							"relative": {
  1688  								"svg": "v1.6/img/icons/networks/default.svg",
  1689  								"png": "v1.6/img/icons/networks/default.png"
  1690  							},
  1691  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/default.png"
  1692  						}
  1693  					},
  1694  					"TRON": {
  1695  						"name": "TRON",
  1696  						"icons": {
  1697  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/tron.svg",
  1698  							"relative": {
  1699  								"svg": "v1.6/img/icons/networks/tron.svg",
  1700  								"png": "v1.6/img/icons/networks/tron.png"
  1701  							},
  1702  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/tron.png"
  1703  						}
  1704  					},
  1705  					"WEMIX": {
  1706  						"name": "WEMIX",
  1707  						"icons": {
  1708  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/wemix.svg",
  1709  							"relative": {
  1710  								"svg": "v1.6/img/icons/networks/wemix.svg",
  1711  								"png": "v1.6/img/icons/networks/wemix.png"
  1712  							},
  1713  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/wemix.png"
  1714  						}
  1715  					},
  1716  					"ZKSYNC": {
  1717  						"name": "ZKSYNC",
  1718  						"icons": {
  1719  							"svg": "https://api.mercuryo.io/v1.6/img/icons/networks/zksync.svg",
  1720  							"relative": {
  1721  								"svg": "v1.6/img/icons/networks/zksync.svg",
  1722  								"png": "v1.6/img/icons/networks/zksync.png"
  1723  							},
  1724  							"png": "https://api.mercuryo.io/v1.6/img/icons/networks/zksync.png"
  1725  						}
  1726  					}
  1727  				},
  1728  				"crypto_currencies": [
  1729  					{
  1730  						"currency": "BTC",
  1731  						"network": "BITCOIN",
  1732  						"show_network_icon": false,
  1733  						"network_label": "BITCOIN",
  1734  						"contract": ""
  1735  					},
  1736  					{
  1737  						"currency": "ETH",
  1738  						"network": "ZKSYNC",
  1739  						"show_network_icon": true,
  1740  						"network_label": "ZKSYNC",
  1741  						"contract": ""
  1742  					},
  1743  					{
  1744  						"currency": "ETH",
  1745  						"network": "ARBITRUM",
  1746  						"show_network_icon": true,
  1747  						"network_label": "ARBITRUM",
  1748  						"contract": ""
  1749  					},
  1750  					{
  1751  						"currency": "ETH",
  1752  						"network": "OPTIMISM",
  1753  						"show_network_icon": true,
  1754  						"network_label": "OPTIMISM",
  1755  						"contract": ""
  1756  					},
  1757  					{
  1758  						"currency": "ETH",
  1759  						"network": "BASE",
  1760  						"show_network_icon": true,
  1761  						"network_label": "BASE",
  1762  						"contract": ""
  1763  					},
  1764  					{
  1765  						"currency": "ETH",
  1766  						"network": "LINEA",
  1767  						"show_network_icon": true,
  1768  						"network_label": "LINEA",
  1769  						"contract": ""
  1770  					},
  1771  					{
  1772  						"currency": "ETH",
  1773  						"network": "ETHEREUM",
  1774  						"show_network_icon": true,
  1775  						"network_label": "ETHEREUM",
  1776  						"contract": ""
  1777  					},
  1778  					{
  1779  						"currency": "BAT",
  1780  						"network": "ETHEREUM",
  1781  						"show_network_icon": true,
  1782  						"network_label": "ERC-20",
  1783  						"contract": "0x0d8775f648430679a709e98d2b0cb6250d2887ef"
  1784  					},
  1785  					{
  1786  						"currency": "USDT",
  1787  						"network": "POLYGON",
  1788  						"show_network_icon": true,
  1789  						"network_label": "POLYGON",
  1790  						"contract": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F"
  1791  					},
  1792  					{
  1793  						"currency": "USDT",
  1794  						"network": "NEWTON",
  1795  						"show_network_icon": true,
  1796  						"network_label": "TON",
  1797  						"contract": "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"
  1798  					},
  1799  					{
  1800  						"currency": "USDT",
  1801  						"network": "ETHEREUM",
  1802  						"show_network_icon": true,
  1803  						"network_label": "ERC-20",
  1804  						"contract": "0xdac17f958d2ee523a2206206994597c13d831ec7",
  1805  						"network_ud": "ERC20"
  1806  					},
  1807  					{
  1808  						"currency": "USDT",
  1809  						"network": "TRON",
  1810  						"show_network_icon": true,
  1811  						"network_label": "TRC-20",
  1812  						"contract": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
  1813  						"network_ud": "TRON"
  1814  					},
  1815  					{
  1816  						"currency": "ALGO",
  1817  						"network": "ALGORAND",
  1818  						"show_network_icon": false,
  1819  						"network_label": "ALGORAND",
  1820  						"contract": ""
  1821  					},
  1822  					{
  1823  						"currency": "TRX",
  1824  						"network": "TRON",
  1825  						"show_network_icon": false,
  1826  						"network_label": "TRC-20",
  1827  						"contract": ""
  1828  					},
  1829  					{
  1830  						"currency": "OKB",
  1831  						"network": "ETHEREUM",
  1832  						"show_network_icon": true,
  1833  						"network_label": "ERC-20",
  1834  						"contract": "0x75231f58b43240c9718dd58b4967c5114342a86c"
  1835  					},
  1836  					{
  1837  						"currency": "BCH",
  1838  						"network": "BITCOINCASH",
  1839  						"show_network_icon": false,
  1840  						"network_label": "BITCOINCASH",
  1841  						"contract": ""
  1842  					},
  1843  					{
  1844  						"currency": "DAI",
  1845  						"network": "ETHEREUM",
  1846  						"show_network_icon": true,
  1847  						"network_label": "ERC-20",
  1848  						"contract": "0x6b175474e89094c44da98b954eedeac495271d0f"
  1849  					},
  1850  					{
  1851  						"currency": "TON",
  1852  						"network": "NEWTON",
  1853  						"show_network_icon": false,
  1854  						"network_label": "NEWTON",
  1855  						"contract": ""
  1856  					},
  1857  					{
  1858  						"currency": "BNB",
  1859  						"network": "BINANCESMARTCHAIN",
  1860  						"show_network_icon": false,
  1861  						"network_label": "BEP-20",
  1862  						"contract": ""
  1863  					},
  1864  					{
  1865  						"currency": "1INCH",
  1866  						"network": "BINANCESMARTCHAIN",
  1867  						"show_network_icon": true,
  1868  						"network_label": "BEP-20",
  1869  						"contract": "0x111111111117dc0aa78b770fa6a738034120c302"
  1870  					},
  1871  					{
  1872  						"currency": "NEAR",
  1873  						"network": "NEAR_PROTOCOL",
  1874  						"show_network_icon": false,
  1875  						"network_label": "NEAR_PROTOCOL",
  1876  						"contract": ""
  1877  					},
  1878  					{
  1879  						"currency": "SOL",
  1880  						"network": "SOLANA",
  1881  						"show_network_icon": false,
  1882  						"network_label": "SOLANA",
  1883  						"contract": ""
  1884  					},
  1885  					{
  1886  						"currency": "DOT",
  1887  						"network": "POLKADOT",
  1888  						"show_network_icon": false,
  1889  						"network_label": "POLKADOT",
  1890  						"contract": ""
  1891  					},
  1892  					{
  1893  						"currency": "ADA",
  1894  						"network": "CARDANO",
  1895  						"show_network_icon": false,
  1896  						"network_label": "CARDANO",
  1897  						"contract": ""
  1898  					},
  1899  					{
  1900  						"currency": "KSM",
  1901  						"network": "KUSAMA",
  1902  						"show_network_icon": false,
  1903  						"network_label": "KUSAMA",
  1904  						"contract": ""
  1905  					},
  1906  					{
  1907  						"currency": "MATIC",
  1908  						"network": "POLYGON",
  1909  						"show_network_icon": false,
  1910  						"network_label": "POLYGON",
  1911  						"contract": "",
  1912  						"network_ud": "MATIC"
  1913  					},
  1914  					{
  1915  						"currency": "ATOM",
  1916  						"network": "COSMOS",
  1917  						"show_network_icon": false,
  1918  						"network_label": "COSMOS",
  1919  						"contract": ""
  1920  					},
  1921  					{
  1922  						"currency": "AVAX",
  1923  						"network": "AVALANCHE",
  1924  						"show_network_icon": false,
  1925  						"network_label": "AVALANCHE",
  1926  						"contract": ""
  1927  					},
  1928  					{
  1929  						"currency": "XLM",
  1930  						"network": "STELLAR",
  1931  						"show_network_icon": false,
  1932  						"network_label": "STELLAR",
  1933  						"contract": ""
  1934  					},
  1935  					{
  1936  						"currency": "XRP",
  1937  						"network": "RIPPLE",
  1938  						"show_network_icon": false,
  1939  						"network_label": "RIPPLE",
  1940  						"contract": ""
  1941  					},
  1942  					{
  1943  						"currency": "LTC",
  1944  						"network": "LITECOIN",
  1945  						"show_network_icon": false,
  1946  						"network_label": "LITECOIN",
  1947  						"contract": ""
  1948  					},
  1949  					{
  1950  						"currency": "SAND",
  1951  						"network": "ETHEREUM",
  1952  						"show_network_icon": true,
  1953  						"network_label": "ERC-20",
  1954  						"contract": "0x3845badade8e6dff049820680d1f14bd3903a5d0",
  1955  						"network_ud": "ERC20"
  1956  					},
  1957  					{
  1958  						"currency": "DYDX",
  1959  						"network": "ETHEREUM",
  1960  						"show_network_icon": true,
  1961  						"network_label": "ERC-20",
  1962  						"contract": "0x92d6c1e31e14520e676a687f0a93788b716beff5"
  1963  					},
  1964  					{
  1965  						"currency": "MANA",
  1966  						"network": "ETHEREUM",
  1967  						"show_network_icon": true,
  1968  						"network_label": "ERC-20",
  1969  						"contract": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942",
  1970  						"network_ud": "ERC20"
  1971  					},
  1972  					{
  1973  						"currency": "USDC",
  1974  						"network": "ETHEREUM",
  1975  						"show_network_icon": true,
  1976  						"network_label": "ETHEREUM",
  1977  						"contract": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
  1978  					},
  1979  					{
  1980  						"currency": "USDC",
  1981  						"network": "POLYGON",
  1982  						"show_network_icon": true,
  1983  						"network_label": "POLYGON",
  1984  						"contract": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359"
  1985  					},
  1986  					{
  1987  						"currency": "USDC",
  1988  						"network": "ARBITRUM",
  1989  						"show_network_icon": true,
  1990  						"network_label": "ARBITRUM",
  1991  						"contract": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
  1992  					},
  1993  					{
  1994  						"currency": "USDC",
  1995  						"network": "NEAR_PROTOCOL",
  1996  						"show_network_icon": true,
  1997  						"network_label": "NEAR",
  1998  						"contract": "17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1"
  1999  					},
  2000  					{
  2001  						"currency": "USDC",
  2002  						"network": "SOLANA",
  2003  						"show_network_icon": true,
  2004  						"network_label": "SOLANA",
  2005  						"contract": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
  2006  					},
  2007  					{
  2008  						"currency": "USDC",
  2009  						"network": "STELLAR",
  2010  						"show_network_icon": true,
  2011  						"network_label": "STELLAR",
  2012  						"contract": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN"
  2013  					},
  2014  					{
  2015  						"currency": "CRV",
  2016  						"network": "ETHEREUM",
  2017  						"show_network_icon": true,
  2018  						"network_label": "ERC-20",
  2019  						"contract": "0xd533a949740bb3306d119cc777fa900ba034cd52",
  2020  						"network_ud": "ERC20"
  2021  					},
  2022  					{
  2023  						"currency": "SHIB",
  2024  						"network": "ETHEREUM",
  2025  						"show_network_icon": true,
  2026  						"network_label": "ERC-20",
  2027  						"contract": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
  2028  						"network_ud": "ERC20"
  2029  					},
  2030  					{
  2031  						"currency": "FTM",
  2032  						"network": "FANTOM",
  2033  						"show_network_icon": false,
  2034  						"network_label": "FANTOM",
  2035  						"contract": ""
  2036  					},
  2037  					{
  2038  						"currency": "DOGE",
  2039  						"network": "DOGECOIN",
  2040  						"show_network_icon": false,
  2041  						"network_label": "DOGECOIN",
  2042  						"contract": ""
  2043  					},
  2044  					{
  2045  						"currency": "LINK",
  2046  						"network": "ETHEREUM",
  2047  						"show_network_icon": true,
  2048  						"network_label": "ERC-20",
  2049  						"contract": "0x514910771AF9Ca656af840dff83E8264EcF986CA"
  2050  					},
  2051  					{
  2052  						"currency": "XTZ",
  2053  						"network": "TEZOS",
  2054  						"show_network_icon": false,
  2055  						"network_label": "TEZOS",
  2056  						"contract": ""
  2057  					},
  2058  					{
  2059  						"currency": "DASH",
  2060  						"network": "DASH",
  2061  						"show_network_icon": false,
  2062  						"network_label": "DASH",
  2063  						"contract": ""
  2064  					},
  2065  					{
  2066  						"currency": "WEMIX",
  2067  						"network": "WEMIX",
  2068  						"show_network_icon": false,
  2069  						"network_label": "WEMIX",
  2070  						"contract": ""
  2071  					},
  2072  					{
  2073  						"currency": "TIA",
  2074  						"network": "CELESTIA",
  2075  						"show_network_icon": false,
  2076  						"network_label": "CELESTIA",
  2077  						"contract": ""
  2078  					},
  2079  					{
  2080  						"currency": "ARB",
  2081  						"network": "ARBITRUM",
  2082  						"show_network_icon": true,
  2083  						"network_label": "ARBITRUM",
  2084  						"contract": "0x912CE59144191C1204E64559FE8253a0e49E6548"
  2085  					},
  2086  					{
  2087  						"currency": "NOT",
  2088  						"network": "NEWTON",
  2089  						"show_network_icon": true,
  2090  						"network_label": "TON",
  2091  						"contract": "EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT"
  2092  					},
  2093  					{
  2094  						"currency": "SWEAT",
  2095  						"network": "NEAR_PROTOCOL",
  2096  						"show_network_icon": true,
  2097  						"network_label": "NEAR",
  2098  						"contract": "token.sweat"
  2099  					},
  2100  					{
  2101  						"currency": "INJ",
  2102  						"network": "INJECTIVE",
  2103  						"show_network_icon": false,
  2104  						"network_label": "INJECTIVE",
  2105  						"contract": ""
  2106  					}
  2107  				],
  2108  				"default_networks": {
  2109  					"BTC": "BITCOIN",
  2110  					"ETH": "ETHEREUM",
  2111  					"BAT": "ETHEREUM",
  2112  					"USDT": "ETHEREUM",
  2113  					"ALGO": "ALGORAND",
  2114  					"TRX": "TRON",
  2115  					"OKB": "ETHEREUM",
  2116  					"BCH": "BITCOINCASH",
  2117  					"DAI": "ETHEREUM",
  2118  					"TON": "NEWTON",
  2119  					"BNB": "BINANCESMARTCHAIN",
  2120  					"1INCH": "BINANCESMARTCHAIN",
  2121  					"NEAR": "NEAR_PROTOCOL",
  2122  					"SOL": "SOLANA",
  2123  					"DOT": "POLKADOT",
  2124  					"ADA": "CARDANO",
  2125  					"KSM": "KUSAMA",
  2126  					"MATIC": "POLYGON",
  2127  					"ATOM": "COSMOS",
  2128  					"AVAX": "AVALANCHE",
  2129  					"XLM": "STELLAR",
  2130  					"XRP": "RIPPLE",
  2131  					"LTC": "LITECOIN",
  2132  					"SAND": "ETHEREUM",
  2133  					"DYDX": "ETHEREUM",
  2134  					"MANA": "ETHEREUM",
  2135  					"USDC": "ETHEREUM",
  2136  					"CRV": "ETHEREUM",
  2137  					"SHIB": "ETHEREUM",
  2138  					"FTM": "FANTOM",
  2139  					"DOGE": "DOGECOIN",
  2140  					"LINK": "ETHEREUM",
  2141  					"XTZ": "TEZOS",
  2142  					"DASH": "DASH",
  2143  					"WEMIX": "WEMIX",
  2144  					"TIA": "CELESTIA",
  2145  					"ARB": "ARBITRUM",
  2146  					"NOT": "NEWTON",
  2147  					"SWEAT": "NEAR_PROTOCOL",
  2148  					"INJ": "INJECTIVE"
  2149  				}
  2150  			}
  2151  		}
  2152  	}`)
  2153  }