Can someone help identify why coinbase returns a 403 with {“error”:“unknown”,“error_details”:“missing required scopes”,“message”:“missing required scopes”} for this request:
Requesting POST https://api.coinbase.com/api/v3/brokerage/orders with params None and data {‘client_order_id’: ‘CBAT-SEHUD6067306c76680de8626114’, ‘product_id’: ‘ETH-USD’, ‘side’: ‘SELL’, ‘order_configuration’: {‘limit_limit_gtc’: {‘base_size’: ‘0.00609756’, ‘limit_price’: ‘1669.52’, ‘post_only’: False}}}
@Anushree Thank you for the reply. I did try to file a ticket. In any case the issue was not with the API, but with the API key I was using (if I remember correctly)
Thank you
I suspect there is a bug here. It seems the scope “wallet:transactions:read” grants access to listing orders despite the documentation saying that it is “wallet:orders:read”