Skip to main content
POST
/
api
/
v0
/
offramp
/
rates
Get rates
curl --request POST \
  --url https://dev.bringin.xyz/api/v0/offramp/rates \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "ticker": "<string>"
}
'
{
  "ticker": "USDCEUR",
  "price": "0.91",
  "bringinPrice": "0.9018",
  "currency": "EUR",
  "timestamp": 1742911487157
}

Documentation Index

Fetch the complete documentation index at: https://docs.bringin.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns the latest exchange rate. The rate includes the Bringin fee plus any additional markup. Works with master key or per-user key.
ticker
string
required
Currency pair. Supported: USDCEUR, BTCEUR, ETHEUR, USDTEUR
{
  "ticker": "USDCEUR",
  "price": "0.91",
  "bringinPrice": "0.9018",
  "currency": "EUR",
  "timestamp": 1742911487157
}
FieldDescription
priceMarket rate
bringinPriceThe price at which the swap happens (after fees)