Hi Everyone, I am new Here – beginner.
Help!!! I do not Know how to insert and where the Xsignitue
How to connect get data from API that requires API key and AUTHORIZATIONS:
Apikey and Xsignature is a SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds?
To authenticate, you must send both the API Key and the X-Signature , a SHA256 hash in Hex format calculated from your API key, your secret plus current timestamps in seconds:
Here is explain:
- **APItude hotlbeds(Getting Started)
- Postman: [APItude]