You need an API Key to access the Chainrails API. You can get one by signing up on our dashboard or contacting us at [email protected].
Overview
Chainrails exposes a RESTful API that allows developers to integrate cross-chain payment functionalities into their applications seamlessly. These API covers everything from requesting quotes, to creating and fulfilling payment intents.BASE URL
All API requests are made to the following base URL:Authentication
All API requests require authentication using an API Key. You can include your API Key in theAuthorization header as a Bearer token.
Example:
Authorization: Bearer YOUR_API_KEY
Rate Limits
To ensure fair usage and maintain optimal performance, the Chainrails API enforces rate limits on incoming requests. The default rate limit is set to 250 requests per minute. If you exceed this limit, you will receive a429 Too Many Requests response. If you require higher rate limits, please contact the team.

