Get Addresses

Returns all smart-contract wallets under your account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

curl --request GET \
  --url 'https://your-api-domain.com/api/wallets/addresses' \
  --header 'Authorization: Bearer <token>'

Example response

{
    "success": true,
    "data": [
        {
            "id": "00wR4IeQZudZZhVcNemg",
            "address": "0xa017a270bc2bd620710d8c44413052e9c8acbbda",
            "createdAt": 1753449240955
        },
        {
            "id": "0HBBvYJsP48jD85Nnrzg",
            "address": "0xb4ba2f7e2551fd92d84b4982b017db1b62efc2fb",
            "createdAt": 1752153827851,
            "expiresAt": 1752157427851 // only appears for temporary accounts
        },
        {
            "id": "0cwCGL2BxREf2SYBBMMk",
            "address": "0x70f0c32649e1645ae73ccb325a50866e547ac9b3",
            "createdAt": 1774099599163,
            "expiresAt": 1774106799163
        }
    ]
}
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json