ENSC Business API
Business DashboardWebsite
  • Introduction
    • Use Cases
    • Configurations
  • Ready To Integrate?
  • Getting Started
    • Security
      • Generating Keys
      • Encrypting / Decrypting Request
  • Integrations
    • Contract Address
    • Enums
    • Authorization
    • Endpoints
      • Get Bank Lists
      • Token Balance
      • Token Approval
      • Mint
      • Mint Allocation
      • Redeem
      • Transfer
      • Withdraw
      • Verify Payout/Withdrawal
  • Libraries/SDKs
    • Client Libraries
Powered by GitBook
On this page
  1. Getting Started

Security

Our API endpoints use AES encryption for request payloads and Ed25519 for decrypting and verifying response data, ensuring that communications with our server are end-to-end protected. To maintain security, ensure that your apiKey, privateKey, publicKey and encryptionKey remain confidential.

Getting started with the API, please head over to your dashboard:

1

Complete Level 1 KYC

Complete your level 1 KYC to unlock access to keys generation.

2

Generate keys

Generate and securely store your API credentials, encryption key, public key and private key

3

Encrypt/Decrypt Requests

Use our provided encryption utilities to encrypt requests and decrypt responses, ensuring that all data exchanged with our API remains secure.

PreviousReady To Integrate?NextGenerating Keys

Last updated 2 months ago