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 Risk Level

GET https://risk.signata.net/api/v1/riskLevel

Path Parameters

NameTypeDescription

addr*

String

0 - unknown risk level
1..5 - risk levels

Add Risk Event

POST https://risk.signata.net/api/v1/riskEvent

Injects a risk event into the database.

Requires a 'write' x-api-key

Request Body

NameTypeDescription

address*

String

reported_by

String

access_type

String

geolocation_thumbprint

String

device_thumbprint

String

Invalid Address

Last updated