# Fetch user fiat information

Fetches the fiat account. The fiat account for a user holds their NOK
 balance. Every user has exactly one fiat account. Other sub-accounts for a user
 only pertains to bitcoin holdings.

Endpoint: GET /v1/user/fiat-account
Version: 0.0.1
Security: apiKey

## Response 200 fields (application/json):

  - `availableNok` (number)
    The current NOK holdings that can be used for trading or
 withdrawals.


