This commit is contained in:
Carlos R. Mercado 2022-08-31 17:37:30 -04:00
parent 80d0f4914f
commit 9c7e992f1a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
\usage{
address_time_weighted_token_balance(
token_address,
min_tokens = 1e-04,
min_tokens = 0.01,
block_min = 0,
block_max,
amount_weighting = TRUE,

View File

@ -6,7 +6,7 @@
\usage{
address_token_balance(
token_address,
min_tokens = 1e-04,
min_tokens = 0.01,
block_max,
api_key = api_key
)