# Returns account details

Endpoint to get basic data from your account with Monato.

Endpoint: GET /v2/account
Version: 2.0.0
Security: BearerAuth

## Response 200 fields (application/json):

  - `id` (string)
    Example: "000123456789"

  - `name` (string)
    Example: "Client"

  - `balance` (string)
    Example: "999,999.99"

  - `currency` (string)
    Example: "MXN"


