Overview

Base URLs

Environment

URL

Production

https://api.esca.finance

Sandbox

https://api.sandbox.esca.finance

Authentication

All API requests require authentication using an API key. Include your API key in the

X-Api-Key

header with every request.

curl -X GET "https://api.esca.finance/v1/" \
  -H "X-Api-Key: your_api_key_here"

Rate Limits

API requests are rate-limited to ensure fair usage. If you exceed the limit, you'll receive a

429 Too Many Requests response. Implement exponential backoff in your integration to handle rate limiting gracefully.

Support

For API support, contact us at hello@esca.finance