Token metadata

get

Retrieves token metadata from the Moralis service.

Authorizations
AuthorizationstringRequired
Query parameters
chainstringRequired
  • The blockchain network identifier.
addressesstring[]Required
  • An array of token addresses to fetch metadata for.
Header parameters
AuthorizationstringRequired
  • The authorization token from the request header.
Responses
200

A promise that resolves to a TokenMetadataAPIResponse object containing the metadata, success status, and a message.

application/json
get
/data/token-metadata
200

A promise that resolves to a TokenMetadataAPIResponse object containing the metadata, success status, and a message.