---
title: "Consult Quotes"
method: GET
path: "/"
---

# Consult Quotes

`GET /`

Use this endpoint to consult exchange rate quotes for international transactions in the Sandbox environment. This allows you to retrieve real-time conversion rates between different currencies supported by PagSeguro.

## Query parameters

- `country` 'BR' | 'CL' | 'CO' | 'MX' | 'PE', required
- `from` 'USD' | 'CLP' | 'COP' | 'EUR' | 'MXN' | 'PEN' | 'BRL', required
- `to` 'BRL' | 'CLP' | 'COP' | 'EUR' | 'MXN' | 'PEN' | 'USD', required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Response `200`

OK - The request has succeeded.

- object
  - `country` string — The target country for the quote.
  - `from` string — The source currency of the quote.
  - `to` string — The target currency of the quote.
  - `quotation` string — The exchange rate for the specified currency pair.
  - `date` string — The timestamp when the quote was generated (UTC).

## Other responses

- `400` — Bad Request - A problem reading or understanding the request.
- `401` — Unauthorized - Authentication required.
- `403` — Forbidden - Insufficient permissions to process the request.
- `404` — Not Found - The server has not found anything matching the Request-URI.
- `429` — Too Many Requests - Sent too many requests in a given amount of time ("rate limiting").
- `500` — Internal Server Error - Unexpected generic error.
- `504` — Gateway Timeout - Unexpected error related to the gateway, DNS, proxy.

---

[API](https://skmtc.net/pagseguro/apis/pagseguro-international-api.md) · [All operations](https://skmtc.net/pagseguro/apis/pagseguro-international-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pagseguro/pagseguro-international-api/revisions/032af0550731/schema)
