Skip to content

Commit

Permalink
Merge pull request #361 from MoralisWeb3/cu-getWalletTokenBalancesPrice
Browse files Browse the repository at this point in the history
Cu get wallet token balances price
  • Loading branch information
Nazeim authored Feb 16, 2024
2 parents 000e8a2 + d158dbb commit c13bbd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ The verification feature is currently available for NFT collections on the follo
- BNB Smart Chain
- Arbitrum
- Avalanche
- Base
- Optimism
6 changes: 6 additions & 0 deletions docs/configs/api-reference/compute-units.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
"price": 10,
"rateLimitCost": 5
},
{
"endpoint": "getWalletTokenBalancesPrice",
"path": "/{address}/tokens",
"price": 10,
"rateLimitCost": 5
},
{
"endpoint": "getTokenTransfers",
"path": "/{address}/erc20/transfers",
Expand Down

0 comments on commit c13bbd1

Please sign in to comment.