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..."
}
]
}
]Get all address groups for the authenticated user
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..."
}
]
}
]