binance / binance-api-postman

Postman collection for Binance Public API, including spot, margin, futures, etc.
MIT License
1.34k stars 893 forks source link

Cannot get exercised orders from eapi/v1/order #186

Closed yury-dubinin closed 2 years ago

yury-dubinin commented 2 years ago

Hey guys,

when I am trying to get exercised order(s) from /eapi/v1/order?symbol=ETH-221007-1600-C it returns an error: Param orderIds or clientOrderIds must be sent, but both were empty/null

image

If I try to use orderId(s) param it returns error: Signature for this request is not valid.

image
yury-dubinin commented 2 years ago

looks like endpoint name should be /exerciseRecord. I guess, you can update it.

2pd commented 2 years ago

Thanks for feedback, we will update the collection.

2pd commented 2 years ago

https://github.com/binance/binance-api-postman/pull/187