API Response Validation
-
A succuessful API response (status code 200) will contain an
X-CHECKSUM
header for integrity and security checks.- Calculate the checksum with the corresponding wallet’s API secret to double confirm the integrity of the response and the validity of the source.
-
Please refer to the code snippet on the github project to know how to validate the API response.