Skip to main content
GET
/
supported
cURL
curl --request GET \
  --url https://asdo.algen.network/supported
{
  "kinds": [
    {
      "x402Version": 1,
      "scheme": "exact",
      "network": "mesherX"
    },
    {
      "x402Version": 1,
      "scheme": "exact",
      "network": "mesherX-testnet"
    }
  ]
}

Response

Successfully retrieved supported payment kinds for the x402 protocol.

kinds
object[]
required

The list of supported payment kinds.

Example:
[
{
"x402Version": 1,
"scheme": "exact",
"network": "mesherX"
},
{
"x402Version": 1,
"scheme": "exact",
"network": "mesherX-testnet"
}
]