APIバージョン 2023-07-03
API の詳細な変更点
{/ This version changes how you access asset_management accounts on LINK API. asset_management accounts have the purpose of investing money. However, until now they were returned by the personal accounts API, which was misleading. From this API version asset_management accounts are returned by the investment accounts API and you can get positions from the positions API. /}
このバージョンでは、LINK APIでsub_typeがasset_managementの口座を取得する方法が変更されます。asset_managementの口座は資産運用を目的としています。しかし、これまでは個人口座APIから返されていたため、誤解を招く恐れがありました。今回のAPIバージョンから、asset_management の口座は投資用口座APIから返されるようになります。asset_managementの口座は保有資産明細APIからポジションを取得できます。
{/ You need the investment_accounts_read scope to access the investment accounts API and the investment_transactions_read scope to access the positions API. /}
投資用口座APIにアクセスするにはinvestment_accounts_readスコープが、保有資産明細APIにアクセスするにはinvestment_transactions_readスコープが必要です。
{/ The reason for this change is to make LINK API easier to understand and use. Investment accounts returned by the investment accounts API. Personal accounts are only returned by the personal accounts API /}
この変更により、投資口座は投資用口座API から取得され、個人口座は個人口座APIから適切に取得されるため、LINK APIをより直感的にご利用いただけます。
{/ To use this version, please set the Moneytree-API-Version header to 2023-07-03. For details on how versioning works see Moneytree LINK API バージョン /}
このバージョンを使用するには、Moneytree-API-Version ヘッダを 2023-07-03 に設定してください。バージョン管理の仕組みについては、Moneytree LINK API バージョン をご参照ください。
{/*
- Removed deprecated response attributes
account_type,institution_id. - No longer return
asset_managementas one of the value foraccount_subtypeattribute. - 4xx responses now includes error message(s).
*/}
- 非推奨のレスポンス属性
account_type、institution_id、current_balance_data_sourceを削除しました。 account_subtype属性の値として、asset_managementを返さなくなりました。- 4xxレスポンスにエラーメッセージが含まれるようになりました。
{/*
- Removed deprecated response attributes
account_type,institution_id. - Attribute
account_subtypenow includesasset_managementas one of the returned value. - 4xx responses now includes error message(s).
*/}
- 非推奨のレスポンス属性
account_type、institution_idを削除しました。 account_subtype属性は、asset_managementを返り値の 1 つに含むようになりました。- 4xx レスポンスにエラー・メッセージが含まれるようになりました。
バージョンサポート終了のお知らせ2023-04-26
2023-04-26{/ Support for API version 2023-04-26 ends on 2025-08-31. After 2025-08-31 we don’t guarantee the operation of the old API version and don’t provide any support other than questions related to migration to the new versions. /}
APIバージョン2023-04-26のサポートは2025年8月31日で終了します。2025年08月31日以降、旧APIバージョンの動作保証、新バージョンへの移行に関する質問以外のサポートは行いません。