Skip to content

Commit

Permalink
fix: pulsechain addition to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathbabu-moralis committed Dec 30, 2024
1 parent ecec5ad commit cdf6ffb
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 36 deletions.
88 changes: 88 additions & 0 deletions docs/01-web3-data-api/evm/supported-chains/18-pulsechain-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
title: "Pulsechain API"
slug: "/web3-data-api/evm/chains/Pulsechain"
sidebar_label: "Pulsechain"
sidebar_position: 16
---

# Pulsechain API

## Introduction

Pulsechain is a high-performance blockchain that provides a fast and cost-effective platform for decentralized applications and token transactions. With its focus on scalability and efficiency, Pulsechain offers developers an innovative environment for building blockchain-based solutions.

## Supported Networks

The Web3 Data API is available for the following Pulsechain networks:

1. **Pulsechain Mainnet**

## Network Details

| Network | Chain ID | EVM Chain |
| ---------------------- | ----------- | ------------------- |
| **Pulsechain Mainnet** | 0x171 (369) | EvmChain.Pulsechain |

## Supported APIs

The following APIs are supported for Pulsechain:

- [Wallet API](/web3-data-api/evm/reference#wallet-api)
- [Token API](/web3-data-api/evm/reference#token-api)
- [Entity API](/web3-data-api/evm/reference#entity-api)
- [Price API](/web3-data-api/evm/reference#price-api)
- [Blockchain API](/web3-data-api/evm/reference#blockchain-api)

### Wallet API

The Wallet API enables you to interact with wallet data on the Pulsechain blockchain.

- [Get Wallet History on Pulsechain](/web3-data-api/evm/reference#get-wallet-history)
- [Get Wallet Token Balances on Pulsechain](/web3-data-api/evm/reference#get-wallet-token-balances)
- [Get Wallet Token Approvals on Pulsechain](/web3-data-api/evm/reference#get-wallet-token-approvals)
- [Get Wallet Net-worth on Pulsechain](/web3-data-api/evm/reference#get-wallet-net-worth)
- [Get Wallet Details on Pulsechain](/web3-data-api/evm/reference#get-wallet-details)

### Token API

The Token API provides methods for interacting with ERC-20 tokens on Pulsechain. Choose from the following actions:

- [Get Token Metadata on Pulsechain](/web3-data-api/evm/reference#get-token-metadata)
- [Get Token Price on Pulsechain](/web3-data-api/evm/reference#get-token-price)
- [Get Token Balances on Pulsechain](/web3-data-api/evm/reference#get-token-balances)
- [Get Token Approvals on Pulsechain](/web3-data-api/evm/reference#get-token-approvals)
- [Get Token Transfers on Pulsechain](/web3-data-api/evm/reference#get-token-transfers)
- [Get Token Top Traders on Pulsechain](/web3-data-api/evm/reference#get-token-top-traders)
- [Get Token Pairs & Liquidity on Pulsechain](/web3-data-api/evm/reference#get-token-pairs--liquidity)
- [Get Token Stats on Pulsechain](/web3-data-api/evm/reference#get-token-stats)
- [Get Token Owners on Pulsechain](/web3-data-api/evm/reference#get-token-owners)

### Entity API

The Entity API allows you to interact with various entities on Pulsechain, such as exchanges or other organizations:

- [Search Entities](/web3-data-api/evm/reference#search-entities)
- [Get Entity Categories](/web3-data-api/evm/reference#get-entity-categories)
- [Get Entities](/web3-data-api/evm/reference#get-entities)

### Price API

Retrieve price data for tokens on Pulsechain using the Price API:

- [Get Token Prices on Pulsechain](/web3-data-api/evm/reference#get-token-prices)

### Blockchain API

The Blockchain API gives access to blockchain-level data such as blocks, transactions, and logs:

- [Get Blocks on Pulsechain](/web3-data-api/evm/reference#get-blocks)
- [Get Transactions on Pulsechain](/web3-data-api/evm/reference#get-transactions)
- [Get Logs on Pulsechain](/web3-data-api/evm/reference#get-logs)
- [Get Stats on Pulsechain](/web3-data-api/evm/reference#get-stats)
- [Get Latest Block Number on Pulsechain](/web3-data-api/evm/reference#get-latest-block-number)

---

## Unlock the Power of Pulsechain with Moralis

Curious about how you can leverage the full potential of Pulsechain? Check out our [Pulsechain page](https://developers.moralis.com/chains/Pulsechain/) to see how Moralis can help you build faster and smarter. With support for on-chain data and token transactions, Moralis simplifies blockchain application development on Pulsechain.
Loading

0 comments on commit cdf6ffb

Please sign in to comment.