Skip to content

Get Cryptocurrencies

Request

Retrieve all available cryptocurrencies

Security
sec0
Path
orderTypestringrequired

Determines available cryptocurrencies for a Buy or a Sell order

Default:"buy"
Headers
Acceptstring
Default:"application/json"
X-Request-Idstring

This is the correlation ID related to the request.

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'

Responses

200

Bodyapplication/json
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…"