API Overview
Here's a basic overview of the API endpoints provided by LYNC for wallet creation and transactions on the Fuel blockchain network.
These APIs enables the management of wallets by providing endpoints for creating new wallets and retrieving existing ones. Each wallet is associated with a unique address and private key. These APIs also facilitate the minting of NFT transactions and any generic transactions on the Fuel blockchain network. You can easily integrate mint NFT transactions and any generic transactions on Fuel using our APIs.
BASE_URL - https://server-fuel-sdk.lync.world/wallet
Routes -
To create a new wallet - {{ BASE_URL }}/create-wallet
To get already created wallet - {{ BASE_URL }}/get_wallet
In the upcoming sections, we will learn about the usage of all the above API endpoints individually.
Note -
Ensure to replace
{{ BASE_URL }}
with the actual base URL:https://server-fuel-sdk.lync.world
.Always use secure storage practices for private keys, as they are essential for managing wallet access.
Last updated