Skip to main content
POST
/
api
/
hyperliquid
/
accounts
/
{account_id}
/
wallet
/
test
cURL
curl --request POST \
  --url https://api.production.hyperoru.com/api/hyperliquid/accounts/{account_id}/wallet/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "latency_ms": 123,
  "message": "<string>",
  "model": "<string>"
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Path Parameters

account_id
integer<int32>
required

Account ID

Response

Wallet connectivity test

Result of POST /api/hyper-ai/test-connection.

success
boolean
required
latency_ms
number<double> | null
message
string | null
model
string | null