curl --location -g --request GET 'https://api.getcalico.com/platform/v1/transactions?start_time={{$date.timestamp}}&end_time={{$date.timestamp}}&asset_symbols&crypto_sources&limit' \
--header 'Authorization: Bearer <token>'[
{
"crypto_source_transaction_id": "string",
"timestamp": 0,
"crypto_source_id": "coinbase",
"transaction_type": "BUY",
"categorization": {
"protocol_name": "string",
"contract_type": "STAKING",
"network_name": "string"
},
"fee": {
"itemized_receipt": [
{
"source": "NETWORK",
"value": "string",
"currency": "string"
}
]
},
"metadata": "string",
"input": {
"value": "string",
"currency": "string",
"asset_type": "NFT"
}
}
]