# Get account **GET /api/v1/accounts/{accountId}** Returns one account belonging to the authenticated API key owner when its currency is enabled in the owner's effective jurisdiction. ## Servers - https://api.lumetrade.com: https://api.lumetrade.com () ## Parameters ### Headers - **X-API-KEY** (string) Public API key issued from the Lumetrade API key management flow. - **X-API-SECRET** (string) API secret paired with the public API key. ### Path parameters - **accountId** (string) Account id returned by the account list endpoint. ## Responses ### 200 Account returned successfully #### Body: application/json (object) - **id** (string) Account id used by external account endpoints. - **currency** (string) Account currency. - **balance** (number) Available account balance. - **lockedBalance** (number) Locked account balance. ### 404 Account was not found for the authenticated user #### Body: application/json (object) - **id** (string) Account id used by external account endpoints. - **currency** (string) Account currency. - **balance** (number) Available account balance. - **lockedBalance** (number) Locked account balance. [Powered by Bump.sh](https://bump.sh)