πŸ”Security

The API consists of public and private methods. The public methods do not require authentication.

For calling private methods you need

  1. Create mapping between your Eth Account and Dexilon Chain Account β†’ Registration Flow

  2. Authentication to Dexilon Chain β†’ Authentication Flow

  3. Generate JWT Access Token and call private method using it -> Private API Calls

Last updated