Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Run the following command at the root of your documentation (where docs.json is)
mint dev
```

Alternatively, you can run the development server without installing the CLI globally:

```
npx mintlify dev
```

#### Troubleshooting

- If the dev environment isn't running - Run `mint update` to ensure you have the most recent version of the CLI.
Expand Down
7 changes: 7 additions & 0 deletions api-reference/endpoint/insights/competitors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Competitors"
openapi: "GET /competitors/{id}"
version: 1.0
---

Get the time taken and fees for the given order from the competitors.
7 changes: 7 additions & 0 deletions api-reference/endpoint/insights/get-volume-metrics.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Volume Metrics"
openapi: "GET /volume-metrics"
version: 1.0
---

Get the volume metrics.
7 changes: 7 additions & 0 deletions api-reference/endpoint/insights/get-volume.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Volume"
openapi: "GET /volume-2"
version: 1.0
---

Get the volume of swaps for a given asset.
Loading