post https://api-bot-v1.dbotx.com/coin_tools/distribute
This API is used to fast send tokens to multiple addresses
Free | Plus | Pro | Enterprise | Credit Usage |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | 0 |
Response data
{
"err": false, // Error or not
"res": [
{
"err": false,
"msg": "OK",
"toList": [ // Address to receive tokens and amount received
{
"address": "4GPFnQ1Yo9NkWmFgDgtg9VpM4BSbfanNw5G5cprSUnx3", // Addresses to receive tokens
"amountUI": 0.11 // Amount of tokens received
},
{
"address": "Ba1RxEwiiLSwb8CHqPGa4YJrq4JebaJbBDvXMX2RAGiB", // Addresses to receive tokens
"amountUI": 0.12 // Amount of tokens received
},
{
"address": "GuFfw7KHoae3w9gQJT5udjkMatK6Sdzkz1h39cUKA4oW", // Addresses to receive tokens
"amountUI": 0.13 // Amount of tokens received
},
{
"address": "G1B6yupiSnQia349a8T6V5WbnRJo4K7q91P7jG44PRN2", // Addresses to receive tokens
"amountUI": 0.14 // Amount of tokens received
},
{
"address": "Fv3WiFNQDWcjXESthBxUAtDrQYgncLWwVLJnvhUoi8mw", // Addresses to receive tokens
"amountUI": 0.15 // Amount of tokens received
}
],
"txid": "transaction hash", // Transaction hash
"decimals": 9 // Token decimal
},
{
"err": false,
"msg": "OK",
"toList": [ // Address to receive tokens and amount received
{
"address": "AcazJW66GN2Tk6Wm2x2n1raTLBjVXnZYKwnreCBdosCi", // Addresses to receive tokens
"amountUI": 0.02 // Amount of tokens received
},
{
"address": "BYnVrf7oRwFkNCSzshEDA5Xhf19Z4beHeKNaD6T4eydS", // Addresses to receive tokens
"amountUI": 0.03 // Amount of tokens received
}
],
"txid": "transaction hash", // Transaction hash
"decimals": 9 // Token decimal
}
]
}