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

    ConvertToResponse

    {
        "terms": "string",
        "privacy": "string",
        "to": "string",
        "amount": 0,
        "timestamp": "string",
        "from": [
            {
                "quotecurrency": "string",
                "mid": 0,
                "property1": "string",
                "property2": "string"
            }
        ]
    }
    Built with