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
Usage Instructions
We recommend accessing the TOKEN API by appending it to your connection endpoint URL. Here's how you can do it:
Obtain the HTTPS connection endpoint for your app through the Dashboard. If you don't have an account yet, you can create one for free.
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