Common API that are not specific to trading
To test connectivity we provide the following endpoints:
Returns a greeting.
GET /hello
falseResponse:
{
"hello": "world"
}
Returns the authenticated user’s account ID.
GET /authedHello
trueView OnlyResponse:
{
"success": true,
"result": "12345678901234567890"
}