Having issues getting open and fill orders:
I have get accounts, create orders, and cancel orders working, so my signing and timestamp should be working.
Currently I have all the permissions for the api.
This is run from windows.
curl
“https://coinbase.com/api/v3/brokerage/orders/historical/batch”
-H “CB-ACCESS-KEY: xxxxxxxxxxxxxxxx”
-H “CB-ACCESS-SIGN: xxxxxxxxxxxxxxx”
-H “CB-ACCESS-TIMESTAMP: 1670810402”
-H "accept: application/json’
Result:
Returns Unauthorized
curl “https://coinbase.com/api/v3/brokerage/orders/historical/fills?limit=100&product_id=BTC-USD” -H “CB-ACCESS-KEY: xxxxxxxxxxxxxxxxxxxxxxxxxxxx” -H “CB-ACCESS-SIGN: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx” -H “CB-ACCESS-TIMESTAMP: 1670814747” -H "accept: application/json’
Result: Unauthorized