> For the complete documentation index, see [llms.txt](https://otsea.gitbook.io/otsea/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://otsea.gitbook.io/otsea/ecosystem/web-mini-market.md).

# Web Mini-Market

Use this code into any page on your website, and make sure you input your token address:

{% tabs %}
{% tab title="HTML" %}

```html
<iframe 
    style="border-radius: 24px;" 
    width="400" 
    height="540"
    allow="ethereum" 
    src="https://otsea.io/mini-market?tokenAddress=YOUR_TOKEN_ADDRESS"
>
```

{% endtab %}

{% tab title="JSX" %}

```jsx
<iframe
    style={{
        borderRadius: 24,
    }}
    width={400}
    height={540}
    allow="ethereum"
    src="https://otsea.xyz/mini-market?tokenAddress=YOUR_TOKEN_ADDRESS"
/>
```

{% endtab %}
{% endtabs %}

That's it?

Yes. Enjoy your OTC Mini-Market!
