Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>
.
Body
Details for the quote request.
The source currency for the conversion.
"ARS"
The target currency for the conversion.
"USDC"
The amount of the source currency to be converted.
"1500"
The blockchain network to be used for the conversion (applicable for certain cryptocurrencies).
"ETHEREUM_SEPOLIA"
The desired payment method for the conversion.
"pix"
Response
Quote created successfully.
Unique identifier for the quote.
"8142b065-79c4-4f48-9e33-11b17bc658d4"
The source currency for the conversion.
"ARS"
The target currency for the conversion.
"USDC"
The amount of the source currency to be converted.
"1500.00000000"
The amount of the source currency after fees deduction.
"1400.00000000"
The amount of the target currency received after the conversion.
"1.42857143"
The amount of the target currency after fees deduction.
"1.32857143"
The exchange rate applied for the conversion.
"1050.00000000"
The date and time when the quote expires (UTC).
"2024-04-10T18:17:07.702533Z"