Skip to main content
GET
/
v1
/
accounts
/
addresses
/
deposit
List all account deposit addresses
curl --request GET \
  --url https://api-sandbox.circle.com/v1/accounts/addresses/deposit \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "address": "0x8381470ED67C3802402dbbFa0058E8871F017A6F",
      "addressTag": "123456789",
      "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
      "accountId": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.circle.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

accountId
string

Identifier of the account. Filters results to fetch only resources associated with the specified account.

Example:

"1000565227"

chain
enum<string>

Filter by blockchain. A blockchain that a given currency is available on.

Available options:
ALGO,
APTOS,
ARB,
AVAX,
BASE,
BTC,
CELO,
CODEX,
ETH,
HBAR,
HYPEREVM,
INK,
LINEA,
NEAR,
NOBLE,
OP,
PLUME,
PAH,
POLY,
SEI,
SOL,
SONIC,
SUI,
UNI,
WORLDCHAIN,
XDC,
XLM,
XRP,
ZKS,
ZKSYNC
currency
enum<string> | null

Filter by currency. A currency associated with a balance or address.

Available options:
USD,
EUR

Response

Successfully retrieved a list of deposit addresses.

data
object[]