OwnerOf
get
Retrieves the owner of a specified ERC721 token.
Authorizations
AuthorizationstringRequired
Path parameters
tokenIdstringRequired
- The ID of the token to query.
Query parameters
chainIdstringRequired
- The ID of the blockchain network.
addressstringRequired
- The address of the ERC721 contract.
Header parameters
AuthorizationstringRequired
- The authorization token for the request.
Responses
200
A promise that resolves to an ERC721APIResponse containing the owner address if successful, or an error message if not.
application/json
get
/erc721/{tokenId}/ownerOf200
A promise that resolves to an ERC721APIResponse containing the owner address if successful, or an error message if not.