# Creates a new account **POST /account_holders/{id}/accounts** ## Servers ## Parameters ### Path parameters - **id** (string) Resource ID ### Body: (object) Payload including the asset that the account should support - **asset_id** (string) ## Responses ### 201 OK #### Body: (object) - **id** (string) - **asset_id** (string) Referencing asset resource - **address** (string) Network native public key ### 401 API key is missing or invalid. ### 422 Request body has errors or is invalid. [Powered by Bump.sh](https://bump.sh)