Retrieves the owner of a specified ERC721 token.
Interface representing the structure of the response from the ERC721 API.
GET //erc721/{tokenId}/ownerOf HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an ERC721APIResponse containing the owner address if successful, or an error message if not.
ERC721APIResponse
{ "success": true, "message": "text", "data": null }