API Integrations (V5)
Learn more about OpenTrade's REST API and common integration paths.
Last updated
Learn more about OpenTrade's REST API and common integration paths.
Last updated
The REST API enables users to query information on vaults, transactions, and accounts.
The Version 5 API can be used to query vaults and accounts from both Version 4 and Version 5.
There are multiple different data schemas that will be returned depending on the endpoint, vault type, and version you are querying. Each schema is documented in detail in the subsequent pages and on .
You do not need to specify the schema when calling an endpoint. The correct schema will be returned automatically depending on the endpoint, vault, and versioning you are querying.
All
PoolEvent
V4 / Fixed Term
VaultAccountCTO
VaultConfigurationCTO
LoanOverviewCTO
WithdrawalActivityCTO
V4 / Flexible Term
VaultFlexOverviewCTO
VaultFlexAccountCTO
VaultFlexConfigurationCTO
WithdrawalActivityCTO
V5 / Dynamic
VaultDynamicOverviewCTO
VaultDynamicAccountCTO
VaultDynamicConfigurationCTO
DynamicWithdrawalActivityCTO
OpenTrade monitors the APIs' statuses continuously and provides a status page which customers can access at anytime to check for and track issues, incidents, planned upgrades, and downtime.
You can access the status page .
The API requires an API keys to authenticate, both in sandbox and in production.
Each environment has a unique URL.
Production
Ethereum, Avalanche
https://api.open-trade.io
Sandbox
Sepolia, Fuji
https://api.opentradesandbox.io
For the REST API, we provide a that enables you to review and test the API.