alchemy_getTokenMetadata
Returns metadata for a given token contract (name, symbol, decimals, logo).
Path parameters
apiKey
Request
This endpoint expects an object.
contractAddress
A single 20-byte token contract address.
Response
Object with name, symbol, decimals, and an optional logo URL.
name
Token’s name, or null if not found.
symbol
Token’s symbol, or null if not found.
decimals
Number of decimals the token uses, or null if not found.
logo
URL of the token’s logo image, or null if none available.