withdrawBatch

from wallet to platform

Contract method

function withdrawBatchERC721(
        address to,
        address token,
        uint256[] memory ids
    ) external;
    
function withdrawBatchERC1155(
        address to,
        address token,
        uint256[] memory ids,
        uint256[] memory amounts
    ) external;

POST https://api.xxx.com/v1/nft_transfer/withdraw_batch_erc721

Request Body

Name
Type
Description

from*

String

ids*

Number[]

token*

String

最后更新于