Get a single priced quote for a specific facilitator from NexFlow SMF. Use when you already know which facilitator to use and need exact fee and terms.
Use this skill when:
Do not use for comparing multiple facilitators; use the route-matrix skill instead.
https://api.nexflow.xyz/api/smf/v1/route-quoteSend JSON:
{
"asset": "USDC",
"network": "eip155:8453",
"amount": "10.0",
"side": "send",
"facilitator": "base-main-smf"
}
Fields:
On success (2xx):
{
"asset": "USDC",
"network": "eip155:8453",
"amount": "10.0",
"facilitator": "base-main-smf",
"total_fee": "0.04",
"latency_ms": 850,
"quote_expires_at": "2026-02-17T16:25:00Z"
}
Use the quote before quote_expires_at; after that, request a new quote.
NexFlow SMF uses x402 for pay-per-use billing. Typical price: 0.01–0.05 USDC on Base per call. Read the 402 response for exact price before paying.
X-Nexflow-Test: 1