Solidus
⌘K
Mainnet is not yet active — you are viewing sample data. Switch to Testnet for live blockchain activity.
TPS847
FINALITY1.4s
BLOCK HEIGHT4,827,391
ACTIVE VALIDATORS2,341
SLDS PRICE$2.47

Explorer API v1

RESTful API for querying the Solidus blockchain
Blocks
Transactions
Addresses
Identity
Validators
Analytics
Search
GET/api/v1/blocks

List blocks (paginated)

Parameters

Parameter
Type
Required
Description
pagenumberNoPage number (default: 1)limitnumberNoItems per page (default: 25)
200Response
{
"id": "did:solidus:mainnet:5dK3fP7vLm8Qw2xNz9Rb4YcJ6tHgAs",
"controller": "did:solidus:mainnet:5dK3fP7vLm8Qw2xNz9Rb4YcJ6tHgAs",
"verificationMethod": [{
"id": "...#key-1",
"type": "Ed25519VerificationKey2020",
"publicKeyMultibase": "z6Mkf5rG..."
}],
"authentication": ["...#key-1"],
"assertionMethod": ["...#key-1"]
}

Access

The testnet JSON-RPC and REST endpoints are public — no API key required. Fair-use rate limiting applies. Tiered access with API keys and dedicated rate limits is on the mainnet roadmap.

Example response

A sample 200 response for this endpoint. For live data, call the public base URL above (no key required).