ConsoleCatalog
Sign in
DolarApp logo

DolarApp

Latin American stablecoin wallet - USDC to local fiat (COP, MXN, ARS, BRL).

Exchange Quote

ASYNCREADNo auth

Returns the transactional bid and ask exchange rate between USDC and local fiat with the fee as spread_pct.

ParametersFormJSON

Source asset, e.g. USDC or EURC

Destination fiat, e.g. COP, MXN, ARS, BRL

cost: 3 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "dolarapp_exchange_quote",
    "params": {
      "from_currency": "USDC",
      "to_currency": "COP"
    }
  }'