Updates wallet account name
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/wallet/accounts/{account_id}/ \
--header 'Content-Type: application/json' \
--data '
{
"account_name": "<string>"
}
'{
"id": "string",
"name": "string",
"currency": "string",
"balance": "number",
"type": "string",
"reserved_rebates_amount": "number"
}Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
wallet account name
OK
Account number
"string"
Account nickname
"string"
Account currency
"string"
Total account funds
"number"
Account currency
"string"
"number"
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/wallet/accounts/{account_id}/ \
--header 'Content-Type: application/json' \
--data '
{
"account_name": "<string>"
}
'{
"id": "string",
"name": "string",
"currency": "string",
"balance": "number",
"type": "string",
"reserved_rebates_amount": "number"
}