X-Signature
header and the request body.
Concatenate the following strings:
X-Timestamp
headereventId
from the body of the request1730482675607b17c862a961fbba3a02af42a7de6e643{"eventId": "b17c862a961fbba3a02af42a7de6e643", "event": "deposit-created", "subscriptionId": "61fbba3a02af4", "payload": {"baseCurrency": "BTC"}}
Generate the expected signature
HMAC-SHA256 Validation | ECDSA Validation |
---|---|
1. Sign the concatenated string with your API Secret using the HMAC SHA256 method. 2. Encode the generated signature in hexadecimal format. | 1. Compute the SHA-256 hash of the concatenated string. 2. Use the ECDSA Public Key to verify the signature. 3. Encode the generated signature in hexadecimal format. |
Compare the generated signature with the X-Signature header
Validate IP Address
63.33.117.167
, 99.80.177.29
, 52.215.155.205
.Please be aware that these addresses are only used for the Production environment and can change in the future.