Skip to main content
GET
/
auth
/
addresses
List Address Groups
curl --request GET \
  --url https://api.depo.to/auth/addresses \
  --header 'x-api-key: <api-key>'
[
  {
    "addressGroups": [
      {
        "id": "1234567890",
        "createdAt": "2021-01-01T00:00:00Z",
        "targetChain": "ethereum",
        "targetAddress": "0x742d...",
        "targetAsset": "0x12ab..."
      }
    ]
  }
]

Authorizations

x-api-key
string
header
required

API key from depo.to dashboard

Response

List of address groups

addressGroups
object[]