Skip to content

Commit 35da3de

Browse files
Merge pull request 0xPolygon#308 from filipmartinsson/main
Added Moralis to Data tools page
2 parents 3c1f8bf + aea05e1 commit 35da3de

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

docs/tools/data/moralis.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
!!! note "Content disclaimer"
3+
4+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
5+
6+
## About Moralis
7+
8+
**[Moralis](https://moralis.io/?utm_source=polygon-docs&utm_medium=partner-docs)** is a blockchain data platform that provides developers with all the data they need to build better blockchain applications. From NFT data, token data and price data, through to raw blockchain data and RPC nodes, Moralis offers a wide range of products that cover all major crypto and blockchain use cases, and it supports Polygon together with all other major EVM chains.
9+
10+
!!! tip "Quickstart"
11+
12+
Check out our popular **[Youtube channel](https://www.youtube.com/@MoralisWeb3/featured)** for many great tutorials on how to get started.
13+
14+
## Get started
15+
16+
Get started with Moralis APIs on Polygon by signup up for a [free account](https://admin.moralis.io/register?utm_source=polygon-docs&utm_medium=partner-docs). Then you can check out our [get started guide](https://docs.moralis.io/web3-data-api/evm/get-your-api-key/?utm_source=polygon-docs&utm_medium=partner-docs).
17+
18+
## Moralis APIs
19+
20+
All Moralis APIs have support for Polygon and across all other major EVM blockchains. All endpoints have powerful filtering capabilities.
21+
22+
!!! info "Endpoints"
23+
24+
Please check out the [<ins>Moralis API Reference</ins>](https://docs.moralis.io/?utm_source=polygon-docs&utm_medium=partner-docs) to see all the available API endpoints.
25+
26+
### Wallet API
27+
28+
With Moralis [<ins>Wallet API</ins>](https://moralis.io/api/wallet/?utm_source=polygon-docs&utm_medium=partner-docs) you can get wallet balances for tokens, NFTs and native assets, get full wallet history, net worth and a lot more.
29+
30+
### NFT API
31+
32+
With Moralis [<ins>NFT API</ins>](https://moralis.io/api/nft/?utm_source=polygon-docs&utm_medium=partner-docs) you can get NFT data like collections, owners, prices, images and metadata.
33+
34+
### Token API
35+
36+
With Moralis [<ins>Token API</ins>](https://moralis.io/api/token/?utm_source=polygon-docs&utm_medium=partner-docs) you can get ERC20 token data like prices, ownership, metadata, transfers, approvals, liquidity, mints and burns.
37+
38+
### RPC nodes
39+
40+
Get access to powerful RPC nodes on all major chains with [<ins>Moralis nodes</ins>](https://moralis.io/nodes/?utm_source=polygon-docs&utm_medium=partner-docs).

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ nav:
383383
- Data: tools/data/the-graph/data.md
384384
- Entities: tools/data/the-graph/entities.md
385385
- Queries: tools/data/the-graph/queries.md
386+
- Moralis: tools/data/moralis.md
386387
- Covalent: tools/data/covalent.md
387388
- Envio: tools/data/envio.md
388389
- Flair: tools/data/flair.md

0 commit comments

Comments
 (0)