Private API Calls
Last updated
Last updated
After you performed all steps in and you can generate JWT token:
User creates a ECDSA
signature with Ethereum Wallet
Call (passing Ethereum Address
, signature and sign message).
Dexilon API
check ownership of your Ethereum Wallet
and get Dexilon Chain Address
cause mapping has been created already.
Returns Access
and Refresh
JWT Tokens
To refresh current Access JWT Token
use
After you got valid Access JWT Token
you can call private API methods. All private methods requires two request headers:
Authorization = "Bearer <AccessJWT Token>
"
CosmosAddress = "<granter Dexilon Chain Address>"
Example of calling private :