# Get budget

Query available Workspace account budget by currency.

Endpoint: GET /api/v1/balances/workspaces/currencies/{currency}
Version: 1.0
Security: ApiTokenAuth

## Path parameters:

  - `currency` (string, required)
    Currency
    Enum: "CAD", "USD"

## Header parameters:

  - `X-Workspace-id` (string, required)
    Workspace ID for authentication
    Example: "444"

## Response 200 fields (application/json):

  - `balance` (number)
    Available budget
    Example: 20000

## Response 400 fields (application/json):

  - `status` (integer)
    HTTP status code
    Example: 404

  - `message` (string)
    Description of error
    Example: "Does not exists"

  - `type` (string)
    Exception types. Please see possible error code on "Responses Codes & Errors" page


## Response 404 fields
