Skip to content
Merged
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
26 changes: 13 additions & 13 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,29 +382,29 @@
{
"groupName": "Volume & Activity",
"subpages": [
"reference/stablecoins/get-stablecoins-volume-per-token",
"reference/stablecoins/get-stablecoins-issuing-over-time",
"reference/stablecoins/get-stablecoins-active-senders-over-time",
"reference/stablecoins/get-stablecoins-volume-by-category-over-time",
"reference/stablecoins/get-stablecoins-whale-alerts"
"reference/stablecoins/volume-per-token",
"reference/stablecoins/issuing-over-time",
"reference/stablecoins/active-senders-over-time",
"reference/stablecoins/volume-by-category-over-time",
"reference/stablecoins/whale-alerts"
]
},
{
"groupName": "Bridge Analytics",
"subpages": [
"reference/stablecoins/get-stablecoins-bridge-total-inflow",
"reference/stablecoins/get-stablecoins-bridge-total-outflow",
"reference/stablecoins/get-stablecoins-bridge-total-netflow",
"reference/stablecoins/get-stablecoins-bridge-cross-chain-volume",
"reference/stablecoins/get-stablecoins-bridge-netflow-over-time"
"reference/stablecoins/bridge-inflow",
"reference/stablecoins/bridge-outflow",
"reference/stablecoins/bridge-netflow",
"reference/stablecoins/bridge-cross-chain-volume",
"reference/stablecoins/bridge-netflow-over-time"
]
},
{
"groupName": "Category Analytics",
"subpages": [
"reference/stablecoins/get-stablecoins-category-total-inflow",
"reference/stablecoins/get-stablecoins-category-total-outflow",
"reference/stablecoins/get-stablecoins-category-total-netflow"
"reference/stablecoins/category-total-inflow",
"reference/stablecoins/category-total-outflow",
"reference/stablecoins/category-total-netflow"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/active-senders/over-time
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/bridge/cross-chain-volume
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
9 changes: 9 additions & 0 deletions docs/reference/stablecoins/bridge-inflow.endpoint.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/bridge/total-inflow
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/bridge/netflow-over-time
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
9 changes: 9 additions & 0 deletions docs/reference/stablecoins/bridge-netflow.endpoint.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/bridge/total-netflow
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
9 changes: 9 additions & 0 deletions docs/reference/stablecoins/bridge-outflow.endpoint.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/bridge/total-outflow
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
9 changes: 9 additions & 0 deletions docs/reference/stablecoins/category-total-inflow.endpoint.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/category/total-inflow
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/category/total-netflow
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/category/total-outflow
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
9 changes: 9 additions & 0 deletions docs/reference/stablecoins/issuing-over-time.endpoint.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/issuing/over-time
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/volume-by-category/over-time
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
9 changes: 9 additions & 0 deletions docs/reference/stablecoins/volume-per-token.endpoint.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/volume-per-token
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
9 changes: 9 additions & 0 deletions docs/reference/stablecoins/whale-alerts.endpoint.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
route: GET /stablecoins/whale-alerts
file: openAPI/stablecoins.json
---

{/* Do not edit the metadata */}
import PriceTag from "@site/src/components/PriceTag";

<PriceTag price={5}/>
Loading