action apidapp_get_erc20_address { label: "get_erc20_address" description: "Get information amout token balance in the account" provider: apidapp method: GET path: "/erc20/{address}" encoding: json input: { type: "object" properties: { address: { type: "string" } } required: ["address"] additionalProperties: false } output: { type: "object" } }