API Reference

Retrieve Token Detail

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

📘

Supported on Monad Testnet.

🚧

The Token Detail 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 '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.
    • 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!