Create token
POST
/tokens
token
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.nusabyte.com/api/v1/tokens' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockchainKey": "string",
"txHash": "string",
"quoteTokenId": "string",
"tokenDescription": "string",
"tokenImage": "string",
"tokenWebsite": "string",
"tokenTwitter": "string",
"tokenTelegram": "string",
"tokenDiscord": "string",
"tokenTiktok": "string",
"initialBuyPrice": "string"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-04-22 08:41:43