Open tr8dr opened 3 years ago
URL [Historical data pull](https://api.polygon.io/v1/historic/crypto/ETH/USD/2020-01-03?reverse=false&limit=500&apiKey=
Result Exchange 6 (Bitstamp), has condition 0 and not a 1 = Sell, or 2 = Buy. Bitstamp does provide buy or sell designation in their market data.
Expected Result Data should show: { ... "c": [1] ... } or { ... "c": [2] ... }
{ ... "c": [1] ... }
{ ... "c": [2] ... }
I've brought this up to the team to take a look.
URL [Historical data pull](https://api.polygon.io/v1/historic/crypto/ETH/USD/2020-01-03?reverse=false&limit=500&apiKey=
Result Exchange 6 (Bitstamp), has condition 0 and not a 1 = Sell, or 2 = Buy. Bitstamp does provide buy or sell designation in their market data.
Expected Result Data should show:
{ ... "c": [1] ... }
or{ ... "c": [2] ... }