Retrieve all available fiat currencies supported by Banxa.
- Mock serverhttps://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/fiats/{orderType}
- https://api.banxa.comhttps://api.banxa.com/{partner}/v2/fiats/{orderType}
curl -i -X GET \
'https://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/fiats/{orderType}' \
-H 'Accept: application/json' \
-H 'x-api-key: string'Response
[ { "id": "USD", "description": "US Dollar", "symbol": "$", "supportedPaymentMethods": [ … ] } ]