'NEAR Rest API: How to generate a sign URL with Batch Transactions?

I want to generate a sign URL using the NEAR API Rest Server

This is the Sign URL API:- enter image description here

--

I want to perform storage_deposit and nft_approve actions in a single transaction.

Example:

enter image description here



Solution 1:[1]

This function is not designed to execute a set of methods right now, it can be improved.

Are you sure storage_deposit call is needed before every nft_approve action? I checked the NFT standard implementation, it allows user to attach deposit just on nft_approve.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Zavodil