---
title: "Consulta da cotação indicativa da moeda e do tipo de fluxo"
method: POST
path: "/hubfx/quote-indicative"
tags: ["Cambio"]
---

# Consulta da cotação indicativa da moeda e do tipo de fluxo

`POST /hubfx/quote-indicative`

Consulta da cotação indicativa da moeda e do tipo de fluxo.

## Request body

- PublicGetQuoteIndicativeCommand
  - `code` string, nullable
  - `flowType` string, nullable

## Response `200`

Success

- PublicQuoteIndicativeResponseIApiBaseResponse
  - `response` PublicQuoteIndicativeResponse
    - `code` string, nullable
    - `flowType` string, nullable
    - `price` number, double
  - `success` boolean
  - `errorMessage` string, nullable

## Other responses

- `400` — BadRequest
- `401` — Não autorizado

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
