Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于 Coinbase / GDAX REST API 开发人员来说,这是一个简单的问题。
GET /orders/<order-id>对于部分成交的已取消订单,是否可以调用返回 404 Not Found?
GET /orders/<order-id>
不,如果您提出请求GET /orders/<order-id>并且它返回 404 Not Found,这意味着它完全取消了您的订单。
请参阅此处是 GDAX Doc 中已经提到它们的链接。
https://docs.gdax.com/#list-orders