Skip to main content
GET
/
api
/
developer
/
tools
List developer tools
curl --request GET \
  --url https://x402.20.208.46.195.nip.io/api/developer/tools
{
  "ok": true,
  "service": "<string>",
  "transport": "<string>",
  "tools": [
    {
      "name": "<string>",
      "description": "<string>",
      "inputSchema": {}
    }
  ]
}

Response

200 - application/json

Developer tool manifest.

ok
boolean
service
string
transport
string
tools
object[]