Alchemy Logo

alchemy_getTokenMetadata

POST
/{apiKey}

Returns metadata for a given token contract (name, symbol, decimals, logo).

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

contractAddressstringformat: "^0x[0-9a-fA-F]{40}$"required

A single 20-byte token contract address.

Responses

200

Object with name, symbol, decimals, and an optional logo URL.

Was this page helpful?