curl --request POST \
--url https://api.blockaid.io/v0/exchange/deposit/scan \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"deposit_id": "<string>",
"onchain_transaction": {
"hash": "<string>",
"chain": "ethereum",
"deposit_address": "<string>"
},
"account": {
"account_id": "<string>",
"account_creation_timestamp": "2023-11-07T05:31:56Z",
"user_age": 123,
"user_country_code": "US"
},
"event_time": "2023-11-07T05:31:56Z"
}
'