↳Documentation / Quickstart
Your first accepted request in six minutes.
A short, production-shaped path from account creation to a traced transfer.
curl https://api.kilnwire.example/v1/transfers \
+ -H "Authorization: Bearer kw_live_••••" \
+ -H "Content-Type: application/json" \
+ -d '{"amount": 4800, "currency": "usd"}'Install the SDK
Add the official package for your runtime and initialize one typed client.
Set the environment
Keep sandbox and production credentials isolated with explicit environment variables.
Handle the response
Store the request ID so every support and reliability workflow stays traceable.