$ curl -X POST http://localhost:3080/ping
{"status":"advanced wallet manager server is ok!","timestamp":"2026-03-03T04:46:32.918Z"}
$ curl -X POST http://localhost:3081/ping
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot POST /ping</pre>
</body>
</html>
$ curl -X POST http://localhost:3081/ping/advancedWalletManager
{"status":"Successfully pinged advanced wallet manager","awmResponse":{"status":"advanced wallet manager server is ok!","timestamp":"2026-03-03T04:46:49.203Z"}}
curl http://localhost:3081/advancedwallet/version
{"version":"2.0.0","name":"@bitgo/advanced-wallets"}
https://github.com/BitGo/advanced-wallets/blob/master/README.md#3-test-connection
curl -X POST http://localhost:3081/pingappears not to be movingsuggestion