Integrate your applications with Trade Manager using our powerful REST API. Access recorders, traders, trades, and more.
Generate and manage API keys with granular permissions for secure access.
Comprehensive API documentation with interactive examples and code snippets.
Track API usage, monitor performance, and view detailed logs.
Simple, intuitive REST API that works with any programming language.
// Get your recorders
const response = await fetch('https://developers.trademanagergroup.net/api/v1/recorders', {
headers: {
'Authorization': 'Bearer tmdev_live_your_api_key_here'
}
});
const data = await response.json();
console.log(data.recorders);/api/v1/meGet current user information
/api/v1/recordersList all your recorders
/api/v1/recordersCreate a new recorder
/api/v1/tradersList all your traders