Authorizations
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.
Response
Successfully retrieved supported payment kinds for the x402 protocol.
The list of supported payment kinds.
Example:
[
{
"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"
}
]