📘

Beta version

Breadcrumbs API One is currently in Beta version, please contact us to get your manual key.

To start working with Breadcrumbs One API, you need the API Key we provided for you.

Add a custom header called X-API-KEY in every call you make and set the value as your API Key.

See the example below:

curl --location 'https://api.breadcrumbs.one/risk/address?chain=ETH&address=0x..' \
--header 'Accept: application/json' \
--header 'X-API-KEY: MY-API-KEY-HERE'