Introduction

This page will help you get started with the Trovata Developer Portal

Introduction

Welcome to the Trovata Developer Portal. See what APIs we have to offer and how to get started. Trovata exposes a RESTful API to access data that powers the Trovata web and mobile apps. The API operates over HTTPS, all requests/responses are JSON objects and includes a QA and Production environment.

📘

Acceptable Use Policy

Access to the Trovata Developer APIs may only be provided to approved individuals and applications and distribution of access keys and secrets to parties that are not authorized by Trovata and the customer is strictly prohibited. Any use of the data provided by the Trovata Platform APIs is the sole responsibility of the user. The distribution of, licensing, and any unauthorized replication of this data is the sole responsibility of the customer and end user.

Authentication and Access Controls

Please navigate to Image Trovata App or Image Liquidity+ App and login using your credentials to create an application. An application is the basic building block of controlling access to APIs and environments. An application is tied to either the QA or Production environment and cannot be changed. If you need access to both environments, simply create a new application. You can also control what APIs and accounts an application can access, these can be changed at any time. For additional steps, please view our Trovata API Onboarding Guide as we go into explicit detail on how to create an application.

You will need to grab 3 important pieces of information from this section to use the APIs in the API reference. These are the secret, appid, and companyid. These are your API security keys, and are always accessible from Developer Portal at Image Trovata App or Image Liquidity+ App

❗️

API Key Security

API keys must be kept private. Do not share them with anyone or commit them to your code repositories. If you have mistakenly compromised your keys, delete the application and create a new one. This will regenerate your API keys.

Interactive API

All APIs are usable in this portal and code samples are provided for each request. Click on API reference above, and try out the Retrieve Accounts API on the right. Note that your API keys will be auto populated for all API requests once you enter them.

📘

QA And Production environments

API keys are tied to the environment of the application. Make sure to select the corresponding base URL for the API key

Recipes

Follow along provided recipes for common use cases such as requesting transaction history for an account. Recipes are step by step instructions that you can use and modify to retrieve data

Support

Contact your Trovata account manager for any questions or issues regarding the developer portal.