Authorization: Bearer ********************{
"sortByDateDirection": "ASC",
"currency": "BTC",
"page": 1,
"limit": 1,
"remain": "USED"
}curl --location 'https://web-api.blockindex.com/entity//valuation/broker/inventory' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"sortByDateDirection": "ASC",
"currency": "BTC",
"page": 1,
"limit": 1,
"remain": "USED"
}'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": {
"total": 0,
"list": [
{
"logo": "string",
"type": "CRYPTO",
"detailPlatforms": {},
"uniqueId": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"sign": "string",
"entityId": "string",
"syncStatus": "DOING",
"syncLog": "string"
}
]
}
}