You need to enable JavaScript to run this app.
Products
0xGraph
Explore
0xAPI
Admin
Profile
User Management
API Keys
Help
Documentation
Pricing
Contact Support
Ormi Community
New Feature Launched
Lorem ipsum dolor sit amet consectetur. Mus nam elit porttitor nisl praesent tellus et integer. In a lectus morbi diam eu diam congue vitae.
Learn More
0xAPI (Beta)
API Reference
1/5
Clear
0xAPI provides a comprehensive suite of multichain data APIs and development tools designed to simplify Web3 integration across more than 20 blockchain networks.
Blocks
Events
NFTs
Tokens
Transactions
APIs Detail
GET
Get Transactions
Retrieves a paginated list of the most recent transactions on the blockchain.
v2/{chain_name}/transactions
Try it
GET
Lookup Transaction By Hash
Fetches the full details of a single transaction, identified by its unique hash.
v2/{chain_name}/transactions/{transaction_hash}
Try it
GET
Get Transactions By Wallet
Retrieves a paginated list of all transactions associated with a specific wallet address.
v2/{chain_name}/wallets/{wallet_address}/transactions
Try it
GET
Get Wallet Transaction Summary
Provides a summary of a wallet's transaction history, including the total transaction count and details of the first and last transactions.
v2/{chain_name}/wallets/{wallet_address}/transactions/summary
Try it