github.com/diadata-org/diadata@v1.4.593/pkg/dia/helpers/queryHelper/data.go (about)

     1  package queryhelper
     2  
     3  // GetData Returns trades
     4  func GetData() string {
     5  	return jsonTrades
     6  }
     7  
     8  const jsonTrades = `[
     9  	{
    10  	  "Time": "2021-07-06T00:00:11Z",
    11  	  "EstimatedUSDPrice": 1.1965241075394928,
    12  	  "Verified": true,
    13  	  "ForeignTradeID": "32efff",
    14  	  "Pair": "DIABTC",
    15  	  "Price": 0.0000336,
    16  	  "Symbol": "DIA",
    17  	  "Volume": 25.76
    18  	},
    19  	{
    20  	  "Time": "2021-07-06T00:00:52Z",
    21  	  "EstimatedUSDPrice": 1.1965241075394928,
    22  	  "Verified": true,
    23  	  "ForeignTradeID": "32f002",
    24  	  "Pair": "DIABTC",
    25  	  "Price": 0.0000336,
    26  	  "Symbol": "DIA",
    27  	  "Volume": 13.36
    28  	},
    29  	{
    30  	  "Time": "2021-07-06T00:01:21Z",
    31  	  "EstimatedUSDPrice": 1.1965241075394928,
    32  	  "Verified": true,
    33  	  "ForeignTradeID": "32f003",
    34  	  "Pair": "DIABTC",
    35  	  "Price": 0.0000336,
    36  	  "Symbol": "DIA",
    37  	  "Volume": 30.92
    38  	},
    39  	{
    40  	  "Time": "2021-07-06T00:01:22Z",
    41  	  "EstimatedUSDPrice": 1.1965241075394928,
    42  	  "Verified": true,
    43  	  "ForeignTradeID": "32f00a",
    44  	  "Pair": "DIABTC",
    45  	  "Price": 0.0000336,
    46  	  "Symbol": "DIA",
    47  	  "Volume": 399.77
    48  	},
    49  	{
    50  	  "Time": "2021-07-06T00:01:23Z",
    51  	  "EstimatedUSDPrice": 1.1965241075394928,
    52  	  "Verified": true,
    53  	  "ForeignTradeID": "32f00b",
    54  	  "Pair": "DIABTC",
    55  	  "Price": 0.0000336,
    56  	  "Symbol": "DIA",
    57  	  "Volume": 9.99
    58  	},
    59  	{
    60  	  "Time": "2021-07-06T00:02:01Z",
    61  	  "EstimatedUSDPrice": 1.1956695433351294,
    62  	  "Verified": true,
    63  	  "ForeignTradeID": "32f00c",
    64  	  "Pair": "DIABTC",
    65  	  "Price": 0.0000336,
    66  	  "Symbol": "DIA",
    67  	  "Volume": 13.33
    68  	},
    69  	{
    70  	  "Time": "2021-07-06T00:02:31Z",
    71  	  "EstimatedUSDPrice": 1.1956695433351294,
    72  	  "Verified": true,
    73  	  "ForeignTradeID": "32f00d",
    74  	  "Pair": "DIABTC",
    75  	  "Price": 0.0000336,
    76  	  "Symbol": "DIA",
    77  	  "Volume": 20.18
    78  	},
    79  	{
    80  	  "Time": "2021-07-06T00:02:34Z",
    81  	  "EstimatedUSDPrice": 1.1956695433351294,
    82  	  "Verified": true,
    83  	  "ForeignTradeID": "32f00e",
    84  	  "Pair": "DIABTC",
    85  	  "Price": 0.0000336,
    86  	  "Symbol": "DIA",
    87  	  "Volume": 182.74
    88  	},
    89  	{
    90  	  "Time": "2021-07-06T00:02:56Z",
    91  	  "EstimatedUSDPrice": 1.1956695433351294,
    92  	  "Verified": true,
    93  	  "ForeignTradeID": "32f00f",
    94  	  "Pair": "DIABTC",
    95  	  "Price": 0.0000336,
    96  	  "Symbol": "DIA",
    97  	  "Volume": 19.88
    98  	},
    99  	{
   100  	  "Time": "2021-07-06T00:03:08Z",
   101  	  "EstimatedUSDPrice": 1.1956695433351294,
   102  	  "Verified": true,
   103  	  "ForeignTradeID": "32f010",
   104  	  "Pair": "DIABTC",
   105  	  "Price": 0.0000336,
   106  	  "Symbol": "DIA",
   107  	  "Volume": 3.56
   108  	},
   109  	{
   110  	  "Time": "2021-07-06T00:03:09Z",
   111  	  "EstimatedUSDPrice": 1.1992280836426745,
   112  	  "Verified": true,
   113  	  "ForeignTradeID": "32f012",
   114  	  "Pair": "DIABTC",
   115  	  "Price": 0.0000337,
   116  	  "Symbol": "DIA",
   117  	  "Volume": 3.56
   118  	},
   119  	{
   120  	  "Time": "2021-07-06T00:03:26Z",
   121  	  "EstimatedUSDPrice": 1.1956695433351294,
   122  	  "Verified": true,
   123  	  "ForeignTradeID": "32f013",
   124  	  "Pair": "DIABTC",
   125  	  "Price": 0.0000336,
   126  	  "Symbol": "DIA",
   127  	  "Volume": 17.95
   128  	},
   129  	{
   130  	  "Time": "2021-07-06T00:03:36Z",
   131  	  "EstimatedUSDPrice": 1.1956695433351294,
   132  	  "Verified": true,
   133  	  "ForeignTradeID": "32f014",
   134  	  "Pair": "DIABTC",
   135  	  "Price": 0.0000336,
   136  	  "Symbol": "DIA",
   137  	  "Volume": 20.52
   138  	},
   139  	{
   140  	  "Time": "2021-07-06T00:04:01Z",
   141  	  "EstimatedUSDPrice": 1.199518761404118,
   142  	  "Verified": true,
   143  	  "ForeignTradeID": "32f015",
   144  	  "Pair": "DIABTC",
   145  	  "Price": 0.0000337,
   146  	  "Symbol": "DIA",
   147  	  "Volume": 25.37
   148  	},
   149  	{
   150  	  "Time": "2021-07-06T00:04:36Z",
   151  	  "EstimatedUSDPrice": 1.199518761404118,
   152  	  "Verified": true,
   153  	  "ForeignTradeID": "32f016",
   154  	  "Pair": "DIABTC",
   155  	  "Price": 0.0000337,
   156  	  "Symbol": "DIA",
   157  	  "Volume": 20.46
   158  	},
   159  	{
   160  	  "Time": "2021-07-06T00:05:11Z",
   161  	  "EstimatedUSDPrice": 1.1959593585512869,
   162  	  "Verified": true,
   163  	  "ForeignTradeID": "32f017",
   164  	  "Pair": "DIABTC",
   165  	  "Price": 0.0000336,
   166  	  "Symbol": "DIA",
   167  	  "Volume": 15.04
   168  	},
   169  	{
   170  	  "Time": "2021-07-06T00:05:25Z",
   171  	  "EstimatedUSDPrice": 1.199518761404118,
   172  	  "Verified": true,
   173  	  "ForeignTradeID": "32f018",
   174  	  "Pair": "DIABTC",
   175  	  "Price": 0.0000337,
   176  	  "Symbol": "DIA",
   177  	  "Volume": -1900
   178  	},
   179  	{
   180  	  "Time": "2021-07-06T00:05:31Z",
   181  	  "EstimatedUSDPrice": 1.1959593585512869,
   182  	  "Verified": true,
   183  	  "ForeignTradeID": "32f019",
   184  	  "Pair": "DIABTC",
   185  	  "Price": 0.0000336,
   186  	  "Symbol": "DIA",
   187  	  "Volume": 11.56
   188  	},
   189  	{
   190  	  "Time": "2021-07-06T00:05:46Z",
   191  	  "EstimatedUSDPrice": 1.1959593585512869,
   192  	  "Verified": true,
   193  	  "ForeignTradeID": "32f01a",
   194  	  "Pair": "DIABTC",
   195  	  "Price": 0.0000336,
   196  	  "Symbol": "DIA",
   197  	  "Volume": 32.21
   198  	},
   199  	{
   200  	  "Time": "2021-07-06T00:06:16Z",
   201  	  "EstimatedUSDPrice": 1.1968211162674613,
   202  	  "Verified": true,
   203  	  "ForeignTradeID": "32f01b",
   204  	  "Pair": "DIABTC",
   205  	  "Price": 0.0000336,
   206  	  "Symbol": "DIA",
   207  	  "Volume": 25.84
   208  	},
   209  	{
   210  	  "Time": "2021-07-06T00:06:20Z",
   211  	  "EstimatedUSDPrice": 1.2039450514833394,
   212  	  "Verified": true,
   213  	  "ForeignTradeID": "32f01c",
   214  	  "Pair": "DIABTC",
   215  	  "Price": 0.0000338,
   216  	  "Symbol": "DIA",
   217  	  "Volume": -72.58
   218  	},
   219  	{
   220  	  "Time": "2021-07-06T00:07:16Z",
   221  	  "EstimatedUSDPrice": 1.2003830838754004,
   222  	  "Verified": true,
   223  	  "ForeignTradeID": "32f01d",
   224  	  "Pair": "DIABTC",
   225  	  "Price": 0.0000337,
   226  	  "Symbol": "DIA",
   227  	  "Volume": 26.89
   228  	},
   229  	{
   230  	  "Time": "2021-07-06T00:08:01Z",
   231  	  "EstimatedUSDPrice": 1.2003830838754004,
   232  	  "Verified": true,
   233  	  "ForeignTradeID": "32f01e",
   234  	  "Pair": "DIABTC",
   235  	  "Price": 0.0000337,
   236  	  "Symbol": "DIA",
   237  	  "Volume": 17.42
   238  	},
   239  	{
   240  	  "Time": "2021-07-06T00:08:11Z",
   241  	  "EstimatedUSDPrice": 1.2039450514833394,
   242  	  "Verified": true,
   243  	  "ForeignTradeID": "32f01f",
   244  	  "Pair": "DIABTC",
   245  	  "Price": 0.0000338,
   246  	  "Symbol": "DIA",
   247  	  "Volume": -21.56
   248  	},
   249  	{
   250  	  "Time": "2021-07-06T00:08:26Z",
   251  	  "EstimatedUSDPrice": 1.2003830838754004,
   252  	  "Verified": true,
   253  	  "ForeignTradeID": "32f020",
   254  	  "Pair": "DIABTC",
   255  	  "Price": 0.0000337,
   256  	  "Symbol": "DIA",
   257  	  "Volume": 31.64
   258  	},
   259  	{
   260  	  "Time": "2021-07-06T00:09:01Z",
   261  	  "EstimatedUSDPrice": 1.2003830838754004,
   262  	  "Verified": true,
   263  	  "ForeignTradeID": "32f021",
   264  	  "Pair": "DIABTC",
   265  	  "Price": 0.0000337,
   266  	  "Symbol": "DIA",
   267  	  "Volume": 19.05
   268  	},
   269  	{
   270  	  "Time": "2021-07-06T00:09:21Z",
   271  	  "EstimatedUSDPrice": 1.2003830838754004,
   272  	  "Verified": true,
   273  	  "ForeignTradeID": "32f022",
   274  	  "Pair": "DIABTC",
   275  	  "Price": 0.0000337,
   276  	  "Symbol": "DIA",
   277  	  "Volume": 30.3
   278  	},
   279  	{
   280  	  "Time": "2021-07-06T00:10:06Z",
   281  	  "EstimatedUSDPrice": 1.200501385657115,
   282  	  "Verified": true,
   283  	  "ForeignTradeID": "32f023",
   284  	  "Pair": "DIABTC",
   285  	  "Price": 0.0000337,
   286  	  "Symbol": "DIA",
   287  	  "Volume": 25.41
   288  	},
   289  	{
   290  	  "Time": "2021-07-06T00:10:20Z",
   291  	  "EstimatedUSDPrice": 1.200501385657115,
   292  	  "Verified": true,
   293  	  "ForeignTradeID": "32f024",
   294  	  "Pair": "DIABTC",
   295  	  "Price": 0.0000337,
   296  	  "Symbol": "DIA",
   297  	  "Volume": 2220.29
   298  	},
   299  	{
   300  	  "Time": "2021-07-06T00:10:30Z",
   301  	  "EstimatedUSDPrice": 1.200501385657115,
   302  	  "Verified": true,
   303  	  "ForeignTradeID": "32f025",
   304  	  "Pair": "DIABTC",
   305  	  "Price": 0.0000337,
   306  	  "Symbol": "DIA",
   307  	  "Volume": 100
   308  	},
   309  	{
   310  	  "Time": "2021-07-06T00:10:41Z",
   311  	  "EstimatedUSDPrice": 1.1969390670053133,
   312  	  "Verified": true,
   313  	  "ForeignTradeID": "32f026",
   314  	  "Pair": "DIABTC",
   315  	  "Price": 0.0000336,
   316  	  "Symbol": "DIA",
   317  	  "Volume": 30.83
   318  	},
   319  	{
   320  	  "Time": "2021-07-06T00:11:07Z",
   321  	  "EstimatedUSDPrice": 1.200501385657115,
   322  	  "Verified": true,
   323  	  "ForeignTradeID": "32f027",
   324  	  "Pair": "DIABTC",
   325  	  "Price": 0.0000337,
   326  	  "Symbol": "DIA",
   327  	  "Volume": -903.92
   328  	},
   329  	{
   330  	  "Time": "2021-07-06T00:11:11Z",
   331  	  "EstimatedUSDPrice": 1.200501385657115,
   332  	  "Verified": true,
   333  	  "ForeignTradeID": "32f028",
   334  	  "Pair": "DIABTC",
   335  	  "Price": 0.0000337,
   336  	  "Symbol": "DIA",
   337  	  "Volume": 12.91
   338  	},
   339  	{
   340  	  "Time": "2021-07-06T00:11:21Z",
   341  	  "EstimatedUSDPrice": 1.200501385657115,
   342  	  "Verified": true,
   343  	  "ForeignTradeID": "32f029",
   344  	  "Pair": "DIABTC",
   345  	  "Price": 0.0000337,
   346  	  "Symbol": "DIA",
   347  	  "Volume": 1987.09
   348  	},
   349  	{
   350  	  "Time": "2021-07-06T00:11:27Z",
   351  	  "EstimatedUSDPrice": 1.200501385657115,
   352  	  "Verified": true,
   353  	  "ForeignTradeID": "32f02a",
   354  	  "Pair": "DIABTC",
   355  	  "Price": 0.0000337,
   356  	  "Symbol": "DIA",
   357  	  "Volume": 93.27
   358  	},
   359  	{
   360  	  "Time": "2021-07-06T00:11:28Z",
   361  	  "EstimatedUSDPrice": 1.200501385657115,
   362  	  "Verified": true,
   363  	  "ForeignTradeID": "32f02c",
   364  	  "Pair": "DIABTC",
   365  	  "Price": 0.0000337,
   366  	  "Symbol": "DIA",
   367  	  "Volume": -93.27
   368  	},
   369  	{
   370  	  "Time": "2021-07-06T00:11:41Z",
   371  	  "EstimatedUSDPrice": 1.200501385657115,
   372  	  "Verified": true,
   373  	  "ForeignTradeID": "32f02d",
   374  	  "Pair": "DIABTC",
   375  	  "Price": 0.0000337,
   376  	  "Symbol": "DIA",
   377  	  "Volume": 22.85
   378  	},
   379  	{
   380  	  "Time": "2021-07-06T00:12:04Z",
   381  	  "EstimatedUSDPrice": 1.2049023207661647,
   382  	  "Verified": true,
   383  	  "ForeignTradeID": "32f02e",
   384  	  "Pair": "DIABTC",
   385  	  "Price": 0.0000338,
   386  	  "Symbol": "DIA",
   387  	  "Volume": -295.86
   388  	},
   389  	{
   390  	  "Time": "2021-07-06T00:12:11Z",
   391  	  "EstimatedUSDPrice": 1.2013375210005843,
   392  	  "Verified": true,
   393  	  "ForeignTradeID": "32f031",
   394  	  "Pair": "DIABTC",
   395  	  "Price": 0.0000337,
   396  	  "Symbol": "DIA",
   397  	  "Volume": -1805.56
   398  	},
   399  	{
   400  	  "Time": "2021-07-06T00:12:46Z",
   401  	  "EstimatedUSDPrice": 1.2013375210005843,
   402  	  "Verified": true,
   403  	  "ForeignTradeID": "32f032",
   404  	  "Pair": "DIABTC",
   405  	  "Price": 0.0000337,
   406  	  "Symbol": "DIA",
   407  	  "Volume": 20.76
   408  	},
   409  	{
   410  	  "Time": "2021-07-06T00:13:06Z",
   411  	  "EstimatedUSDPrice": 1.1977727212350038,
   412  	  "Verified": true,
   413  	  "ForeignTradeID": "32f033",
   414  	  "Pair": "DIABTC",
   415  	  "Price": 0.0000336,
   416  	  "Symbol": "DIA",
   417  	  "Volume": 20.87
   418  	},
   419  	{
   420  	  "Time": "2021-07-06T00:13:26Z",
   421  	  "EstimatedUSDPrice": 1.1977727212350038,
   422  	  "Verified": true,
   423  	  "ForeignTradeID": "32f034",
   424  	  "Pair": "DIABTC",
   425  	  "Price": 0.0000336,
   426  	  "Symbol": "DIA",
   427  	  "Volume": 28.61
   428  	},
   429  	{
   430  	  "Time": "2021-07-06T00:14:06Z",
   431  	  "EstimatedUSDPrice": 1.1979571367266786,
   432  	  "Verified": true,
   433  	  "ForeignTradeID": "32f035",
   434  	  "Pair": "DIABTC",
   435  	  "Price": 0.0000336,
   436  	  "Symbol": "DIA",
   437  	  "Volume": 31.5
   438  	},
   439  	{
   440  	  "Time": "2021-07-06T00:16:16Z",
   441  	  "EstimatedUSDPrice": 1.1983157360727934,
   442  	  "Verified": true,
   443  	  "ForeignTradeID": "32f03a",
   444  	  "Pair": "DIABTC",
   445  	  "Price": 0.0000336,
   446  	  "Symbol": "DIA",
   447  	  "Volume": 29.46
   448  	},
   449  	{
   450  	  "Time": "2021-07-06T00:16:33Z",
   451  	  "EstimatedUSDPrice": 1.1983157360727934,
   452  	  "Verified": true,
   453  	  "ForeignTradeID": "32f03b",
   454  	  "Pair": "DIABTC",
   455  	  "Price": 0.0000336,
   456  	  "Symbol": "DIA",
   457  	  "Volume": 3.62
   458  	},
   459  	{
   460  	  "Time": "2021-07-06T00:16:56Z",
   461  	  "EstimatedUSDPrice": 1.1983157360727934,
   462  	  "Verified": true,
   463  	  "ForeignTradeID": "32f03c",
   464  	  "Pair": "DIABTC",
   465  	  "Price": 0.0000336,
   466  	  "Symbol": "DIA",
   467  	  "Volume": 32.16
   468  	},
   469  	{
   470  	  "Time": "2021-07-06T00:17:19Z",
   471  	  "EstimatedUSDPrice": 1.2018821519539626,
   472  	  "Verified": true,
   473  	  "ForeignTradeID": "32f03e",
   474  	  "Pair": "DIABTC",
   475  	  "Price": 0.0000337,
   476  	  "Symbol": "DIA",
   477  	  "Volume": -70.77
   478  	},
   479  	{
   480  	  "Time": "2021-07-06T00:17:31Z",
   481  	  "EstimatedUSDPrice": 1.1983157360727934,
   482  	  "Verified": true,
   483  	  "ForeignTradeID": "32f03f",
   484  	  "Pair": "DIABTC",
   485  	  "Price": 0.0000336,
   486  	  "Symbol": "DIA",
   487  	  "Volume": 28.86
   488  	},
   489  	{
   490  	  "Time": "2021-07-06T00:18:11Z",
   491  	  "EstimatedUSDPrice": 1.2033378344429937,
   492  	  "Verified": true,
   493  	  "ForeignTradeID": "32f040",
   494  	  "Pair": "DIABTC",
   495  	  "Price": 0.0000336,
   496  	  "Symbol": "DIA",
   497  	  "Volume": 27.29
   498  	},
   499  	{
   500  	  "Time": "2021-07-06T00:18:46Z",
   501  	  "EstimatedUSDPrice": 1.2033378344429937,
   502  	  "Verified": true,
   503  	  "ForeignTradeID": "32f041",
   504  	  "Pair": "DIABTC",
   505  	  "Price": 0.0000336,
   506  	  "Symbol": "DIA",
   507  	  "Volume": 33.17
   508  	},
   509  	{
   510  	  "Time": "2021-07-06T00:19:36Z",
   511  	  "EstimatedUSDPrice": 1.2033378344429937,
   512  	  "Verified": true,
   513  	  "ForeignTradeID": "32f043",
   514  	  "Pair": "DIABTC",
   515  	  "Price": 0.0000336,
   516  	  "Symbol": "DIA",
   517  	  "Volume": 11.5
   518  	},
   519  	{
   520  	  "Time": "2021-07-06T00:19:56Z",
   521  	  "EstimatedUSDPrice": 1.2033378344429937,
   522  	  "Verified": true,
   523  	  "ForeignTradeID": "32f044",
   524  	  "Pair": "DIABTC",
   525  	  "Price": 0.0000336,
   526  	  "Symbol": "DIA",
   527  	  "Volume": 24.68
   528  	},
   529  	{
   530  	  "Time": "2021-07-06T00:20:21Z",
   531  	  "EstimatedUSDPrice": 1.1999602012359745,
   532  	  "Verified": true,
   533  	  "ForeignTradeID": "32f045",
   534  	  "Pair": "DIABTC",
   535  	  "Price": 0.0000335,
   536  	  "Symbol": "DIA",
   537  	  "Volume": 30.84
   538  	},
   539  	{
   540  	  "Time": "2021-07-06T00:20:24Z",
   541  	  "EstimatedUSDPrice": 1.2035421719859323,
   542  	  "Verified": true,
   543  	  "ForeignTradeID": "32f047",
   544  	  "Pair": "DIABTC",
   545  	  "Price": 0.0000336,
   546  	  "Symbol": "DIA",
   547  	  "Volume": -46.99
   548  	},
   549  	{
   550  	  "Time": "2021-07-06T00:21:01Z",
   551  	  "EstimatedUSDPrice": 1.1999602012359745,
   552  	  "Verified": true,
   553  	  "ForeignTradeID": "32f048",
   554  	  "Pair": "DIABTC",
   555  	  "Price": 0.0000335,
   556  	  "Symbol": "DIA",
   557  	  "Volume": 20.45
   558  	},
   559  	{
   560  	  "Time": "2021-07-06T00:21:07Z",
   561  	  "EstimatedUSDPrice": 1.2035421719859323,
   562  	  "Verified": true,
   563  	  "ForeignTradeID": "32f049",
   564  	  "Pair": "DIABTC",
   565  	  "Price": 0.0000336,
   566  	  "Symbol": "DIA",
   567  	  "Volume": -42.78
   568  	},
   569  	{
   570  	  "Time": "2021-07-06T00:21:15Z",
   571  	  "EstimatedUSDPrice": 1.1999602012359745,
   572  	  "Verified": true,
   573  	  "ForeignTradeID": "32f04a",
   574  	  "Pair": "DIABTC",
   575  	  "Price": 0.0000335,
   576  	  "Symbol": "DIA",
   577  	  "Volume": 2580.53
   578  	}
   579    ]`