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

# How to Generate Your Woo X Tax Report with KoinX

> Connect your Woo X Exchange account to KoinX in a few steps to generate tax reports compliant with your local jurisdiction.

<Info>
  **API**  ·  **5-10 min**  ·  Spot · DeFi · Staking · Deposits · Withdrawals  ·  **100+ countries**
</Info>

## What's covered

<CardGroup cols={2}>
  <Card title="Spot trades" color="#0066CC" icon="arrow-right-arrow-left">
    Buy, sell, and conversions.
  </Card>

  <Card title="Staking and Rewards" color="#0066CC" icon="piggy-bank">
    Staking income and reward distributions.
  </Card>

  <Card title="Deposits and Withdrawals" color="#0066CC" icon="building-columns">
    On-chain deposits and withdrawals.
  </Card>

  <Card title="DeFi and Liquidity" color="#0066CC" icon="chart-line">
    DeFi activity and liquidity pool transactions.
  </Card>
</CardGroup>

## Before you start

<CardGroup cols={2}>
  <Card title="Woo X account" icon="building-columns">
    Active account with transaction history.
  </Card>

  <Card title="KoinX account" icon="sparkles" href="https://app.koinx.com/get-started">
    Free account - no credit card needed.
  </Card>
</CardGroup>

***

## Connect Woo X to KoinX

**API Key syncs your full Woo X transaction history automatically - no file exports needed.**

<Tabs>
  <Tab title="API Key">
    ## Generate your Woo X API key

    <Steps>
      <Step title="Log in to Woo X">
        Go to [woo.org](https://www.woo.org) and sign in to your account.
      </Step>

      <Step title="Open Subaccounts and API">
        Click the **profile icon** in the top right corner and select **Subaccounts and API**.
      </Step>

      <Step title="Enable API access">
        Go to **API Keys** and enable API access if it is currently disabled.
      </Step>

      <Step title="Configure and create the key">
        Set the correct read-only permissions and click **Create API**.

        <Warning>
          Enable read-only permissions only. Never enable trading or withdrawal permissions on an API key connected to a third-party service.
        </Warning>
      </Step>

      <Step title="Copy your API key and Secret Key">
        Copy both your **API Key** and **Secret Key** and store them securely. The Secret Key is shown only once.
      </Step>
    </Steps>

    ## Connect Woo X to KoinX

    <Steps>
      <Step title="Open KoinX Integrations">
        Log in to [app.koinx.com](https://app.koinx.com) -> **Integrations** -> **Add Integration**.
      </Step>

      <Step title="Select Woo X">
        Search for **Woo X** and select it.
      </Step>

      <Step title="Paste your keys and import">
        Paste your **API Key** and **Secret Key** into the respective fields and click **Import Now**.
      </Step>
    </Steps>

    <Check>
      **Done.** KoinX begins syncing your Woo X history. Large accounts may take a few minutes.
    </Check>

    Once your Woo X data is in, head over to [Tax Reports](https://app.koinx.com/tax-report) on KoinX - your capital gains, income breakdown, and country-specific crypto tax report are ready for you there.

    ## API key notes

    <Note>
      * **Read Only is required** - keys with broader permissions may be rejected by KoinX as a security measure.
      * **Secret Key is shown once only** - copy it immediately at the time of creation and store it securely.
      * **Enable API access first** - API access on Woo X may be disabled by default; enable it under Subaccounts and API before creating a key.
    </Note>
  </Tab>
</Tabs>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What permissions does the Woo X API key need for KoinX?">
    Read Only permissions only. This gives KoinX access to your full transaction history without the ability to place trades or move funds. Never generate an API key with broader permissions for a third-party service.
  </Accordion>

  <Accordion title="Do I need to enable API access before creating a key on Woo X?">
    Yes. API access on Woo X may be disabled by default. Go to **Subaccounts and API** -> **API Keys** and enable it before clicking Create API. Without enabling access first, the key creation option will not be available.
  </Accordion>

  <Accordion title="Do I need to report my Woo X transactions for tax purposes?">
    Yes. Most cryptocurrency transactions, including those on Woo X, are taxable. Not reporting them can result in non-compliance and potential penalties. Follow the tax rules set by the relevant authority in your region.
  </Accordion>

  <Accordion title="Does Woo X provide tax reports directly?">
    No. Woo X does not provide tax-ready reports or end-of-year statements. By connecting your Woo X account to KoinX via API key, your full transaction history is imported automatically and a compliant, country-specific tax report is generated within minutes.
  </Accordion>

  <Accordion title="Does KoinX support my country's crypto tax rules?">
    Yes. KoinX supports 100+ countries with dedicated report formats for India, the US, UK, Australia, Canada, Germany, and more. After importing your Woo X data, select your country to generate the correct report.
  </Accordion>
</AccordionGroup>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="API key error on connection">
    Confirm API access is enabled and the key has read-only permissions in **Woo X** -> **Subaccounts and API** -> **API Keys**. Delete the credentials in KoinX and re-enter both values carefully - copy directly from Woo X to avoid invisible characters.
  </Accordion>

  <Accordion title="Transactions are missing after sync">
    Ensure the transaction history covers the full period from your Woo X account creation date with no gaps. Trigger a manual re-sync from **KoinX** -> **Integrations** -> **Woo X**. If records are still missing, disconnect and reconnect with a fresh API key.
  </Accordion>

  <Accordion title="API sync keeps failing">
    Check the Woo X platform for ongoing maintenance. If the platform is operational, verify the key is still active under **Subaccounts and API** -> **API Keys**. Regenerate if expired, re-enter credentials in KoinX, and trigger a fresh sync.
  </Accordion>

  <Accordion title="API connection worked before but stopped syncing">
    Woo X API keys can become inactive following account security changes. Log in to Woo X, check the key status under **Subaccounts and API** -> **API Keys**, and regenerate if inactive. Update the new credentials in KoinX under **Integrations** -> **Woo X** -> **Edit**.
  </Accordion>

  <Accordion title="DeFi or staking transactions are missing from KoinX">
    Confirm read-only permissions on the key include access to all account types. If transactions are still missing after re-syncing, generate a new API key and reconnect in KoinX.
  </Accordion>

  <Accordion title="KoinX is showing duplicate Woo X transactions">
    Check **KoinX** -> **Integrations** for duplicate Woo X connections and remove any extras. If a file was previously uploaded for the same period, delete those transactions before re-syncing via API.
  </Accordion>
</AccordionGroup>

***

## Related integrations

<CardGroup cols={2}>
  <Card title="Bybit Integration" icon="bolt" href="/integration/bybit">
    Connect Bybit via API key or file upload.
  </Card>

  <Card title="Binance - File Upload" icon="chart-bar" href="/integration/binance">
    Export Binance CSVs for Spot, P2P, Earn, and Options.
  </Card>

  <Card title="Bitget - API Upload" icon="key" href="/integration/bitget">
    Connect Bitget via Tax API Key or Normal API Key.
  </Card>

  <Card title="OKX Integration" icon="chart-line" href="/integration/okx">
    Sync OKX trades and earn history via API or CSV.
  </Card>
</CardGroup>

<Card title="Ready to generate your Woo X crypto tax report?" color="#6366f1" icon="rocket" href="https://app.koinx.com/get-started">
  Create a free KoinX account - no credit card required. Import your Woo X transactions and generate a country-specific tax report in minutes.
</Card>
