Skip to content

test connection #182

@wakiyamap

Description

@wakiyamap

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"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions