-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
https://github.com/BitGo/advanced-wallets/blob/master/README.md#3-test-connection
curl -X POST http://localhost:3081/ping appears not to be moving
$ 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"}}
suggestion
curl http://localhost:3081/advancedwallet/version
{"version":"2.0.0","name":"@bitgo/advanced-wallets"}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels