Account Management
Private
Returns a list of cryptocurrencies available for the authenticated user's account.
This method takes no parameters.
get/private/get_currencies
Response
Success response
Example response
{
"result": [
{
"currency": "btc"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.