coins
Updates information about a specific coin by its mint address
post/coins/{mint}
Path parameters
mintstring required
Example:bearR26zyyB3fNQm5wWv1ZfN8MPQDUMwaAuoG79b1Yj
The mint address of the coin
Query parameters
user_idstring required
Example:7eP5n
The user ID making the update (must be the coin owner)
Request body
Example request
{
"description": "Updated description for the bear token",
"banner_image_url": "https://example.com/banner.png",
"link_1": "https://x.com/bear_token",
"link_2": "https://instagram.com/bear_token",
"link_3": "https://tiktok.com/@bear_token",
"link_4": "https://bear-token.com"
}Response
Success - Coin updated
Example response
{
"success": true
}