Skip to main content
GET
/
v2
/
address
/
{address}
/
dids
Get DIDs for an address
curl --request GET \
  --url https://api.getnimbus.io/v2/address/{address}/dids \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "address": "0x123...abc",
    "data": [
      "example.sui",
      "test.sol"
    ]
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication. Trial key: trial-0a620a64-975b-4f45-a73f-9d363200c92e

Path Parameters

address
string
required

The blockchain address to query DID accounts for

Response

Successfully retrieved DID accounts

data
object
I