Jun 11, 2024
API Improvements
We've made two key updates to our External API, which provide integrators more options for submitting and fetching threat intelligence data from ChainPatrol.
We've added a new Asset Submit endpoint. It's a lightweight alternative to Report Creation that allows you to submit a URL to ChainPatrol for review.
We've added pagination to the Asset List endpoint to allow integrators to pull our entire list without worrying about API timeouts or errors about payload size limits.
These updates make it possible to submit suspicious URLs and social media assets much earlier in the detection process, and provide more flexibility in fetching our full blocklist for enforcement at the wallet and in other security tools.
For asset submission, providing an organization is optional. We automatically determine which organizations the asset(s) is most relevant to. If you know which organization is being targeted and have high confidence in the malicious disposition of the asset, prefer using the Report Creation endpoint instead.
For pagination improvements, we provide cursor-based pagination. If your programming language supports the iterator pattern or streams, we recommend composing over pages following the cursor each time until you reach the end of the list.
For code examples of how to do this, check out: https://chainpatrol.io/docs/external-api/asset-list
We've made two key updates to our External API, which provide integrators more options for submitting and fetching threat intelligence data from ChainPatrol.
We've added a new Asset Submit endpoint. It's a lightweight alternative to Report Creation that allows you to submit a URL to ChainPatrol for review.
We've added pagination to the Asset List endpoint to allow integrators to pull our entire list without worrying about API timeouts or errors about payload size limits.
These updates make it possible to submit suspicious URLs and social media assets much earlier in the detection process, and provide more flexibility in fetching our full blocklist for enforcement at the wallet and in other security tools.
For asset submission, providing an organization is optional. We automatically determine which organizations the asset(s) is most relevant to. If you know which organization is being targeted and have high confidence in the malicious disposition of the asset, prefer using the Report Creation endpoint instead.
For pagination improvements, we provide cursor-based pagination. If your programming language supports the iterator pattern or streams, we recommend composing over pages following the cursor each time until you reach the end of the list.
For code examples of how to do this, check out: https://chainpatrol.io/docs/external-api/asset-list
We've made two key updates to our External API, which provide integrators more options for submitting and fetching threat intelligence data from ChainPatrol.
We've added a new Asset Submit endpoint. It's a lightweight alternative to Report Creation that allows you to submit a URL to ChainPatrol for review.
We've added pagination to the Asset List endpoint to allow integrators to pull our entire list without worrying about API timeouts or errors about payload size limits.
These updates make it possible to submit suspicious URLs and social media assets much earlier in the detection process, and provide more flexibility in fetching our full blocklist for enforcement at the wallet and in other security tools.
For asset submission, providing an organization is optional. We automatically determine which organizations the asset(s) is most relevant to. If you know which organization is being targeted and have high confidence in the malicious disposition of the asset, prefer using the Report Creation endpoint instead.
For pagination improvements, we provide cursor-based pagination. If your programming language supports the iterator pattern or streams, we recommend composing over pages following the cursor each time until you reach the end of the list.
For code examples of how to do this, check out: https://chainpatrol.io/docs/external-api/asset-list
© 2024 ChainPatrol Inc. All Rights reserved
© 2024 ChainPatrol Inc. All Rights reserved