Rialto

Developer Documentation

Integrate with the Rialto platform for securities issuance, KYC, and investor management.

Welcome to the Rialto developer documentation. This guide covers everything you need to integrate your application with Rialto -- from authenticating users to managing subscriptions and shares.

Quick Start

Get up and running in minutes:

# Exchange your IdP token for Rialto tokens
curl -X POST https://api.rialto.com/identity/auth/exchange \
  -H "Content-Type: application/json" \
  -H "X-API-Key: rialto_ak_<org_id>_<random>" \
  -d '{ "token": "<your_idp_id_token>" }'

Explore the Documentation

API Base URL

All API requests should be made to:

https://api.rialto.com

Services are accessed via path prefix: /identity, /notifications, /issuance.

Need Help?

On this page