Environment
There are three environments that Volven infrastructure operates on:
DEV (Development environment)
TEST (Testing environment)
PROD (Production environment)
Base URL for API connection is:
https://apicf.<env>.volven.net
for HTTPwss://apicf.<env>.volven.net
for WebSocket
where <env>
is dev
, test
, prod
depending on the environment you want to connect.
For example, base URL for production is https://apicf.prod.volven.net
.
Last updated
Was this helpful?