API Reference

List all deposit addresses

gethttps://api-sandbox.circle.com/v1/businessAccount/wallets/addresses/deposit

  • Reference
  • Playground

Returns a list of deposit addresses for a given wallet.

Query parameters
walletId
string

The wallet ID for which the deposit addresses were generated. If not provided, the default is the main wallet of the account.

You can get wallet IDs associated with your account using the Core API for Institutions.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": [
3    {
4      "address": "0x8381470ED67C3802402dbbFa0058E8871F017A6F",
5      "addressTag": "123456789",
6      "currency": "USD",
7      "chain": "ALGO"
8    }
9  ]
10}
Did this page help you?
© 2023-2026 Circle Technology Services, LLC. All rights reserved.