The first steps to start the integration process are defined below.

User account creation

  • Visit to our test environment https://app.sandbox.rio.trade/en/register
  • Create an account by typing a phone number with its respective country code. (Example: +520000000000)
  • When the platform asks for the verification code enter 123456.
  • Assign your password and security question.
  • Once your registration is complete, enter the platform with the previously registered data, remember that the verification code is 123456.

User approval

The user approval process is carried out by the system administrators, therefore when creating a user the approval request must be made to the administrators through Slack or email.

API key generation

After completing the registration process in https://app.sandbox.rio.trade/en/register you must enter the application through https://app.sandbox.rio.trade/en/login with the username and password assigned, it is important to note that the verification code is 123456 and once on the platform; in the navigation menu go to Developer and API Keys to generate the respective key.

This is an example of the request:

curl -X 'GET' \
  'https://app.sandbox.rio.trade/api/users' \
  -H 'accept: */*' \
  -H 'x-api-key: test'

Remember to use the api key generated in the request headers by adding the x-api-key

Verification of bank accounts and crypto wallets

When a new bank account or wallet is created, it can be optionally verified.
In our production environment, the system send random values to your wallet / bank account.
In our sandbox environment, the values are always as follows:

  • Amount to verify bank account: 10
  • Amount to verify wallet: 0.5

Disclaimer: All technical documentation is subject to the terms and conditions, which apply supplementarily and take precedence over the documentation.