Generate Quote to Breb
Generates a payment quote for an off-ramp transaction to a **Bre-B** destination.
Calculates the conversion from **USDT (Tron network)** to **COP** for the specified amount and recipient identified by their Bre-B key. The quote must be accepted before the payment is processed.
**Authentication:** Bearer token (`{{JWT_LOGIN}}`) + `x-api-key` header.
**Key body fields**
- `transactionId`: Unique identifier for the transaction.
- `baseCurrency` / `quoteCurrency`: Source and target currencies (e.g. `USDT` → `COP`).
- `amount`: Amount in the base currency to convert.
- `blockchainNetwork`: Blockchain used to fund the payment (e.g. `Tron`).
- `recipient.paymentMethod`: Must be `Breb`.
- `recipient.key.value`: The recipient's Bre-B alias or key (e.g. `@alias`).
Headers
x-api-key
Request
This endpoint expects an object.
transactionId
description
baseCurrency
quoteCurrency
amount
blockchainNetwork
recipient
Response headers
x-amzn-RequestId
Access-Control-Allow-Origin
x-amz-apigw-id
X-Amzn-Trace-Id
Response
OK
transactionId
address
blockchainNetwork
quote
recipient

