Authentication
Obtaining the API Key
To utilise the bond.network API, an API key is essential. This key can be procured from the bond project management platform. This unique identifier will be instrumental for various interactions within the system.
Pairing with Ethereum Wallet
For an added layer of security and to verify your identity, you'll need to pair the API key with your user's Ethereum wallet. This ensures that you have a valid Ethereum address and authenticates your user as the genuine owner of both the API key and the Ethereum wallet.
JWT Token
Once the user's identity is confirmed, you will be provided with a JWT (JSON Web Token). This token acts as the passport for authentication across the bond.network. Ensure to securely store this token, as it's pivotal for future interactions with the API.
Broadcasting & Gasless Transactions
Our API offers a unique broadcasting feature. With the JWT token, you can sponsor your users' gas expenses, offering them the luxury of gasless transactions in your bond application. Such a feature enhances the user experience and fosters more engagement within your app. Moreover, with this token, users can seamlessly access and execute actions like profile
, referral
, and follow
, all under the umbrella of gasless transactions.
Our authentication resolver contains:
Last updated