BlockPI Docs
CtrlK
Official WebsiteDashboardPricing
  • Welcome to BlockPI
    • 😊Welcome to BlockPI!
    • About BlockPI
    • Background
    • Glossary
  • Basic Tutorials
    • Registration & Login
    • API Key
    • Wallet Set Up
    • Account Management
    • Team Management
  • Build
    • Supported Networks and Advanced Features
    • API Reference
      • BlockPI
      • 0G
      • Aptos
        • Get account
        • Get account resources
        • Get account balance​
        • Get account modules
        • Get account resource
        • Get account module
        • Get blocks by height
        • Get blocks by version
        • Get events by creation number
        • Get events by event handle
        • Show OpenAPI explorer
        • Show some basic info of the node
        • Check basic node health
        • Get ledger info
        • Get table item
        • Get transactions
        • Submit transaction
        • Get transaction by hash
        • Wait for transaction by hash​
        • Get transaction by version​
        • Get account transactions
        • Submit batch transactions
        • Simulate transaction
        • Encode submission
        • Estimate gas price
      • Arbitrum
      • Avalanche
      • Base
      • Berachain
      • Blast
      • Bitcoin
      • BSC
      • Celo
      • Conflux
      • Cronos
      • Cosmos Hub
      • Ethereum
      • Etherlink
      • Fantom & Sonic
      • Flow EVM
      • Gnosis
      • Hemi
      • Hyperliquid EVM
      • Kaia
      • Linea
      • Mantle
      • Meter
      • Metis
      • Merlin
      • Monad
      • Movement
      • Near
      • Oasys
      • OP
      • Polygon
      • Scroll
      • Starknet
      • Story
      • SUI
      • Solana
      • Taiko
      • Ton
      • T3rn
      • Unichain
      • Viction
      • ZetaChain
      • ZetaChain-evm
      • zkSync Era & Abstract
    • Account Abstraction (ERC-4337)
  • Dedicated Node
  • Pricing
    • Request Unit (RU)
    • Pricing & Rate Limit
    • Auto-Renew & Pay As You Go
  • Supports
    • RPC Error Reference
    • FAQ
    • Contact Us
Powered by GitBook
On this page
  • Accounts
  • Blocks
  • Events
  • General
  • Tables
  • Transaction

Was this helpful?

Edit
  1. Build
  2. API Reference

Aptos

This page serves as an Aptos API documentation index and lists the available API methods.

Accounts

  • Get account

  • Get account resources

  • Get account balance​

  • Get account modules

  • Get account resource

  • Get account module

Blocks

  • Get blocks by height

  • Get blocks by version

Events

  • Get events by creation number

  • Get events by event handle

General

  • Show OpenAPI explorer

  • Show some basic info of the node

  • Check basic node health

  • Get ledger info

Tables

  • Get table item

Transaction

  • Get transactions

  • Submit transaction

  • Get transaction by hash

  • Wait for transaction by hash​

  • Get transaction by version​

  • Get account transactions

  • Submit batch transactions

  • Simulate transaction

  • Encode submission

  • Estimate gas price

Due to the official documentation, the structure of the request url should end with the Aptos version and the method like "/v1/<method>". This is different from EVM chains.

Previousweb3_sha3NextGet account

Last updated 7 months ago

Was this helpful?