Crypto deposit success v1
This callback will be triggered when the crypto asset is successfully deposited to user’s Mudrex wallet address.
Headers
Your API key (configured in credentials)
HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.
Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
Body
The transaction_type field
The status field
The crypto_symbol field
The network field
The amount field
The created_at field
The tag field
The updated_at field
The usd_value field
The txn_hash field
The id field
The event field
The address field
The user_id field
Response
Successful response
Related topics
Deposit success webhook v1Get Crypto Deposit Transaction Details (v1)Crypto withdraw success v1Crypto buy success v1Crypto sell success v1