Skip to main content

Get DPP by Address

Fetches all DPPs related to the address that created them.

Endpoint Information

  • Method: GET
  • URL: /dpp/address/{address}
  • Authentication Required: No

Path Parameters

The request path parameters must include:

  • address: A string representing the address associated with the issuer's account such as 0x4F6452b60F5e3cE8480A213F369C3B7E6fC01D48.

Responses

✅ 200 – Success

{
"data": [
{
"tokenId": "0",
"tokenURI": "https://ipfs.io/ipfs...",
"metadata": {
"name": "some-name"
}
}
]
}