-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #535 from MoralisWeb3/add-token-pair-stats-api
feat: Token Pair Stats API
- Loading branch information
Showing
13 changed files
with
872 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...eference/token-api/06-Get Pairs & Liquidity/get-aggregated-token-pair-stats.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-data-api/evm/reference/token-api/06-Get Pairs & Liquidity/get-pair-address.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...data-api/evm/reference/token-api/06-Get Pairs & Liquidity/get-pair-reserves.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...b3-data-api/evm/reference/token-api/06-Get Pairs & Liquidity/get-pair-stats.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
sidebar_position: 1 | ||
sidebar_label: Get Token Pair Stats | ||
slug: /web3-data-api/evm/reference/get-token-pair-stats | ||
--- | ||
|
||
import ApiReference from "@site/src/components/ApiReference"; | ||
import config from "@site/docs/configs/api-reference/configs.json"; | ||
import Admonition from "@theme/Admonition"; | ||
|
||
# Get Token Pair Stats | ||
|
||
import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx"; | ||
|
||
<ApiReference {...config.token.getPairStats} > | ||
<Admonition type="info" title="Note"> | ||
|
||
<p> | ||
The data is updated every 30 seconds to ensure you have access to near real-time information about price changes, liquidity, volume, and trading activity. | ||
|
||
</p> | ||
</Admonition> | ||
</ApiReference> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../01-web3-data-api/solana/reference/token-api/get-aggregated-token-pair-stats.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/01-web3-data-api/solana/reference/token-api/get-token-metadata.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
docs/01-web3-data-api/solana/reference/token-api/get-token-pair-stats.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
sidebar_position: 4 | ||
sidebar_label: Get Token Pair Stats | ||
slug: /web3-data-api/solana/reference/get-token-pair-stats | ||
--- | ||
|
||
import ApiReference from "@site/src/components/ApiReference"; | ||
import config from "../../../../configs/api-reference/configs.json"; | ||
import Admonition from "@theme/Admonition"; | ||
|
||
# Get Token Pair Stats | ||
|
||
<ApiReference {...config.solana.getPairStats} > | ||
<Admonition type="info" title="Note"> | ||
|
||
<p> | ||
The data is updated every 30 seconds to ensure you have access to near real-time information about price changes, liquidity, volume, and trading activity. | ||
|
||
</p> | ||
</Admonition> | ||
</ApiReference> |
2 changes: 1 addition & 1 deletion
2
docs/01-web3-data-api/solana/reference/token-api/get-token-price.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.