Skip to main content
POST
/
api
/
wallet
/
accounts
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.

Body

application/json
account_name
string
required

wallet account name

currency
string
required

wallet currency code

Response

OK

id
string
required

Account number

Example:

"string"

name
string
required

Account nickname

Example:

"string"

currency
string
required

Account currency

Example:

"string"

balance
number
required

Total account funds

Example:

"number"

type
string
required

Account currency

Example:

"string"

reserved_rebates_amount
number
required
Example:

"number"