Exchanges
Get USD Amount
Convert an amount from MXN or other currency to USD
GET
Notes
- The response is a plain number, not wrapped in an object.
- Exchange rates are fetched in real-time. The rate may change between calls.
- Supported currencies:
MXN(Mexican Peso),USD(US Dollar).
Authorizations
Bearer token — use your secret key (sk_prod_xxx) for server-side calls, or the user's JWT for client-side calls
Your Chipi public API key (pk_xxx)
Query Parameters
The amount in the source currency
The source currency code Fiat currency code
Available options:
MXN, USD Response
The equivalent USD amount
The converted USD amount
Example:
13.42
