REST API
The XCHscan Chia Developer APIs are provided as a community service and without warranty, so please use what you need and no more.
Source attribution via a link back or mention that your app is "Powered by XCHscan.com APIs" is required except for personal/private usage.
You can access the REST APIs using the cURL, or any HTTP client. We support GET requests only.
APIs are limited to 30 requests per minute unless otherwise stated.
Get Chia Netspace
Returns the total storage space allocated to Chia Network in bytes.
Get Chia Price
Returns the current Chia price in USD and BTC.
Get Circulating Supply
Returns the number of Chia coins that have been farmed (without Prefarm coins).
Get Total Chia Supply
Returns the number of Chia coins that have been farmed (including Prefarm coins).
Get Account Balance
Returns the balance of a single address in XCH and mojo. Limited to 2 requests per minute
Get Account Transactions
Returns the latest transactions of single address. To get paginated results use limit (max 25) and offset (max 10000).
Get Latest Transactions
Returns the latest transactions. To get paginated results use limit (max 25) and offset (max 10000).
Get a single Transaction
Returns a single transaction by coin id.
Get Latest Blocks
Returns the latest blocks. To get paginated results use limit (max 25) and offset (max 10000).
Get a single Block
Returns a single block by header hash.
Get Block Transactions
Returns all the transaction for a single block. To get paginated results use limit (max 25) and offset (max 10000).