Skip to main content
GET
/
v1
/
tokens
/
event
/
{eventTicker}
/
image
Get Event Image
curl --request GET \
  --url https://swap-api.flux.fun/v1/tokens/event/{eventTicker}/image
{
  "imageUrl": "<string>"
}

Path Parameters

eventTicker
string
required

The event ticker identifier

Response

200 - application/json
imageUrl
string | null