tdex-network / tdex-analytics

Analytics and Historical data feed about TDEX Network
MIT License
0 stars 6 forks source link

Request using PREDEFINED_PERIOD = LAST_YEAR returns empty json `{}` #60

Open mattiaferrari02 opened 1 year ago

mattiaferrari02 commented 1 year ago

I tried this request

grpcurl -protoset fd.bin -d '{ "time_range": { "predefined_period": 7  }, "market_ids": ["6977"], "reference_currency": "usd", "page": { "page_size": 900 }, "time_frame": 5  }' stage-tdex-analytics.xdex.ch:443  tdexa.v1.Analytics/MarketsPrices 

Tried also the request with different maket ids 6977, 6976, 6978. And i tried also changing the page_size. But the response doesn't change but it returned an empty json, did I do something wrong?