depositBatch
from platform to wallet
Contract method
function depositBatchERC721(
address from,
address token,
uint256[] memory ids
) external;
function depositBatchERC1155(
address from,
address token,
uint256[] memory ids,
uint256[] memory amounts
) external;POST https://api.xxx.com/v1/nft_transfer/deposit_batch_erc721
Request Body
Name
Type
Description
from*
String
ids*
number[]
token*
String
最后更新于