Hello,
I'm having a problem using some of the API commands like "/order/new". Most of the commands I check work fine.
https://api.bitfinex.com/v1/order/new not return valid respond when I'm using my key/secret for post new order.
You can see the problem even without user key/secret or posting the right parameters.
For example when you try to access:
https://api.bitfinex.com/v1/order/statusthe return message is:
{"message":"X-BFX-APIKEY header was not sent."}
Which is reasonable.
But when you try to access:
https://api.bitfinex.com/v1/order/newYou receive the message:
"The page you were looking for doesn't exist."
Please assist