Authorization: Bearer ********************{
"type": "ASSET",
"currency": "BTC",
"page": 1,
"limit": 1
}curl --location 'https://web-api.blockindex.com/entity//valuation/crypto/acquisition' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "ASSET",
"currency": "BTC",
"page": 1,
"limit": 1
}'