summaryrefslogtreecommitdiffstats
path: root/website/content/terminal/reference/crypto/disc/nft.md
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/terminal/reference/crypto/disc/nft.md')
-rw-r--r--website/content/terminal/reference/crypto/disc/nft.md29
1 files changed, 15 insertions, 14 deletions
diff --git a/website/content/terminal/reference/crypto/disc/nft.md b/website/content/terminal/reference/crypto/disc/nft.md
index cdc019196a4..4fc121f73c2 100644
--- a/website/content/terminal/reference/crypto/disc/nft.md
+++ b/website/content/terminal/reference/crypto/disc/nft.md
@@ -1,23 +1,24 @@
---
title: nft
-description: Page covers usage and parameters of an NFT command for Dappradar. Allows
+description:
+ Page covers usage and parameters of an NFT command for Dappradar. Allows
sorting NFTs by name, protocols, floor price, average price, market cap, and volume.
keywords:
-- NFT
-- Dappradar
-- Sort
-- Market Cap
-- Volume
-- Floor Price
-- Avg Price
-- Protocols
+ - NFT
+ - Dappradar
+ - Sort
+ - Market Cap
+ - Volume
+ - Floor Price
+ - Avg Price
+ - Protocols
---
import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
<HeadTitle title="crypto/disc/nft - Reference | OpenBB Terminal Docs" />
-Shows top NFT collections [Source: https://dappradar.com/] Accepts --sort {Name,Protocols,Floor Price [$],Avg Price [$],Market Cap,Volume [$]} to sort by column
+Shows top NFT collections [Source: https://dappradar.com/] Accepts --sort \{Name,Protocols,Floor Price [$],Avg Price [$],Market Cap,Volume [$]\} to sort by column
### Usage
@@ -29,9 +30,9 @@ nft [-l LIMIT] [-s SORTBY [SORTBY ...]]
## Parameters
-| Name | Description | Default | Optional | Choices |
-| ---- | ----------- | ------- | -------- | ------- |
-| limit | Number of records to display | 15 | True | None |
-| sortby | Sort by given column. Default: Market Cap | Market Cap | True | Name, Protocols, Floor Price [$], Avg Price [$], Market Cap [$], Volume [$] |
+| Name | Description | Default | Optional | Choices |
+| ------ | ----------------------------------------- | ---------- | -------- | --------------------------------------------------------------------------- |
+| limit | Number of records to display | 15 | True | None |
+| sortby | Sort by given column. Default: Market Cap | Market Cap | True | Name, Protocols, Floor Price [$], Avg Price [$], Market Cap [$], Volume [$] |
---