Authorization: Bearer ********************{
"totalPositionBatchSnapshotId": 8,
"page": 1,
"limit": 20
}curl --location 'https://web-api.blockindex.com/entity//totalPosition/search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"totalPositionBatchSnapshotId": 8,
"page": 1,
"limit": 20
}'{
"status": "success",
"requestId": "a07a4044-1294-8f1e-5cce-e66aa9ed2473",
"data": {
"totalCount": 74,
"list": [
{
"accountType": "Duis",
"datetime": "2025-02-20",
"category": "pariatur Ut non",
"currency": "quis anim",
"underlyingCurrency": {
"underlyingCurrencyId": "69",
"name": "饶玲",
"logo": "https://avatars.githubusercontent.com/u/21120651",
"type": "dolor eiusmod consequat minim",
"symbol": "aute in in Lorem",
"showSymbol": "sint culpa",
"sign": "magna consectetur",
"detailPlatforms": {},
"decimal_place": 64
},
"inUSDT": 72,
"price": 292.55,
"amount": 891.49
}
]
}
}