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"}'
01

Install the SDK

Add the official package for your runtime and initialize one typed client.

02

Set the environment

Keep sandbox and production credentials isolated with explicit environment variables.

03

Handle the response

Store the request ID so every support and reliability workflow stays traceable.