Post
Topic
Board Exchanges
Problem using /order/new API
by
mostar
on 10/01/2014, 09:56:21 UTC
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/status

the 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/new

You receive the message:

"The page you were looking for doesn't exist."



Please assist