v1
latestOpenAPI 3.0.02026-07-2641816.8 KBGet Reports
Query parameters
(Optional if a domain is passed). Crypto addresses to screen.
Optional. Threshold date to use as a filter.
Optional. Scam category to use as filter.
(Optional if a URL is passed). Chain to use as filter.
Optional
- True: report checked by our team of moderators including blockchain intelligence experts.
- False: report could not be verified by our team of moderators.
Optional. An ISO 3166-1 alpha-2 code e.g. AE for United Arab Emirates, CA for Canada, GB for United Kingdom, etc.
- Usage: ?country=CA to filter reports within Canada
(Optional if an address is passed). URL to screen.
Optional. Defaults to false. Only users with TRM_INTERNAL role can toggle.
- True: private reports are included in the response.
- False: private reports are hidden from the response.
Optional. Filters reports with at least the amount passed (Currently, only usd asset are supported and others will be ignored).
- ASC = latest reports first
- DESC= oldest report first if several reports are pulled out
Orders reports by date if several reports are pulled out
Optional. Number of pages of reports to pull out. The maximum number of reports per page is 50. If page =1, you will pull out a maximum of 50 reports.
Optional. Number of reports to display per page. The maximum number of reports per page is 50. If page =1, you will pull out a maximum of 50 reports.
Optional. Filters reports based on passed indicator of compromise.
Optional. Start date to use as a filter.
Optional
- True: reported by a trusted contributor, based on how this Partner detects and verifies information.
- False: the reporter is not registered as a trusted contributor. Please note this does not mean their report cannot be trusted.
Optional. The contributor's username.
Response
Ok
Example response
{
"reports": [
{
"id": "52907745-7672-470e-a803-a2f8feb52944",
"trusted": true,
"checked": true,
"scamCategory": "RUG_PULL",
"createdAt": "2022-09-09T04:53:16.591Z",
"addresses": [
{
"address": "12QeMLzSrB8XH8FvEzPMVoRxVAzTr5XM2y",
"chain": "BTC",
"domain": null
},
{
"address": null,
"chain": null,
"domain": "scammer.com"
}
]
}
]
}