Get the supported x402 protocol payment schemes and networks that the facilitator is able to verify and settle payments for.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Successfully retrieved supported payment kinds for the x402 protocol.
The list of supported payment kinds.
The supported payment kind for the x402 protocol. A kind is comprised of a scheme and a network, which together uniquely identify a way to move money on the x402 protocol. For more details, please see x402 Schemes.
[
{
"x402Version": 1,
"scheme": "exact",
"network": "base"
},
{
"x402Version": 1,
"scheme": "exact",
"network": "base-sepolia"
},
{
"x402Version": 1,
"scheme": "exact",
"network": "solana"
},
{
"x402Version": 1,
"scheme": "exact",
"network": "solana-devnet"
}
]