Token comments
POST
/token-comments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.nusabyte.com/api/v1/token-comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockchainKey": "string",
"tokenId": "string",
"content": "string",
"image": "string",
"repliedTokenCommentId": "string"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-04-28 08:16:36