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 5

    This command is used to create an alpha call in the specified channel. Specify the channel parameter as the channel where you want to send the call, collection parameter as any part of the collection's name, and quantity parameter as the number of pieces you bought.

  • Create a secret alpha call:

    !call #channel-name CollectionName 3 --secret

    This command is used to create a secret alpha call in the specified channel. Specify the channel parameter, collection parameter, and quantity parameter as mentioned in the previous example. Add the --secret flag to make the call secret.

📝 Note:

  • This command allows you to create an alpha call to share information about an NFT collection.

  • Specify the channel parameter as the channel where you want to send the call.

  • Specify the collection parameter as any part of the collection's name to search for the collection.

  • Specify the quantity parameter as the number of pieces you bought from the collection.

  • You can optionally provide a title for the call to give it a specific name.

  • Include any additional note you want to include with the call.

  • Specify the exchange parameter if you want to mention the exchange you bought from. If not provided, it defaults to "MagicEden".

  • Use the --secret

Last updated