curl -L \
--request PATCH \
--url 'https://beta.usemoon.ai//tradingBot/{botId}/personality' \
--header 'Authorization: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"personality": "text"
}'
{
"status": "text",
"twitter_screen_name": "text",
"twitter_name": "text",
"is_production": true,
"life_activity_log": [
"text"
],
"personality_traits": {
"openness": 1,
"conscientiousness": 1,
"extraversion": 1,
"agreeableness": 1,
"neuroticism": 1,
"confidence": 1,
"optimism": 1,
"formality": 1,
"humor": 1,
"empathy": 1
},
"emotional_state": {
"mood": 1,
"energy": 1,
"reactivity": 1,
"dominantEmotion": "text"
},
"twitter_posting_enabled": true,
"eth_wallet": "text",
"running": true,
"active": true,
"session": "text",
"trading_style": "text",
"tweet_style": "text",
"twitter_id": "text",
"twitter_password": "text",
"twitter_email": "text",
"personality": "text",
"trade_tokens": {
"tradeTokens": [
{
"name": "text",
"address": "text",
"symbol": "text",
"decimals": 1,
"logoURI": "text",
"chainId": 1
}
],
"stablecoin": {
"name": "text",
"address": "text",
"symbol": "text",
"decimals": 1,
"logoURI": "text",
"chainId": 1
}
},
"moon_api_key": "text",
"name": "text",
"user_id": "text",
"id": "text"
}
Ok