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
Accept-Datetime-Format works correctly in api-fxpractice.oanda.com but is ignored in live (Unix always returned).
curl -H "Content-Type: application/json" -H "Accept-Datetime-Format: RFC3339" -H "Authorization: Bearer " "https://api-fxtrade.oanda.com/v3/instruments/AU200_AUD/candles?price=M&granularity=M1&includeFirst=false&count=10&from=2017-03-03T11%3A22%3A11.000000Z"
The text was updated successfully, but these errors were encountered:
see oanda/v20-python#22 (comment)
Sorry, something went wrong.
It is indeed. Thank you. I'll try to check v20-pyphon also next time.
No branches or pull requests
Accept-Datetime-Format works correctly in api-fxpractice.oanda.com but is ignored in live (Unix always returned).
curl
-H "Content-Type: application/json"
-H "Accept-Datetime-Format: RFC3339"
-H "Authorization: Bearer "
"https://api-fxtrade.oanda.com/v3/instruments/AU200_AUD/candles?price=M&granularity=M1&includeFirst=false&count=10&from=2017-03-03T11%3A22%3A11.000000Z"
The text was updated successfully, but these errors were encountered: