Create exchange rate quote
documentedCreate a currency exchange rate quote for a given currency pair.
POST /v2/pricing/quote-exchange-ratesCurrency Exchangeno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.paypal.com/v2/pricing/quote-exchange-rates" -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -d '{"base_currency":"{{$base_currency}}","quote_currency":"{{$quote_currency}}","base_amount":"{{$base_amount}}"}'