Symbol
get
Retrieves the symbol of an ERC20 token.
Authorizations
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
get
GET //erc20/{account}/symbol HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
A promise that resolves to an ERC20APIResponse containing the token symbol.
{
"success": true,
"message": "text",
"data": "text"
}