> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rolla.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the Rolla Developer API documentation

## What is Rolla?

Rolla is a financial infrastructure platform that enables businesses to manage multi-currency wallets and handle cross-border transactions. Our Developer API gives you programmatic access to these capabilities.

<Card title="Quick Start" icon="rocket" href="/quickstart" horizontal>
  Get up and running with the Rolla API in minutes.
</Card>

## Core Capabilities

<Columns cols={3}>
  <Card title="Account Lookup" icon="magnifying-glass-dollar" href="/api-reference/endpoint/lookup">
    Verify bank account details before sending payments.
  </Card>

  <Card title="Bank Directory" icon="building-columns" href="/api-reference/endpoint/banks">
    Access our complete list of supported Nigerian banks.
  </Card>

  <Card title="Transactions" icon="clock-rotate-left" href="/api-reference/endpoint/transactions">
    Query and filter your transaction records via API.
  </Card>

  <Card title="Wallet" icon="wallet" href="/api-reference/endpoint/wallet/wallets">
    Multi-currency wallets, funding, swaps, withdrawals, and virtual accounts.
  </Card>

  <Card title="Beneficiaries" icon="address-book" href="/api-reference/endpoint/beneficiaries/list">
    Create and manage saved payment recipients.
  </Card>

  <Card title="Teams" icon="users" href="/api-reference/endpoint/teams/members">
    Invite members, assign roles, and manage your team.
  </Card>

  <Card title="Broker" icon="handshake" href="/api-reference/endpoint/broker/get-referral-link">
    Referral links, commissions, and referred business tracking.
  </Card>

  <Card title="KYB" icon="id-card" href="/api-reference/endpoint/kyb/get-application">
    Business verification applications and document uploads.
  </Card>

  <Card title="Account Onboarding" icon="user-plus" href="/api-reference/endpoint/accounts/overview">
    Onboard additional business or individual accounts via the API.
  </Card>
</Columns>

## Getting Started

<Steps>
  <Step title="Get API Access">
    Sign up at [app.rolla.xyz](https://app.rolla.xyz) and complete business verification.
  </Step>

  <Step title="Generate API Key">
    Navigate to **Settings → API Keys** in your dashboard to create a key.
  </Step>

  <Step title="Make Your First Request">
    Use your API key to call any endpoint with the `X-API-Key` header.
  </Step>
</Steps>

## Need Help?

<Card title="Contact Support" icon="headset" href="mailto:support@rolla.xyz">
  Reach out to our team for integration assistance.
</Card>
