Open mattiaferrari02 opened 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?
6977
6976
6978
page_size
I tried this request
Tried also the request with different maket ids
6977
,6976
,6978
. And i tried also changing thepage_size
. But the response doesn't change but it returned an empty json, did I do something wrong?