Blockchain Queries
The following endpoints are available only on testnet
Last updated
The following endpoints are available only on testnet
Last updated
Since blockchains are public-facing computers and storage systems, you can access chain data with a simple query. Here's how to access MRTR blockchain data.
We'll be using the eth_getBlockByNumber
endpoint to get the latest block, but you can see a full list of commands in the Available Endpoints page.
Request type: POST
Endpoint: http://34.133.215.87:8545
Body:
If you don't have it already, you can easily test API endpoints.
You can replace nodeUrl
with any active RPC endpoint, find a full list in our block explorer TODOEXPLORERLINKHERE