REST API
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 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.
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
View detailed documentation and test the API using our Swagger site.