Assets
Asset List
List asset statuses
POST
/
asset
/
list
The /asset/list
API will soon require an API Key, whereas previously this API
was usable without an API Key. Please double check you are using a ChainPatrol
issued API key.
Authorizations
X-API-KEY
string
headerrequiredYour API key. This is required by most endpoints to access our API programatically. Reach out to us at [email protected] to get an API key for your use.
Body
application/json
type
enum<string>
requiredAsset type
Available options:
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
status
enum<string>
default: BLOCKEDStatus of the assets to retrieve
Available options:
UNKNOWN
, ALLOWED
, BLOCKED
startDate
string
The start date to list assets from. This should be in the format YYYY-MM-DD
and is inclusive.
endDate
string
The end date to list assets from. This should be in the format YYYY-MM-DD
and is inclusive.
Response
200 - application/json
assets
object[]
requiredWas this page helpful?