# Create new account **POST /account_holders/{accountHolderId}/accounts** Accounts belong to account holders. They can have many accounts each for a different asset. To create a new keypair, fund the account and create a trustline you may use Stellar Laboratory site: https://laboratory.stellar.org ## Servers ## Parameters ### Path parameters - **accountHolderId** (string(uuid)) ### Body: (object) - **asset_id** (string(uuid)) - **address** (string) ## Responses ### 200 OK #### Body: (object) - **id** (string(uuid)) - **asset_id** (string(uuid)) - **account_holder_id** (string(uuid)) - **address** (string) ### 401 Unauthorized ### 422 Failed validation [Powered by Bump.sh](https://bump.sh)