Prepare token locking transaction
POST/api/solana/tokens/:tokenMintAddress/locker/lock
Prepares a blockchain transaction to lock a specified amount of tokens until a specified release date. The locking operation is executed asynchronously on the blockchain. The response contains a serialized transaction that the client must sign and submit to the Solana network. Use the transaction verification endpoint to confirm successful completion.
Request
Responses
- 200
- 400
Lock transaction prepared successfully
Bad request - missing required fields or validation errors