We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes the HTTP API returns fields with capitalized keys and sometimes not. Maybe has something to do with streaming?
Example:
$ curl localhost:3453/api/orderbook/asks {"price":"1","size":"5000000000","owner":"fcqup6fswj2w8kkkryyf85wtfz66j99tx85uvjgan","id":22} {"price":"5","size":"10","owner":"fcqaany0rx436dwjyuy3u8hsel87z2wmgdvelea3z","id":5} {"price":"2.5","size":"200000","owner":"fcqdsls5fz64x0xleupt6dnq9gtveke056q0zrsua","id":9} {"price":"1","size":"3221225472","owner":"fcq3qu2y50rwaq5h9ewl25h7jcrxxl7wmd45sa8w3","id":15} {"price":"3","size":"5000000","owner":"fcqdft745rauztq9adatanx6q3a4mv0rvtfl6gfuk","id":8} {"price":"2.6","size":"200001","owner":"fcqyv0v8ctwzd9vd8gu4f683y6vyvyh8ru5ffyn3s","id":19} {"price":"1","size":"10","owner":"fcq5y65n23xdkcx2ymakflxpxqhkvewnwswp0me52","id":0}
$ curl localhost:3453/api/wallet/addrs/ls {"Address":"fcqw66dxelsajhpzz3t4z3mzmpueypedlqfef34w8"}
The text was updated successfully, but these errors were encountered:
Thanks for the report. We're going to overhaul our output encoding, I'll make sure this item is on the radar for that.
Sorry, something went wrong.
FYI @eingenito
Should be resolved by #3098
No branches or pull requests
Sometimes the HTTP API returns fields with capitalized keys and sometimes not. Maybe has something to do with streaming?
Example:
Non-capitalized
Capitalized
The text was updated successfully, but these errors were encountered: