Get supported x402 v2 capabilities
x402
Get supported x402 v2 capabilities
Returns the facilitator’s supported payment kinds, x84 extensions, and signer addresses.
Response fields (x402 v2):
kinds: Array of supported scheme + network + asset combinationsextensions: List of x84 extension identifiers this facilitator supportssigners: Map of CAIP-2 network → array of facilitator public keys that will co-sign transactions as fee payer
This endpoint is called by resource servers to discover what payment types this facilitator can process.
GET
Get supported x402 v2 capabilities
Documentation Index
Fetch the complete documentation index at: https://docs.x84.ai/llms.txt
Use this file to discover all available pages before exploring further.
Response
200 - application/json
Supported x402 v2 capabilities
List of supported payment kinds (scheme + network + asset)
List of supported x84 extension identifiers
Example:
[
"x84-atomic",
"x84-attestation",
"x84-delegated"
]Map of CAIP-2 network → facilitator signer public keys. The facilitator co-signs transactions as fee payer.
Example:
{
"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1": [
"7iRiHRnj1NofyEZVuj86Z4s5MJwVFZVR71XuAsLnwLYX"
]
}