GET /api/v1/tokens/:mintAddress
Request
GET /api/v1/tokens/:mintAddress
Authorization: Bearer <jwt-token>Path parameters
Parameter
Type
Description
Example
curl https://api-blowfish.neuko.ai/api/v1/tokens/MintAddr456abc... \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiI..."Response
200 OK
{
"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