Our Token Info API endpoint allows you to retrieve the parsed metadata of a token and off-chain metadata.
In order to provide complete information, this endpoint will perform an off-chain request to obtain the description as well as the logo and similar information.
Endpoint
Since we are in BETA, this endpoint may change at any time.
GET
https://api.monitor.ws/api/token/info
Payload
Add one or more token by replacing pbk_n with the desired Solana account public keys (mint).
[
"pbk_one",
"pbk_two",
"..."
]
Response
Token metadata are cached on our server. This means that your next request with the same token mint will be faster.