Broadcast messages
Effortlessly send any message to a group of users through DeBank Hi and directly reach out to any on-chain user. Users will be able to reply to your messages.
Last updated
Effortlessly send any message to a group of users through DeBank Hi and directly reach out to any on-chain user. Users will be able to reply to your messages.
Last updated
curl 'https://pro-openapi.debank.com/v1/official/group_send' \
-H 'AccessKey: YOUR_ACCESSKEY' \
-H 'Content-Type: application/json' \
--data-raw '{
"address_list": ["0x5853ed4f26a3fcea565b3fbc698bb19cdf6deb85"],
"content": {
"type": "text",
"value": {"url": "https://example.com",
"data": "test group send message",
"version": "v1"}
},
"max_offer_price": 10000, // default $1
"prepayment_amount": 10000}' \
--compressed