Documentation Index
Fetch the complete documentation index at: https://docs.webacy.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Webacy API provides risk assessment for the Stellar blockchain ecosystem. Analyze Stellar addresses and tokens for security threats, malicious activity, and risk factors.Stellar support is currently in beta. Contact us at info@webacy.com for feedback or questions.
Supported Endpoints
Address Risk Analysis
Analyze any Stellar address for security threats and risk factors.Holder Analysis
Analyze token holder distribution and detect suspicious activity.Address Formats
Stellar uses different address formats depending on the entity type:| Type | Format | Example |
|---|---|---|
| Account | G… (56 characters) | GA223OFHVKVAH2NBXP4AURJRVJTSOVHGBMKJNL6GRJWNN4SARVGSITYG |
| Token | CODE:ISSUER | USDC:GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN |
Test Addresses
Use these addresses to test the API:Stellar-Specific Risk Tags
These risk tags are unique to the Stellar ecosystem:| Tag | Severity | Description |
|---|---|---|
clawback | Medium | A clawback operation has been detected on this account or token. |
multiple_clawback | High | Multiple clawback operations detected, indicating potential pattern of fund recovery or manipulation. |
malicious_account | High | Account flagged as malicious by StellarExpert or community reports. |
unsafe_account | Medium | Account flagged as potentially unsafe by StellarExpert. |
malicious_issuer | High | Token issuer has been flagged as malicious. |
unsafe_issuer | Medium | Token issuer has been flagged as potentially unsafe. |
Additional Risk Tags
Standard risk tags also apply to Stellar addresses:wash_trading- Suspicious trading patterns detectedsanctioned- Address appears on sanction listsinsufficient_wallet_age- Account is very newinsufficient_wallet_balance- Low account balanceinsufficient_wallet_transactions- Limited transaction history- Holder concentration tags (top holders owning significant percentages)
Example Response
Best Practices
- Always use the correct format - Use
CODE:ISSUERformat for tokens, not just the asset code - Check holder distribution - Use the holder analysis endpoint to understand token concentration
- Monitor for clawback - Clawback-enabled tokens can have funds recalled by the issuer
