Checks if an operator is approved to manage all assets of a given owner.
Interface representing the structure of the response from the ERC721 API.
GET //erc721/{owner}/{operator}/isApprovedForAll HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an ERC721APIResponse indicating whether the operator is approved for all assets of the owner.
{ "success": true, "message": "text", "data": null }