API Reference

Retrieve quote by ID - third-party-service/sandbox/quotes/{ID}

Params Required:

  • "quoteId": quote Id to retrieve the information

Response Example with Data Validated

{
    "quoteId": "ce6a5c6b-3a31-42b9-9b29-c4b051d3814b",
    "fromCurrency": "MXN",
    "toCurrency": "USDT",
    "toAmount": "327.82046250",
    "fromAmount": "5550.00",
    "expiration": "2023-12-22T19:07:14.560Z",
    "fees": [
        {
            "type": "Alfred Commission",
            "amount": "3.00"
        }
    ]
}

Language
Click Try It! to start a request and see the response here!