GDAX API Always Returns Http 400 “Invalid Signature” Even though I do it exactly like in the API Doc
问题 I am following the directions in the GDAX API manual exactly as described. I literally copy-pasted the node.js code from there. I am just trying to do a basic limit-buy-order through their API, nothing special. My permissions for the api key are set to allow everything. const crypto = require('crypto'); const https = require('https'); var pw = '..haha not showing you this..'; var secret = '..haha not showing you this..'; var timestamp = Date.now() / 1000; var requestPath = '/orders'; var body