Boolean Type
- true:the string "true" indicates successful verification
- false:the string "false" indicates verification failure.
- example
- Successful Verification Example
curl --location 'https://app.pea.ai/api/v1/common/verify/example/success'
- Failed Verification Example
curl --location 'https://app.pea.ai/api/v1/common/verify/example/fail'
Supported Parameter
- wallet_address
- Strong validation supports TON wallet addresses and general EVM wallet addresses.
- For wallet address types not strongly validated as above, it cannot be guaranteed that the user's wallet addresses belong to the same account.
- In this case, Pea will configure to collect user wallet addresses using the PoW method.
- email
- Strong validation not supported.
- Email collection method needs to be configured to collect emails using the PoW method.
- telegram_id
- user's Telegram ID.
Request Methods
- GET
- 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.