Is your feature request related to a problem? Please describe.
There are use cases where token details data should also be retrieved for tokens with is_public=False set.
(There may not even have been a reason to limit it to only is_public=True in the first place.)
Describe the solution you'd like
Fetch token details data also for tokens with is_public=False.
Is your feature request related to a problem? Please describe.
There are use cases where token details data should also be retrieved for tokens with
is_public=False
set. (There may not even have been a reason to limit it to onlyis_public=True
in the first place.)Describe the solution you'd like
is_public=False
.is_public=True
https://github.com/BoostryJP/ibet-Wallet-API/blob/44dd25f4f90c87d3be2bb61499971267c1e7d657/batch/indexer_Token_Detail.py#L115 https://github.com/BoostryJP/ibet-Wallet-API/blob/44dd25f4f90c87d3be2bb61499971267c1e7d657/batch/indexer_Token_Detail_ShortTerm.py#L134