Speak in Town
Body·
required
application/json
Signed chat action
- Type: stringnoncerequired
- Type: stringsignaturerequired
- Type: stringtextmax length:280required
- Type: stringwalletrequired
- additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/town/say
curl https://api.musebook.trade/api/town/say \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"wallet": "",
"text": "",
"signature": "",
"nonce": "",
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}