Skip to main content
POST
cURL

Headers

x-api-key
string<uuid>
required

Your community API key

Body

application/json
channelId
string
required

ID of a Discord channel in your server where the transfer should be sent.

Pattern: ^\d+$
recipientAddress
string
required

Wallet address to send the assets to.

Maximum string length: 128
item
Token · object
required

Token or NFT to transfer.

comment
string | null

Note that will be shown on the "Transfer successful" message.

Maximum string length: 256
hideNotification
boolean | null

Whether to hide the public "Transfer successful" channel notification after sending the asset.

Response

201

Transfer has been executed successfully