Streaming API
Create Stream
You can create streaming with this service. Just add address and webhook data then we will send notification to your webhook. Also if you want set your live anti money laundering tracking webhook you can set with this request (this is optional).
POST
https://api.getdefy.co/v2/stream/create
Header Parameters
apikey*
String
Service Apikey
Body Parameters
address*
String
Wallet Address
webhook*
String
Webhook URL
aml_webhook
String
Live AML Webhook URL
Delete Stream
You can stop your streaming with this request. Just enter which address you want to stop.
DELETE
https://api.getdefy.co/v2/stream/delete
Header Parameters
apikey*
String
Service Apikey
Query Parameters
address*
String
Wallet Address
List Streamed Addresses
You can list your streaming addresses with this request.
GET
https://api.getdefy.co/v2/stream/list
Query Parameters
page
1
Page Number (Min: 1)
limit
50
Page Limit (Max: 100)
Last updated