LogoLogo
  • Getting started
    • Overview
    • Quick start
    • Integration
  • Products
    • Fiat <> Crypto conversions
    • Third Party Payments
    • Segregated Accounts
  • Concepts
    • Authentication
    • Idempotency
    • Onboarding
    • Fees and Limits
    • Accounts
      • Client Accounts
      • Manager Accounts
    • Bank Accounts and Wallet Addresses
    • Supported Fiat Currencies, Blockchain Assets and Blockchain Networks
    • Webhooks
    • Document Management
  • Client API reference
    • Transactions
    • Preset fees
    • Deposit instructions
    • Bank accounts
    • Blockchain wallets
    • User
    • Uploads (temporary storage)
    • Documents (permanent storage)
    • Constants
    • Simulate
    • Models
  • Client Specification
  • Manager API reference
    • Clients
    • Clients onboarding
    • Client bank accounts
    • Client blockchain wallets
    • Client preset fees
    • Client deposit instructions
    • Client transactions
    • Transactions
    • Manager preset fees
    • Deposit instructions
    • Uploads (temporary storage)
    • Documents (permanent storage)
    • Webhooks
    • Constants
    • Simulate
    • Models
  • Manager Specification
Powered by GitBook
On this page
  • Environments
  • Postman Collection
  • Simulation
  1. Getting started

Integration

PreviousQuick startNextProducts

Last updated 4 months ago

Environments

Rialto currently supports two environments : Staging and Production.

  • Staging environment will be the first you will interact with when working on integrating Rialto's products. This is an environment dedicated solely to testing. For that reason, data might be deleted an any moment, and the environment might be unstable due to new features integration or unannounced maintenance windows. Please contact Rialto's support if you encounter any issue related to the environment stability. The application for this environment can be found at https://staging.rialtobridge.xyz while the API base URL is https://staging.api.rialtobridge.xyz.

  • Production environment is where real trades are processed. Once you are ready to integrate Rialto products with your own production environment, the Rialto team will set you up with a dedicated production account. The application for this environment can be found at https://app.rialtobridge.xyz while the API base URL is https://api.rialtobridge.xyz.

Please note that both environment are totally separate environments, data is never shared between the two, promotion or migration of accounts is not possible at the moment.

Postman Collection

Rialto's team maintains a to easily integrate with Rialto's APIs, whether it's in the Staging or Production environments.

Simulation

In Staging environment, Simulation routes are exposed to allow users to integrate seamless with Rialto's API. These routes focus on actions that generally necessitate the intervention of Rialto's Admin or Compliance team.-

The actions that can be done are the following:

  • Simulate the advancement of a transaction, from an idle status to completion or dismissal

  • Simulate the setting of a Transaction Limit and Preset Fees

  • Simulate the acceptance or rejection of a new Bank Account or Blockchain Wallet

Note that these routes are purely meant as a tool to increase integration speed, and are not representative of Rialto's production processes. These routes are not available in the API in production environments.

Postman Collection