GET
/
damc
/
assets
/
cURL
curl --request GET \
  --url https://dev-api.rootkey.ai/api-v1/damc/assets/ \
  --header 'x-api-key: <api-key>'
{
  "chainId": 80002,
  "assets": [
    {
      "assetId": "1",
      "assetURI": "https://example.com/assets/asset_1.json",
      "owner": "0xB411f2302B73331c96D983fE466E85F287Da8A98"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

ownerWallet
string
required

The owner's address to list all assets

Response

List of Assets

An error occurred.

message
string
errorCode
string
docUrl
string
timestamp
string