Retrieve all available cryptocurrencies supported by Banxa.
- Mock serverhttps://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/crypto/{orderType}
- https://api.banxa.comhttps://api.banxa.com/{partner}/v2/crypto/{orderType}
curl -i -X GET \
'https://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/crypto/{orderType}' \
-H 'Accept: application/json' \
-H 'x-api-key: string'Response
[ { "id": "AAVE", "description": "Ethereum (ERC-20)", "blockchains": [ … ] }, { "id": "USDC", "description": "Ethereum (ERC-20)", "blockchains": [ … ] }, { "id": "USDT", "description": "Polygon", "blockchains": [ … ] } ]