get
https://api.liteapi.travel/v3.0/data/currencies
Overview
Get all available currencies with their codes, names, and the countries where each currency is used. Perfect for building currency selection interfaces.
When to Use
- Currency dropdowns - Populate currency selection lists
- Price display - Show prices in different currencies
- Currency conversion - Get currency information for conversion
- Reference data - Get currency codes for use in booking endpoints
What You Get
- Currency list - All available currencies
- Currency codes - ISO currency codes (e.g., "USD", "EUR", "GBP")
- Currency names - Full currency names
- Country mapping - Countries where each currency is used
Quick Start
No parameters required. Returns all currencies with codes, names, and country mappings.