区块链常用API
波场API主页波场查询类API波场交易类API
波场API主页波场查询类API波场交易类API
  1. 波场交易类API
  • 发送trx
    POST
  • 发送usdt
    POST
  • 多签一个帐户
    POST
  • 多签状态下发送trx
    POST
  • 多签状态下发送usdt
    POST
  1. 波场交易类API

多签状态下发送usdt

POST
https://publicapi.tronapi.top/tron_send_usdt_with_multi

请求参数

Query 参数
from_address
string 
可选
示例值:
TPtVRyqKPqeQ5L9J9LnKmF9AuGm7Z3UYYk
owner_privatkey
string 
可选
示例值:
673d32dd61d985e4041fb88b01078aee7bad852eab26342f57c9490c1ef41851
to_address
string 
可选
示例值:
TWD9SgyY3jDkErgkcTf3Tsdcbx6hRruUAN
amount
string 
可选
示例值:
1

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://publicapi.tronapi.top/tron_send_usdt_with_multi'

返回响应

🟢200成功
application/json
Body
errcode
integer 
必需
data
object 
必需
txid
string 
必需
msg
string 
必需
errmsg
string 
必需
示例
{
  "errcode": 0,
  "data": {
    "txid": "b4c6a7e0401b2af4f0b213e506dfe118e6553c58543dbe89ee...",
    "msg": "广播完成"
  },
  "errmsg": ""
}
修改于 2022-10-26 21:35:02
上一页
多签状态下发送trx
Built with