Symbol
get
Retrieves the symbol of an ERC20 token.
Authorizations
AuthorizationstringRequired
Path parameters
accountstringRequired
- The account address.
Query parameters
chainIdstringRequired
- The ID of the blockchain network.
addressstringRequired
- The address of the ERC20 token contract.
Header parameters
AuthorizationstringRequired
- The authorization token.
Responses
200
A promise that resolves to an ERC20APIResponse containing the token symbol.
application/json
Interface representing the structure of an API response for ERC20 operations.
successbooleanRequired
Indicates whether the API request was successful.
messagestringRequired
A message providing additional information about the API response.
datastringOptional
Optional data payload returned by the API.
get
/erc20/{account}/symbol200
A promise that resolves to an ERC20APIResponse containing the token symbol.