API Reference
https://bootstrap-be-production.up.railway.appTokens
Get All Tokens
GET /api/tokensResponse
{
"tokens": [
{
"id": "<uuid>",
"tokenMint": "<token-mint-address>",
"poolAddress": "<pool-address>",
"creatorWalletPublicKey": "<creator-wallet>",
"teamWalletAddress": "<team-wallet>",
"teamAllocationBps": 1000,
"lpAllocationBps": 10000,
"scheduleInterval": "daily",
"feeBps": 50,
"createdAt": "<iso-timestamp>",
"nextRunAt": "<iso-timestamp>",
"lastRunAt": "<iso-timestamp>",
"isExistingToken": false,
"creatorLocked": false,
"unlockDate": 0,
"name": "<token-name>",
"symbol": "<token-symbol>",
"imageUri": "<image-url>",
"description": "<description>",
"website": "<website-url>",
"twitter": "<twitter-handle>",
"telegram": "<telegram-link>"
}
]
}Response Fields
Field
Type
Description
Error Responses
Status
Message
Description
Example Request
Example Response
Last updated