> For the complete documentation index, see [llms.txt](https://docs.ordinalsbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ordinalsbot.com/api/order-types.md).

# Order Types

We have the following order types.

```javascript
const RUNE_ETCH = 'rune-etch';
const RUNE_MINT = 'rune-mint';
const BULK = 'bulk';
const DIRECT = 'direct';
const BRC20 = 'brc20';
const RUNE_LAUNCHPAD_MINT = 'rune-launchpad-mint';
```

Each order type corresponds to an endpoint. Here is the full table:

| order type          | endpoint                                               |
| ------------------- | ------------------------------------------------------ |
| bulk                | [/order](broken://pages/DZ49lzL7RFQn0H2WdHE1)          |
| brc20               | [/order](broken://pages/DZ49lzL7RFQn0H2WdHE1)          |
| direct              | [/inscribe](/api/create-a-direct-inscription-order.md) |
| rune-etch           | [/runes/etch](/runes/etch.md)                          |
| rune-mint           | [/runes/mint](/runes/mint.md)                          |
| rune-launchpad-mint | [/runes/launchpad/mint](/runes/launchpad/mint.md)      |
