API Overview
Here's a basic overview of the API endpoints provided by Lync for wallet creation and transactions on the Movement 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 Movement blockchain network. You can easily integrate mint NFT transactions and any generic transactions on Movement using our APIs.
Routes -
To create a new wallet - {{ BASE_URL }}/generate_wallet/create_wallet
To get already created wallet - {{ BASE_URL }}/generate_wallet/get_wallet
Mint NFT transactions - {{ BASE_URL }}/generate_wallet/mint_nft
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-aptos-sdk.lync.world/api-movement
.Always use secure storage practices for private keys, as they are essential for managing wallet access.
Last updated