issues
search
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] Replace `token_address` with `token_address_list` in lock event API query
#1344
Closed
purplesmoke05
closed
1 year ago
purplesmoke05
commented
1 year ago
Is your feature request related to a problem? Please describe.
There is
token_address
query parameter in lock event API and it can return data related to single token.
In some cases, we want to get lock events related to given multiple token.
Describe the solution you'd like
Replace
token_address
with
token_address_list
in lock event API query so as to return lock events related to multiple token.
Is your feature request related to a problem? Please describe.
token_address
query parameter in lock event API and it can return data related to single token.Describe the solution you'd like
token_address
withtoken_address_list
in lock event API query so as to return lock events related to multiple token.