The apinow-sdk can now proxy any x402 endpoint on the internet—even those not listed here.
Discover first, process later: probe the target's price, add a small fee, and process the payment through our server wallet.
`const data = await apinow.callExternal('localhost:3000/api/', { body: { params: 'value' }
});`
Or via CLI: `npx apinow call-external localhost:3000/api/ -d '{"params":"value"}'`
`npm i [email protected]`