Retrieves the approved address for a specific ERC721 token.
Interface representing the structure of the response from the ERC721 API.
GET //erc721/{tokenId}/getApproved HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an ERC721APIResponse object containing the approval status.
ERC721APIResponse
{ "success": true, "message": "text", "data": null }