Execute real SDK client instances (UpraiserTechClient) live in browser. Inspect method return payloads, latency benchmarks, and copy code.
const upraiser = new UpraiserTechClient({ apiKey: "ut_live_public_free_tier" });
const res = await upraiser.banks.list({ country: "NG", fintech: true });Click any SDK test button on the left to execute an SDK method live.