Retrieve all available cryptocurrencies
Security
sec0
- Mock serverhttps://docs.banxa.com/_mock/products/legacy-api/openapi/api/coins/{orderType}
- https://api.banxa.comhttps://api.banxa.com/api/coins/{orderType}
curl -i -X GET \
'https://docs.banxa.com/_mock/products/legacy-api/openapi/api/coins/{orderType}' \
-H 'Accept: application/json' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-Request-Id: string'Response
"{\n \"data\": {\n \"coins\": [\n {\n \"coin_code\": \"BTC\",\n \"coin_name\": \"Bitcoin\",\n \"blockchains\": [\n {\n \"code\": \"BTC\",\n \"description\": \"Bitcoin\",\n \"is_default\": true,\n \"min_value\": 0.0005,\n \"address_tag\": {\n \"regex\": null,\n \"required\": null,\n \"name\": null\n }\n ]\n },\n {\n \"coin_code\": \"ETH\",\n \"coin_name\": \"Ethereum\",\n \"blockchains\": [\n {\n \"code\": \"ETH\",\n \"description\": \"Ethereum (ERC-20)\",\n \"is_default\": true,\n \"min_value\": 0.01,\n \"address_tag\": {\n \"regex\": null,\n…"