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

Response

OK

currencies
object[]
required

List of currencies

Example:
[
{
"code": "string",
"name": "string",
"precision": "int"
}
]