action apidapp_get_erc20 { label: "get_erc20" description: "Get token information such as name, total amount in circulation, etc" provider: apidapp method: GET path: "/erc20" encoding: json output: { type: "object" } }