Retrieves the balance of ERC721 tokens for a given account.
Interface representing the structure of the response from the ERC721 API.
GET //erc721/{account}/balanceOf HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an ERC721APIResponse containing the balance of the account.
{ "success": true, "message": "text", "data": null }