githubEdit

Name

get

Retrieves the name of an ERC721 token.

Authorizations
AuthorizationstringRequired
Query parameters
chainIdstringRequired
  • The ID of the blockchain network.
addressstringRequired
  • The address of the ERC721 contract.
Header parameters
AuthorizationstringRequired
  • The authorization token from the request header.
Responses
chevron-right
200

A promise that resolves to an ERC721APIResponse containing the token name.

application/json
get
/erc721/name
200

A promise that resolves to an ERC721APIResponse containing the token name.