# Fetch BTCNOK

Fetches the current BTCNOK price.

Endpoint: GET /v1/price/nok
Version: 0.0.1
Security: 

## Query parameters:

  - `amount` (number)
    Amount NOK to trade for. If empty, defaults to 5000 NOK.

## Response 200 fields (application/json):

  - `price` (number)
    The mid price.

  - `bid` (number)
    Current bid price, without fees.

  - `ask` (number)
    Current ask price, without fees.

  - `timestamp` (string)
    The time the price was fetched.

  - `card` (object)
    Effective price, when paying with card.

  - `card.buy` (number)

  - `card.sell` (number)

  - `bank` (object)
    Effective price, when paying with bank transfer.

  - `bank.buy` (number)

  - `bank.sell` (number)


