TOKEN API

Intro

  • /token/account Return information about an ERC20, BEP20, or TRC20 account, typically including the total valuation, valuation unit, account ID (if available), account name (if available), creation time (if available), and other relevant details.

  • /token/balance Retrieve the balance of a specified token contract in an address.

  • /token/metadata Return relevant information about a token contract address, including the token name, symbol, total supply, precision, and other related details.

Chains Supported

MethodEthereumPolygonBNB ChainArbitrumOptimismTRON

/token/account

βœ…

βœ…

βœ…

βœ…

βœ…

βœ…

/token/balance

βœ…

βœ…

βœ…

βœ…

βœ…

βœ…

/token/metadata

βœ…

βœ…

βœ…

βœ…

βœ…

βœ…

Usage Instructions

We recommend accessing the TOKEN API by appending it to your connection endpoint URL. Here's how you can do it:

  • Please copy the HTTPS connection endpoint from the image above.

  • Append the TOKEN API method to the URL, like this: https://eth-goerli.solarpath.io/v1/YOUR-API-KEY/token/account

Last updated