Returns list of wallet accounts of partner
curl --request GET \
--url https://my.exnessaffiliates.com/api/wallet/currencies/{
"currencies": [
{
"code": "string",
"name": "string",
"precision": "int"
}
]
}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
List of currencies
Show child attributes
[
{
"code": "string",
"name": "string",
"precision": "int"
}
]curl --request GET \
--url https://my.exnessaffiliates.com/api/wallet/currencies/{
"currencies": [
{
"code": "string",
"name": "string",
"precision": "int"
}
]
}