Discover active facilitators for x402 payments from NexFlow SMF. Use to see who can route payments on a given network/asset before quoting or paying.
Use this skill when:
Do not use for comparing fees or latency; use route-matrix for that.
https://api.nexflow.xyz/api/smf/v1/list-facilitatorsQuery parameters (all optional):
Example:
GET /api/smf/v1/list-facilitators?network=eip155:8453&asset=USDC
On success (2xx):
{
"facilitators": [
{
"id": "base-main-smf",
"name": "Base Main SMF",
"network": "eip155:8453",
"assets": ["USDC"],
"status": "active"
}
]
}
Use the id field when calling route-quote or when interpreting route-matrix results.
This endpoint is typically free or low-cost. If the service returns 402, read the price and decide whether to pay.
X-Nexflow-Test: 1 for test mode.