question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bitstamp fetchOrderStatus fill throw Exception

See original GitHub issue

In the v2 API of Bitstamp fetchOrderStatus you are referencing a not existing API definition privatePostOrderStatus .

In v1 privatePostOrderStatus is defined but not in v2. Maybe we just add it back.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
quorakcommented, Sep 26, 2017

this works. thanks.

1reaction
quorakcommented, Sep 23, 2017

I’m sorry. it seems like the order_status endpoint is not supported for v2. Not sure if it is a bug on bitstamp or intended. The requests returns a POST Only Endpoint response, even though you make a Post requests. going to the v1 API, it works as expected.

Check https://github.com/krystianity/node-bitstamp/blob/5a56f9cfacb2a820a71a5938a8ba03a79b89f5eb/lib/Bitstamp.js#L22 and https://github.com/krystianity/node-bitstamp/blob/5a56f9cfacb2a820a71a5938a8ba03a79b89f5eb/lib/Bitstamp.js#L198 they also switch between the Versions. Very strange Endpoint.

Read more comments on GitHub >

github_iconTop Results From Across the Web

API: Trade with custom written software - Bitstamp
Find the parameters you need to create your own trading software using the Bitstamp API. Control your account remotely through our application programming ......
Read more >
SqlDataAdapter.Fill method is throws SqlException when the ...
our c# application uses SqlDataAdapter to fetch data from the DB to present in a report. For some reason the SqlDataAdapter.Fill method is ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found