Get Supported ERC20 Tokens Balances
The "Get Supported ERC20 Tokens Balances" endpoint allows you to retrieve the balances of supported ERC20 tokens associated with a specific wallet address on the Polygon Network.
Overview
Parameters
address
: (Path Parameter): Wallet address (string).chain
: (Path Parameter): Blockchain (string). Available values:polygon
.
Responses
Success (Code 200)
Media Type: application/json
Example Value: An object containing the balances of supported ERC20 tokens.
Internal Server Error (Code 500)
Media Type: application/json
Example Value: An error response indicating an internal server error.
Usage
Send a GET request to the
/wallet/{address}/{chain}/tokens
endpoint to retrieve the balances of supported ERC20 tokens.Handle the response accordingly based on success or internal server error.
Note: Ensure the wallet address and blockchain chain are valid.
Last updated