API Support Forum
OEC API > API Support > Understanding which servers to use.
Author Topic: Understanding which servers to use.
(2 messages, Page 1 of 1)
Moderators: VPfau
AGagnon
Posts: 10
Joined: Jun 15, 2016


Posted: Dec 09, 2016 @ 04:47 PM             Msg. 1 of 2
I've got the API programmed in with a team of programmers my team hired. I'm trying to understand which servers are used for what.

We have this information:
Server: api.gainfutures.com
UUID: bd65399b-...

Server: sim.gainfutures.com
UUID: 3aa47a81-...

Server: prod.gainfutures.com
UUID: 03ac0701-...

Which server/UUID do I use for live trading? Which should be used for paper trading? What is the purpose of the 3rd server?
Alex Gagnon
CMicciche902
Posts: 367
Joined:


Posted: Dec 12, 2016 @ 03:57 PM             Msg. 2 of 2
PROD server is used for live trading. This requires you to open an account with an Introducing Broker.

SIM server is used for paper trading, not real money.

API server is only a staging environment for Developers. This server is used for implementing your custom application. Once Conformance has been passed, you may no longer need this environment unless your application implements other API items in later release.
Chris M