Consult Quote

Consult exchange for currency pair.

Description:

This endpoint allows you to retrieve the exchange rate for the currency pair you consult.

Mode:

POST

Node:

/third-party-service/quotes

GET third-party-service/quotes

Retrieve the exchange rate for the currency pair you consult.

Headers

// 
{
    "statusCode": 202,
    "message": "Get Quotes",
    "data": {
        "fromCurrency": "ARS",
        "toCurrency": "USDC",
        "rate": "0.00105820"
    }
}

Considerations:

It's essential to ensure that the provided api-key and api-secret are accurate and have the necessary permissions to retrieve this data. The endpoint provides comprehensive details of each wallet to send your payment to.

Last updated