POST
/
damc
/
assets
/
cURL
curl --request POST \
  --url https://dev-api.rootkey.ai/api-v1/damc/assets/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "ownerWallet": "<string>",
  "assetURI": "<string>",
  "externalId": "<string>"
}'
{
  "chainId": 80002,
  "message": "Asset registered successfully!",
  "transactionHash": "0xdee485f695a79bc8e37a0efcee21c42be0854f1754fe5b52113be70cbfb8d858"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Asset creation request payload

ownerWallet
string
required

The address of the asset owner

assetURI
string
required

Asset URI

externalId
string

An external ID that references the asset in an existing system

Response

Asset Created

An error occurred.

message
string
errorCode
string
docUrl
string
timestamp
string