アカウント情報の取得
curl -H "Authorization: Bearer ...access token..." https://api-fxtrade.oanda.com/v3/accounts
- api-fxtradeは本番アカウント用、api-fxpracticeはデモアカウント用です。
- 本番アカウントのtokenはpracticeでは使用できませんpracticeで本番用のtokenを使うと下記のようなエラーになります
{"errorMessage":"Insufficient authorization to perform request."}
参考 https://stackoverflow.com/questions/41443556/sending-an-order-to-oanda