-
Notifications
You must be signed in to change notification settings - Fork 0
faq
github-actions[bot] edited this page Feb 26, 2025
·
2 revisions
Contact andretreasuryguild on Discord to request an API key. Please include:
- Your intended use case
- Your Discord handle
- Project/Organization name (if applicable)
- Contributors API: For basic contributor and wallet mapping
- Wallets API: For Discord handle and wallet address associations
- Recognitions API: For detailed recognition/reward data from the Treasury Guild Database
Currently, there are no strict rate limits, but we recommend implementing caching and being mindful of request frequency.
This typically means:
- Your API key is missing
- Your API key is invalid
- The API key is not being sent in the correct header format
Currently, our APIs return all results in a single response. We recommend using query parameters to filter data when possible.
For security reasons, we recommend making API calls from your backend server to protect your API key.
The Wallet Collector API filters addresses to ensure they:
- Start with "addr"
- Are at least 55 characters long
- Have associated Discord handles
Use the DD.MM.YY format for date parameters (e.g., "01.01.24")
Data is updated in real-time as transactions and recognitions are processed.
Yes, use the date range parameters (startDate and endDate) in the Recognitions API.