Symbol

get

Retrieves the symbol of an ERC721 token.

Authorizations
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
200
A promise that resolves to an `ERC721APIResponse` containing the symbol of the ERC721 token.
application/json
get
GET //erc721/symbol HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

A promise that resolves to an ERC721APIResponse containing the symbol of the ERC721 token.

{
  "success": true,
  "message": "text",
  "data": null
}