In order to provide complete information, this endpoint will perform an off-chain request to obtain the description as well as the logo and socials.
Since we are in BETA, this endpoint may change at any time.
https://api.monitor.ws/api/token/metadata
Add one or more token by replacing pbk_n
with the desired Solana account public keys (mint).
[
"pbk_one",
"pbk_two",
"..."
]
[
{
"mint": "solana.PublicKey",
"name": "string",
"symbol": "string",
"description": "string",
"links": {
"image": "string",
"twitter": "string",
"telegram": "string",
"website": "string"
}
},
{
"mint": "solana.PublicKey",
"name": "string",
"symbol": "string",
"description": "string",
"links": {
"image": "string",
"twitter": "string",
"telegram": "string",
"website": "string"
}
},
{
"mint": "solana.PublicKey",
"name": "string",
"symbol": "string",
"description": "string",
"links": {
"image": "string",
"twitter": "string",
"telegram": "string",
"website": "string"
}
}
]