Documentation Index
Fetch the complete documentation index at: https://developers.momogood.com/llms.txt
Use this file to discover all available pages before exploring further.
Plan for 1 request per second
Sustained polling on the order of one request per second per integrator is the typical traffic profile for these endpoints. Build your sync logic around that rate — most integrators sync every few minutes during an active event and every hour or so once events have closed.When you exceed the rate limit
If you push past the shared rate-limit zone, you’ll see one of:| Status | When |
|---|---|
429 Too Many Requests | Short-term burst above the allowed rate. Back off and retry. |
503 Service Temporarily Unavailable | Sustained traffic above the rate-limit zone capacity, or an upstream component is overloaded. |
429s or 503s with normal traffic, that’s a signal to contact support@givergy.com to discuss your traffic profile.
Recommended polling cadence
| Event state | Suggested polling interval |
|---|---|
| Active event (people are bidding / checking out right now) | Every few minutes |
| Post-event reconciliation | Hourly |
| Idle / historical sync | Less frequently |