I try use Replay model,But I found I call
https://replay.tradovateapi.com/v1/auth/accesstokenrequest
get 404 ,and body is empty
so I only can user “live” or “demo” host
https://live.tradovateapi.com/v1/auth/accesstokenrequest
https://demo.tradovateapi.com/v1/auth/accesstokenrequest
it good to get access token,
and I can user the token of demo host to login marker (with market token) and trade (with access token) socket by wss host:
wss://replay.tradovateapi.com/v1/websocket
but I can not get account list endpoint by account/list it return 404 and empty body
https://replay.tradovateapi.com/v1/account/list
but it can call back in demo and live host,but It just return demo or live account
I need get the Replay account info ,for place order.
from this link access denied in replay
I think I get the demo account to send order in Replay,so I get access denied, but I can not login in replay host and get replay account.
Please help me @Alexander