# List currencies **GET /api/v1/currencies** Returns enabled currencies for the authenticated API key owner's effective jurisdiction. ## Servers - https://api.lumetrade.com: https://api.lumetrade.com () ## Parameters ### Headers - **X-API-KEY** (string) Public API key issued from the Lumetrade API key management flow. - **X-API-SECRET** (string) API secret paired with the public API key. ## Responses ### 200 Currencies returned successfully #### Body: application/json (array[object]) - **currency** (string) Currency code. - **name** (string) Currency display name. [Powered by Bump.sh](https://bump.sh)