Authentication
User signature is required to fetch data
Last updated
User signature is required to fetch data
Last updated
First, you need to arrange data which will be used to generate message
Sign the above message using the appropriate address and arrange data in below format
signature
is the obtained by signing the above generated message and timestamp is also given in the response of this
timestamp
can't be older than 5 minutes
To authenticate, just include the received accessToken
in headers
as authorization
in format bearer ${accessToken}