call
π RADAR Documentation - Command: Create Alpha Call
π€ Command Group: alpha
π Command Name: call
π Parameters:
channel(required: True) - The channel you want to send the call in. (Type: channel)collection(required: True) - Any part of the collection's name. (Type: string)quantity(required: True) - How many pieces did you buy. (Type: integer)title(required: False) - Optional title for the call. (Type: string)note(required: False) - Any additional notes you want to include. (Type: string)exchange(required: False) - The exchange you bought from. (Type: string)secret(required: False) - Whether you want to make this call secret. (Type: boolean)
π Description:
Create an alpha call.
π Example Usage:
Create an alpha call:
!call #channel-name CollectionName 5This command is used to create an alpha call in the specified channel. Specify the
channelparameter as the channel where you want to send the call,collectionparameter as any part of the collection's name, andquantityparameter as the number of pieces you bought.Create a secret alpha call:
!call #channel-name CollectionName 3 --secretThis command is used to create a secret alpha call in the specified channel. Specify the
channelparameter,collectionparameter, andquantityparameter as mentioned in the previous example. Add the--secretflag to make the call secret.
π Note:
This command allows you to create an alpha call to share information about an NFT collection.
Specify the
channelparameter as the channel where you want to send the call.Specify the
collectionparameter as any part of the collection's name to search for the collection.Specify the
quantityparameter as the number of pieces you bought from the collection.You can optionally provide a
titlefor the call to give it a specific name.Include any additional
noteyou want to include with the call.Specify the
exchangeparameter if you want to mention the exchange you bought from. If not provided, it defaults to "MagicEden".Use the
--secret
Last updated
Was this helpful?