Developers

Build on UIG Bank with unified banking, payments, and crypto APIs.

Use these sandbox endpoints to simulate authentication, transactions, and innovation workflows.

Authentication

  • POST /api/auth/login — Authenticate sandbox users
  • POST /api/auth/register — Create demo accounts
  • GET /api/auth/me — Retrieve current profile

Transactions

  • POST /api/transactions — Submit transfers
  • GET /api/transactions — List account activity
  • POST /api/crypto/trades — Simulate crypto trades

Administration

  • GET /api/admin/users — Manage users
  • PATCH /api/admin/users/:id — Update roles/status
  • GET /api/admin/stats — System analytics

SDKs & tooling

Leverage pre-built SDKs and reference apps to accelerate integration.

JavaScript SDK

  • OAuth helper utilities
  • Webhooks client
  • TypeScript types

Python SDK

  • Async client
  • Transaction builders
  • Admin automation scripts

Postman collection

  • Pre-configured sandbox calls
  • Environment variables
  • Testing workflows