Protocol API Overview
Collections
IPLicenseTerms
LicenseTemplates
LicenseTerms
LicenseTokens
Permissions
IPAssets
Get an IPAsset
Retrieve an IPAsset
GET
/
api
/
v3
/
assets
/
{assetId}
curl --request GET \
--url https://api.storyapis.com/api/v3/assets/{assetId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": {
"ancestorCount": 123,
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"childrenCount": 123,
"descendantCount": 123,
"id": "<string>",
"ipId": "<string>",
"isGroup": true,
"latestArbitrationPolicy": "<string>",
"nftMetadata": {
"chainId": "<string>",
"imageUrl": "<string>",
"name": "<string>",
"tokenContract": "<string>",
"tokenId": "<string>",
"tokenUri": "<string>"
},
"parentCount": 123,
"rootCount": 123,
"rootIpIds": [
"<string>"
],
"transactionHash": "<string>"
}
}
Headers
API Key
Chain Destination
Path Parameters
Asset ID
Response
200 - application/json
OK
curl --request GET \
--url https://api.storyapis.com/api/v3/assets/{assetId} \
--header 'X-Api-Key: <x-api-key>' \
--header 'X-Chain: <x-chain>'
{
"data": {
"ancestorCount": 123,
"blockNumber": "<string>",
"blockTimestamp": "<string>",
"childrenCount": 123,
"descendantCount": 123,
"id": "<string>",
"ipId": "<string>",
"isGroup": true,
"latestArbitrationPolicy": "<string>",
"nftMetadata": {
"chainId": "<string>",
"imageUrl": "<string>",
"name": "<string>",
"tokenContract": "<string>",
"tokenId": "<string>",
"tokenUri": "<string>"
},
"parentCount": 123,
"rootCount": 123,
"rootIpIds": [
"<string>"
],
"transactionHash": "<string>"
}
}