Fired when a new on-chain deposit is detected on an account deposit address.
{ "id": "<string>", "type": "CRYPTO_DEPOSIT_CREATED", "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "accountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "chainId": "ETHEREUM_MAINNET", "transactionId": "<string>", "status": "PENDING", "rejectionReason": "TRANSACTION_FAILED", "amount": "<string>", "senderAddress": "<string>", "occurredAt": "2024-01-15T10:30:00Z", "createdAt": "<string>", "updatedAt": "<string>", "asset": { "symbol": "<string>", "name": "USD Coin", "decimals": 4503599627370495, "logoUri": "<string>" } } }
Unique event identifier for idempotency
Webhook event type
CRYPTO_DEPOSIT_CREATED
Show child attributes
Webhook received successfully. Return any 2xx status to acknowledge.