Get Mirror Linked Binance UID List
GET
/open-api/v1/mirror/mirrorLinkId/listThis method enables querying the list of Mirror-linked Binance UIDs (BUIDs). The Mirror-linked BUIDs must be applied through the Ceffu Web by a creator role.
API Key permission group : Enable Enquiry
请求参数
Query Params
timestamp
string
required
Current Timestamp in millisecond
Example:
0
pageLimit
string
optional
Example:
0
pageNo
string
optional
Example:
0
Header Params
open-apikey
string
required
OpenAPI key string
signature
string
required
Signature of the request
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
data
#/definitions/351682optional
code
string
optional
message
string
optional
Example
{
"data": {
"data": [
{
"walletIdStr": "",
"binanceUID": "",
"mirrorLinkId": "",
"label": "",
"status": 0,
"createDate": 0
}
],
"totalPage": 0,
"pageNo": 0,
"pageLimit": 0
},
"code": "",
"message": ""
}
Last modified: 2 年前