GET /api/v1/tokens/
Request
GET /api/v1/tokens/
Authorization: Bearer <jwt-token>Example
curl https://api-blowfish.neuko.ai/api/v1/tokens/ \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiI..."Response
200 OK
{
"tokens": [
{
"poolAddress": "PoolAddr123...",
"tokenMint": "MintAddr456...",
"ticker": "MCT",
"tokenName": "My Cool Token",
"isClaimed": false,
"claimedAt": null,
"claimedToAddress": null,
"deployedAt": "2024-01-15T12:00:00.000Z"
}
]
}Errors
Status
Error
Cause
Notes
Last updated