alchemy_getTokenMetadata
POST
/{apiKey}
Returns metadata for a given token contract (name, symbol, decimals, logo).
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
contractAddressstringformat: "^0x[0-9a-fA-F]{40}$"requiredA single 20-byte token contract address.
Responses
200
Object with name, symbol, decimals, and an optional logo URL.
Was this page helpful?