cURL
curl --request POST \ --url https://integrated-api.mainnet.realtime.exchange/api/comments \ --header 'Content-Type: application/json' \ --data ' { "tokenAddress": "<string>", "userAddress": "<string>", "content": "<string>", "signature": "<string>", "signedMessage": "<string>" } '
{}
Publish token commentary
Token address
Comment content
Wallet signature
Signed message
Comment posted
The response is of type object.
object