BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Add a query flag to v3 Position API so as to retrieving from indexed data #1189

Closed purplesmoke05 closed 2 years ago

purplesmoke05 commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently, in v3 Position API it takes long time to get balances on an account because it gets data from on-chain token one by one. From a latency perspective, it may be preferable to be able to use the data collected by the indexer batch as account balance information instead.

現状v3 Position APIでは、オンチェーンから1件ずつデータを取得するため、アカウントの残高を取得するのに時間がかかる。 レイテンシを考えると、indexerバッチが収集したデータをアカウント残高の情報として使用できるほうが好ましい場合がある。

Describe the solution you'd like

We would like to add a query flag to v3 Position API whether to enable indexed data or not.

v3 Position APIに、indexデータ有効化するためのクエリパラメータを追加する。