get https://api.blockvision.org/v2/monad/account/tokens
Returns all tokens currently held by any given address on the Monad Testnet, including the native Monad coin and ERC-20 tokens.
Supported on Monad Testnet.
The Account Tokens API on Monad is currently available to our paid Members. Free tier members can also enjoy a trial period with 30 free calls. If you're interested, please register directly through here. Please note that the API Key can also be used for your RPC endpoint.
Parameter
address
,string
- a 42 character address with '0 x' as prefix. The wallet address to check for ERC-20 tokens.
Response
code
,number
- response status code, e.g.,0
for success.reason
,string
- reason message if there's an error.message
,string
- response message, e.g.,OK
.result
,object
- result object containing token data.data
,array object
- an array of token objects representing the wallet's token balances.contractAddress
,string
- the address of the ERC-20 token contract.name
,string
- the name of the token.imageURL
,string
- URL to the token's icon image.symbol
,string
- the symbol of the token.price
,string
- the price of the token in USD (if available).decimal
,number
- the number of decimal places supported by the token.balance
,string
- the balance of the token within the wallet.verified
,boolean
- whether the token is verified.
total
,number
- the total number of tokens in the wallet.firstSeen
,number
- timestamp of when the wallet was first seen on the blockchain.usdValue
,number
- total value of all tokens in USD.