Get Mirrored Asset Summary
GET
/open-api/v1/mirror/position/summaryThis method allows to get mirrored asset summary
Notes: Either walletIdStr must be provided.
Request
Query Params
walletIdStr
string
required
Wallet ID in string
Example:
12936129221
timestamp
integer
required
Current timestamp in millisecond
Example:
1640995200000
Header Params
open-apikey
string
required
OpenAPI key string
signature
string
required
Signature of the request
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
object (MirrorPositionSummaryVo)
optional
walletIdStr
string
optional
totalAmountInBTC
string
optional
data
array[object (mirrorSummaryObject) {2}]
optional
code
string
optional
message
string
optional
Example
{
"data": {
"walletIdStr": "",
"totalAmountInBTC": "",
"data": [
{
"binanceUid": "",
"subtotalAmountInBTC": ""
}
]
},
"code": "",
"message": "",
}
Last modified: 2 years ago