CharrgRate
    • Charrg Rates
      • Currency Conversion
        • Convert a specified source amount
        • Calculate the source equivalent of a target amount
      • Currency Information
        • List available currencies
      • Schemas
        • ConvertFromResponse
        • ConvertToResponse
        • Rate
        • ErrorResponse
        • CurrencyInfoResponse
        • CurrencyInfo

    CurrencyInfoResponse

    {
        "terms": "string",
        "privacy": "string",
        "currencies": [
            {
                "iso": "string",
                "currency_name": "string",
                "is_obsolete": true,
                "superseded_by": "string",
                "currency_symbol": "string",
                "currency_symbol_on_right": true
            }
        ]
    }
    Built with