Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://tag.dev.alfa-bot.com/api/dev/v1/wallets \ --header 'Content-Type: application/json' \ --header 'token: <api-key>' \ --data ' { "address": "TQv5pEXAMPLE9xA", "name": "Updated wallet name" } '
200
success
{ "code": "200", "data": { "result": "success" } }
Pass your API token in the token request header.
token
Wallet address
"TQv5pEXAMPLE9xA"
New wallet name
"Updated wallet name"
OK - wallet was updated successfully
"200"
Show child attributes