cURL
curl --request POST \ --url https://payvra.com/api/v1/exchange/pairs \ --header 'Authorization: Bearer <token>'
[ { "minAmount": 123, "rate": 123, "fromCurrency": { "symbol": "<string>" }, "toCurrency": { "symbol": "<string>" } } ]
Returns a list of available exchange pairs with their current rates and minimum amounts
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Exchange pairs retrieved successfully
Minimum amount for exchange
Current exchange rate
Show child attributes
Symbol of the source currency
Symbol of the target currency