> For the complete documentation index, see [llms.txt](https://docs.bbscoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bbscoin.org/development-integration/wallet-api/wallet-container/createaddress.md).

# createAddress

### Input

| Argument       | Mandatory | Description             | Format |
| -------------- | --------- | ----------------------- | ------ |
| spendSecretKey | no        | Secret spend key to use | string |
| spendPublicKey | no        | Public spend key to use | string |

### Output

| Argument | Description                | Format |
| -------- | -------------------------- | ------ |
| address  | Address for created wallet | string |
