Common API that are not specific to trading

Hello Endpoints

To test connectivity we provide the following endpoints:

Hello

Returns a greeting.

GET /hello

Response:

{
  "hello": "world"
}

Authenticated Hello

Returns the authenticated user’s account ID.

GET /authedHello

Response:

{
	"success": true,
	"result": "12345678901234567890"
}