Creates new wallet account
curl --request POST \
--url https://my.exnessaffiliates.com/api/wallet/accounts/ \
--header 'Content-Type: application/json' \
--data '
{
"account_name": "<string>",
"currency": "<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.
OK
Account number
"string"
Account nickname
"string"
Account currency
"string"
Total account funds
"number"
Account currency
"string"
"number"
curl --request POST \
--url https://my.exnessaffiliates.com/api/wallet/accounts/ \
--header 'Content-Type: application/json' \
--data '
{
"account_name": "<string>",
"currency": "<string>"
}
'{
"id": "string",
"name": "string",
"currency": "string",
"balance": "number",
"type": "string",
"reserved_rebates_amount": "number"
}