{
"id": "<string>",
"type": "CRYPTO_DEPOSIT_CREATED",
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"transactionId": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"amount": "1000.0",
"feeAmount": "5.0",
"senderAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f8fA21",
"occurredAt": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:35:00Z",
"asset": {
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoUri": "<string>"
}
}
}Notifications
Crypto deposit created
Fired when a new on-chain deposit is detected on an account deposit address.
WEBHOOK
CRYPTO_DEPOSIT_CREATED
{
"id": "<string>",
"type": "CRYPTO_DEPOSIT_CREATED",
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"transactionId": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef",
"amount": "1000.0",
"feeAmount": "5.0",
"senderAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f8fA21",
"occurredAt": "2024-01-15T10:30:00Z",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:35:00Z",
"asset": {
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoUri": "<string>"
}
}
}