# Get Cryptocurrencies

Retrieve all available cryptocurrencies

Endpoint: GET /api/coins/{orderType}
Version: 1.3
Security: sec0

## Security:

  - `sec0` (unknown)
    apiKey in header Authorization

## Path parameters:

  - `orderType` (string, required)
    Determines available cryptocurrencies for a Buy or a Sell order

## Header parameters:

  - `Accept` (string)

  - `X-Request-Id` (string)
    This is the correlation ID related to the request.

## Response 200:

  - `200` (unknown)
    200

## Response 200 examples:

  - `Result` (unknown)

