Glossary
This page contains the list of terms used throughout this document with the definition of each term.
API Key (X-API-Key)
It is a unique 64 characters alphanumeric string used to identify the Operator system that makes the API call. This value is generated by Game Aggregator and is given to the Operator during the Wallet Integration Process.
API Secret
It is a unique 64 characters alphanumeric string that is used for producing digital signatures via HMAC-SHA256 algorithm. This value is generated by Game Aggregator and is given to the Operator during the Wallet Integration Process. It must be stored securely on the Operator's system.
X-Signature
It is a digital signature generated using the algorithm HMAC-SHA256. This is produced by signing the API's request body using the Operator's API Secret.
HTTPS
Hypertext Transfer Protocol Secure. The communication protocol is encrypted using SSL certificate to prevent man-in-the-middle attacks and eavesdropping.
traceId
An ID to uniquely identify every request.
Last updated