Transfer ERC1155 Token

Transfer ERC1155 tokens from the Co:Create wallet of a given user to a recipient wallet address. On success, it returns a 200 OK with an empty struct in the response body.

Body Params

Request body to transfer ERC1155 tokens.

string
required

The email address of the user who owns the tokens

string
required

The contract address of the tokens

token_ids
array of numbers
required

The token id(s) to transfer

token_ids*
transfer_quantities
array of numbers
required

The amount of tokens to transfer of the specified token id(s)

transfer_quantities*
string
required

The wallet address to transfer the tokens to

Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json