curl --request POST \
--url https://app.chainpatrol.io/api/v2/asset/parse \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"content": "<string>"
}
'{
"content": "<string>",
"submittedContent": "<string>",
"type": "URL",
"identifier": "<string>",
"identifierType": "<string>",
"model": "addon",
"chain": "<string>",
"caip2ChainId": "<string>",
"metadata": {}
}Parse and normalize asset content to extract structured information
curl --request POST \
--url https://app.chainpatrol.io/api/v2/asset/parse \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"content": "<string>"
}
'{
"content": "<string>",
"submittedContent": "<string>",
"type": "URL",
"identifier": "<string>",
"identifierType": "<string>",
"model": "addon",
"chain": "<string>",
"caip2ChainId": "<string>",
"metadata": {}
}X-API-KEY header:
X-API-KEY: <api-key>
Your API key. This is required by most endpoints to access our API programatically. Reach out to us at support@chainpatrol.io to get an API key for your use.
1Successful response
URL, PAGE, ADDRESS, DISCORD, LINKEDIN, TWITTER, FACEBOOK, YOUTUBE, REDDIT, TELEGRAM, GOOGLE_APP_STORE, APPLE_APP_STORE, AMAZON_APP_STORE, MICROSOFT_APP_STORE, TIKTOK, INSTAGRAM, THREADS, MEDIUM, CHROME_WEB_STORE, MOZILLA_ADDONS, OPERA_ADDONS, EMAIL, PATREON, OPENSEA, FARCASTER, IPFS, GOOGLE_FORM, WHATSAPP, DISCORD_USER, QUORA, GITHUB, TEACHABLE, SUBSTACK, DEBANK, TAWK_TO, JOTFORM, PRIMAL, BLUESKY, SNAPCHAT, DESO, PINTEREST, FLICKR, GALXE, VELOG, NPM, PYPI, HEX, DOCKER_HUB, VOCAL_MEDIA, TECKFINE, TENDERLY, HACKMD, ETSY, ZAZZLE, BASENAME, BILIBILI_TV, VIMEO, DAILYMOTION, PHONE_NUMBER, SLACK, CALENDLY, NGROK, RARIBLE, RUST_PACKAGE, FLATHUB, VIDLII, VEVIOZ, ISSUU, SOUNDCLOUD, ZAPPER addon, app, bot, business-profile, catalog, collection, channel, group, post, profile, short, video, space, issue, pull-request, discussion, repository, Article, comment, list, subreddit, community, mini-app Show child attributes
Was this page helpful?