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

Good to know: This API method was auto-generated from an example Swagger file. You'll see that it's not editable – that's because the contents are synced to a URL! Any time the linked file changes, the documentation will change too.

最后更新于