# Get a List of Available Currencies

## Get the enabled currencies set by the merchant

> This API endpoint retrieves a list of all enabled cryptocurrencies and tokens for the merchant. The response includes detailed information about each supported currency, including network details, token addresses, and visual assets for UI display.

```json
{"openapi":"3.0.0","info":{"title":"pay.io payment gateway","version":"1.0"},"servers":[{"url":"https://gateway.stage.pay.io","variables":{}}],"paths":{"/v1/merchant/currencies":{"get":{"callbacks":{},"description":"This API endpoint retrieves a list of all enabled cryptocurrencies and tokens for the merchant. The response includes detailed information about each supported currency, including network details, token addresses, and visual assets for UI display.","operationId":"HubwalletPaymentGatewayWeb.Controller.Merchant.Default.supported_currencies","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Supported_Currencies_Response"}}},"description":"List of supported tokens"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error_Response"}}},"description":"Unauthorized"}},"summary":"Get the enabled currencies set by the merchant","tags":["merchant"]}}},"components":{"schemas":{"Supported_Currencies_Response":{"description":"List of supported currencies/tokens","properties":{"currencies":{"items":{"properties":{"currency_code":{"description":"Currency code","type":"string"},"currency_icon":{"description":"Currency icon URL","type":"string"},"id":{"description":"Currency ID","format":"uuid","type":"string"},"name":{"description":"Currency name","type":"string"},"network":{"description":"Blockchain network","type":"string"},"network_icon":{"description":"Network icon URL","type":"string"},"network_l1":{"description":"L1 Network name","nullable":true,"type":"string"},"symbol":{"description":"Currency symbol","type":"string"},"token_address":{"description":"Token contract address","nullable":true,"type":"string"}},"required":["id","name","symbol","network","currency_code","currency_icon","network_icon"],"type":"object"},"type":"array"}},"required":["currencies"],"title":"Supported_Currencies_Response","type":"object"},"Error_Response":{"description":"Error response format","properties":{"code":{"description":"Error code","nullable":true,"type":"string"},"details":{"description":"Additional error details","nullable":true,"type":"object"},"error":{"description":"Error message","type":"string"}},"required":["error"],"title":"Error_Response","type":"object"}}}}
```


---

# 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.pay.io/api-reference/merchant-console-api/get-a-list-of-available-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.
