API Reference

Retrieve Token Detail

retrieve token detail, including metadata (name, symbol, decimals), logo/image, and verification status.

📘

Supported on Monad Mainnet and Testnet.

🚧

The Monad Mainnet Indexing API is available to Pro tier users. The Monad Testnet Indexing API is accessible to Pro, Basic, and Lite tiers. Free tier members can also enjoy a trial period with 30 free calls. The same request URL is used for both mainnet and testnet. Network selection is handled automatically through the API key.

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 '0x' as prefix. The on-chain address of the token’s smart contract.

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 contract source code and metadata.
    • contractAddress, string - the on-chain address of the token’s smart contract..
    • logo, string - a URL linking to the token’s logo image.
    • symbol, string - the abbreviated symbol of the token (e.g., "fMON").
    • decimals, integer - the number of decimal places used by the token.
    • name, string - the full name of the token.
    • totalSupply, string - the total number of tokens minted.
    • holders, integer - the total number of token holders.
    • website, string - the official website associated with the token or its project.
    • verified, boolean - a boolean indicating whether the token has been verified by MonVision explorer.
Language
Credentials
Header
Click Try It! to start a request and see the response here!