coins
Gets information about a specific coin by its ticker
get/coins/ticker/{ticker}
Path parameters
tickerstring required
Example:$AUDIO
The ticker symbol of the coin
Response
Success
Example response
{
"data": {
"mint": "bearR26zyyB3fNQm5wWv1ZfN8MPQDUMwaAuoG79b1Yj",
"ticker": "BEAR",
"decimals": 9,
"name": "BEAR",
"logo_uri": "https://example.com/logo.png",
"banner_image_url": "https://example.com/banner.png",
"description": "A majestic bear token for wildlife conservation",
"x_handle": "bear_token",
"instagram_handle": "bear_token",
"tiktok_handle": "bear_token",
"website": "https://bear-token.com",
"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",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z",
"owner_id": "7eP5n",
"escrow_recipient": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.