# Supported Currencies

This endpoint allows you to access a comprehensive list of supported cryptocurrencies, including their network details, symbol, name, and withdrawal information, enabling you to identify the appropriate network for each currency.

## GET /common/currencies

>

```json
{"openapi":"3.0.0","info":{"title":"Commons","version":"1.0.0"},"servers":[{"url":"https://api.oxapay.com/v1"}],"security":[],"paths":{"/common/currencies":{"get":{"operationId":"currencies","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","description":"A dynamic object where each key is a currency symbol with detailed info.","additionalProperties":{"type":"object","properties":{"symbol":{"type":"string","description":"The symbol of the currency (e.g., BTC, ETH)."},"name":{"type":"string","description":"The name of the currency (e.g., Bitcoin, Ethereum)."},"status":{"type":"boolean","description":"Indicates whether the currency is active or not."},"networks":{"type":"object","description":"A dynamic object where each key is a network name and value is network-specific settings.","additionalProperties":{"type":"object","properties":{"network":{"type":"string","description":"The technical name or code of the network."},"name":{"type":"string","description":"The human-readable name of the network."},"keys":{"type":"array","items":{"type":"string"},"description":"A list of required keys or identifiers for the network."},"required_confirmations":{"type":"integer","description":"Number of confirmations required for transactions on the network."},"withdraw_fee":{"type":"number","format":"decimal","description":"Withdrawal fee for this network."},"withdraw_min":{"type":"number","format":"decimal","description":"Minimum amount required to initiate a withdrawal."},"deposit_min":{"type":"number","format":"decimal","description":"Minimum amount required to make a deposit."},"static_fixed_fee":{"type":"number","format":"decimal","description":"A fixed fee applied for static address usage."}}}}}}},"message":{"type":"string","description":"A message containing additional information about the result of the request."},"error":{"type":"object","description":"An object that provides details about any errors that occurred.","nullable":true,"properties":{"type":{"type":"string","description":"Type of the error"},"key":{"type":"string","description":"Key related to the error"},"message":{"type":"string","description":"Error message"}}},"status":{"type":"integer","description":"The status of the request response. Typically provided as a numeric code (e.g., 200 for success or other codes for errors)."},"version":{"type":"string","description":"The version of the API being used."}}}}}}},"tags":["Currencies"]}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oxapay.com/api-reference/common/supported-currencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
