Rate limited

This problem occurs when you exceed the rate limit for a particular API end-point.

See rate limiting for more information.

Troubleshooting

  • You should look at the Retry-After header and wait until that amount of seconds has passed before retrying the request.

Example error

1{
2 "type": "https://developer.yoco.com/docs/api/error-codes/rate-limited",
3 "title": "Too Many Requests",
4 "detail": "You have exceeded the rate limit for this API end-point.",
5 "status": 429,
6 "code": "rate_limited"
7}