Get Started

Follow the steps in this section to begin using RoxCustody.

Before you start

you need to sign up to get started with RoxCustody, please sign up here. Once your corporate account is reviewed and accepted, you will receive your corporate credentials and an API key to use the RoxCustody APIs. If your signup is successful, proceed to the API endpoints documentation.

Authentication

All API requests require authentication. Clients must include an API key in the header of each request:

X-API-KEY: YOUR-API-KEY

Ensure that you replace YOUR-API-KEY with your actual API key provided during your account setup.

Base URL

The base URL for all API requests is:

https://YOUR-SUBDOMAIN.roxcustody.io/api/integration

Last updated