Skip to main content
The Ripio API provides a unified programmatic interface for accessing Ripio’s public services. It exposes a set of HTTP (REST) and WebSocket (WS) endpoints that allow clients to interact with Ripio systems in a consistent and structured way. All API access is authenticated and authorized, and requests are validated at the API boundary to ensure correctness, security, and predictable behavior. The API is designed to provide stable contracts across releases.

Usage

  • Using the service path in combination with the endpoint path will redirect the request to the disered API:
METHOD https://api.ripio.com/:service/:path
  • Example:
curl -X GET https://api.ripio.com/trade/public/server-time