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).
POST
https://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 |
Delete Live AML
You can stop your live anti money laundering tracking with this request. Just enter which address you want to stop.
DELETE
https://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.
GET
https://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.
GET
https://api.getdefy.co/v2/liveaml/events
Header Parameters
Name | Type | Description |
---|---|---|
apikey* | String | API_KEY |
Query Parameters
Name | Type | Description |
---|---|---|
page* | Integer | Page Value (Minimum 1) |
limit* | Integer | Page Limit (Maximum 100) |
Last updated