# Accounts ## List Accounts - [GET /custody/v1/Accounts](https://splendid-zebra-99.redocly.app/api/pages/rest/bitcoinsuisseopenapi/accounts/listaccounts.md): List all accounts of the customer selected using the customer-number header ## Get Account - [GET /custody/v1/Accounts/{accountId}](https://splendid-zebra-99.redocly.app/api/pages/rest/bitcoinsuisseopenapi/accounts/getaccountbyid.md): Get a single account by its account ID ## List Onchain Information - [GET /custody/v1/Accounts/OnchainInfo](https://splendid-zebra-99.redocly.app/api/pages/rest/bitcoinsuisseopenapi/accounts/listonchaininfo.md): List all onchain information associated with the accounts of the customer selected using the customer-number header Note: the blockchain addresses provided in the API response are for informational purposes only. Do not deposit directly to them. For making deposits, please use the deposit instructions provided through your Bitcoin Suisse Online Account ## Get Onchain Information For Account - [GET /custody/v1/Accounts/OnchainInfo/{accountId}](https://splendid-zebra-99.redocly.app/api/pages/rest/bitcoinsuisseopenapi/accounts/getonchaininfo.md): Get onchain information for a single account by its account ID Note: the blockchain addresses provided in the API response are for informational purposes only. Do not deposit directly to them. For making deposits, please use the deposit instructions provided through your Bitcoin Suisse Online Account