Ads3Ads3
How Ad Network Works
Advertiser
Publisher
  • Telegram
  • Twitter
  • Discord
  • Press Kit
  • English
  • 简体中文
How Ad Network Works
Advertiser
Publisher
  • Telegram
  • Twitter
  • Discord
  • Press Kit
  • English
  • 简体中文
  • Use Case

    • How to Increase Community Engagement
    • How to Increase Community Users
    • How to Improve Project's On-chain Activity
    • Use Cases
  • Quest

    • Create Quest
    • Preview Quest
    • Promote Quest
    • Eligibility
    • Quest Analysis
    • Rewards
    • Tasks
    • FAQ
  • Tutorials

    • Add TonAIBot to Your Telegram Group
    • Add TonAIBot to Your Telegram Channel
    • Add TonAIBot to Your Discord Server
    • User Conversion Verification API


Boolean Type

  1. true:the string "true" indicates successful verification
  2. false:the string "false" indicates verification failure.
  3. example
    1. Successful Verification Example
    curl --location 'https://app.pea.ai/api/v1/common/verify/example/success'
    1. Failed Verification Example
    curl --location 'https://app.pea.ai/api/v1/common/verify/example/fail'

Supported Parameter

  1. wallet_address
    1. Strong validation supports TON wallet addresses and general EVM wallet addresses.
    2. For wallet address types not strongly validated as above, it cannot be guaranteed that the user's wallet addresses belong to the same account.
    3. In this case, Pea will configure to collect user wallet addresses using the PoW method.
  2. email
    1. Strong validation not supported.
    2. Email collection method needs to be configured to collect emails using the PoW method.
  3. telegram_id
    1. user's Telegram ID.

Request Methods

  1. GET
  2. POST

How to Submit the API

After the API is developed on the client side, provide an example of the verification curl method. The data format returned must strictly adhere to the Pea API response format.

If a task requires configuration to redirect to a specific website, please provide the corresponding URL address.