Reference
/- Fetch available FX currencies
Get current FX conversion rate
Get historic FX rate
Execute FX transfer between wallets
Fetch available FX curren...
Returns all currencies available for foreign exchange operations.
Security
oauth2ClientCredentials(Required scopes: fx:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/fx/currencies
- Productionhttps://api.boyahq.com/v2/fx/currencies
- Sandboxhttps://sandbox.api.boyahq.com/v2/fx/currencies
curl -i -X GET \
https://developer.boyahq.com/_mock/v2/openapi/fx/currencies \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'