Retrieves the number of decimals for the provided ERC20 token.
Interface representing the structure of an API response for ERC20 operations.
GET //erc20/{account}/decimals HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an ERC20APIResponse object containing the number of decimals for the ERC20 token.
{ "success": true, "message": "text", "data": 1 }