Links

Risk API

Any source code provided on this site is unaudited and provides no guarantee that it will be functional or safe to use. Ensure you test before deploying to mainnet or production use.

signata-risk-api

The Risk API is a python flask service using Supabase for record retrieval and storage.
It can be easily deployed on services like DigitalOcean with the following environment variables set:
SUPABASE_URL
SUPABASE_KEY
get
https://risk.signata.net/api/v1
/riskLevel
Get Risk Level
post
https://risk.signata.net/api/v1
/riskEvent
Add Risk Event
Last modified 10mo ago