Featured tokens
Promote your token with premium placement on the TaxSplit homepage.
GET /featured
/featuredGet a list of active featured tokens (promoted tokens).
Response (200 OK)
200 OK){
"featured": [
{
"id": "uuid",
"tokenMint": "TokenMintAddress...",
"token": {
"name": "Featured Token",
"symbol": "FTK",
"imageUri": "https://ipfs.io/ipfs/QmAbc...",
"description": "Token description"
},
"startsAt": "2024-01-01T12:00:00Z",
"endsAt": "2024-01-15T12:00:00Z",
"daysRemaining": 5
}
]
}POST /featured/create-unsigned
/featured/create-unsignedCreate an unsigned transaction for a featured promotion purchase.
Requires JWT authentication and the caller must be the token creator.
Request body
Response (200 OK)
200 OK)Related
Last updated