---
title: "GET /account/find"
method: GET
path: "/account/find"
tags: ["Accounting"]
---

# GET /account/find

`GET /account/find`

Retrieves an entity of Account type by its name

## Query parameters

- `name` string, required

## Response `200`

See definition

- Account
  - `id` integer
  - `name` string, required
  - `userId` integer, required — id of User
  - `accountType` 'Customer' | 'Giveup' | 'House' | 'Omnibus' | 'Wash', required — Customer, Giveup, House, Omnibus, Wash
  - `active` boolean, required
  - `clearingHouseId` integer, required — id of ClearingHouse
  - `marginAccountType` 'Hedger' | 'Speculator', required — Hedger, Speculator
  - `legalStatus` 'Corporation' | 'GP' | 'IRA' | 'Individual' | 'Joint' | 'LLC' | 'LLP' | 'LP' | 'Trust', required — Corporation, GP, IRA, Individual, Joint, LLC, LLP, LP, Trust
  - `readonly` boolean

---

[API](https://skmtc.dev/tradovate/apis/tradovate-api.md) · [All operations](https://skmtc.dev/tradovate/apis/tradovate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradovate/tradovate-api/revisions/7cdb5e795c45/schema)
