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 payerThis endpoint is called by resource servers to discover what payment types this facilitator can process.
Supported x402 v2 capabilities
List of supported payment kinds (scheme + network + asset)
List of supported x84 extension identifiers
[
"x84-atomic",
"x84-attestation",
"x84-delegated"
]Map of CAIP-2 network → facilitator signer public keys. The facilitator co-signs transactions as fee payer.
{
"solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1": [
"7iRiHRnj1NofyEZVuj86Z4s5MJwVFZVR71XuAsLnwLYX"
]
}