For the complete documentation index, see llms.txt. This page is also available as Markdown.
Live AML API
Create Live AML
You can create live anti money laundering tracking with this service. Just add address and webhook data then we will send notification to your webhook. Also if you want set your streaming webhook you can set with this request (this is optional).
POSThttps://api.getdefy.co/v2/liveaml/create
Header Parameters
Name
Type
Description
apikey*
String
Service Apikey
Body Parameters
Name
Type
Description
address*
String
Wallet Address
webhook*
String
Webhook URL
stream_webhook
String
Streaming Webhook URL
{"code":0,"message":"OK","data":null}
{"message":"Error Message","code":5004}
Delete Live AML
You can stop your live anti money laundering tracking with this request. Just enter which address you want to stop.
DELETEhttps://api.getdefy.co/v2/liveaml/delete
Header Parameters
Name
Type
Description
apikey*
String
Service Apikey
Query Parameters
Name
Type
Description
address*
String
Wallet Address
List Tracked Live AML Addresses
You can list your live anti money laundering tracking addresses with this request.
GEThttps://api.getdefy.co/v2/liveaml/list
Header Parameters
Name
Type
Description
apikey*
string
API_KEY
Query Parameters
Name
Type
Description
page*
integer
Value has to be minimum 1
limit*
integer
Value has to be maximum 100
Addresses Actions
You can list your tracked accounts notification with this request. Also you can paginate it.