REST API
Learn more about OpenTrade's REST API and common integration paths.
Overview
The REST API enables users to query information on vaults, transactions, and accounts. The data returned is the most current state and data of the protocol and platform.
For querying historical information, you will either need to 1) store the data on your system and query from there or 2) use our graphQL API which enables you to specify a data range and return historical data for that range.
REST URLs
Each environment and network has a unique URL
Production
Ethereum
https://api.open-trade.io
Production
Avalanche
https://avalancheapi.open-trade.io
Sandbox
Ethereum (Sepolia)
https://api.opentradesandbox.com
Sandbox
Avalanche (Fuji)
https://fujiapi.opentradesandbox.com
Swagger
View detailed documentation and test the API using our Swagger site.
Common Use Cases
Return a list of vaultsQuery a specific vaultQuery a specific accountLast updated