Risk API

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

Name
Type
Description

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

Name
Type
Description

address*

String

reported_by

String

access_type

String

geolocation_thumbprint

String

device_thumbprint

String

Invalid Address

Last updated