GET /api/chains
): List all supported blockchain networks and their featuresGET /api/chain/{chainId}
): Detailed information about a specific blockchainGET /api/{chainId}/validators
): List of validators and their detailsGET /api/{chainId}/transaction/{transactionId}
): Detailed transaction informationGET /api/{chainId}/account/{accountId}/state
): Comprehensive account information including balancesGET /api/{chainId}/account/{accountId}/state/tokens
): List of tokens owned by an accountGET /api/{chainId}/account/{accountId}/history
): Transaction history for an accountPOST /api/{chainId}/address/encode
): Convert public key to chain-specific address formatPOST /api/{chainId}/address/validate
): Verify address format for a specific chainnextPage
parameter.pending
, unconfirmed
, confirmed
, failed
, unknown
)transfer
, transferToken
, delegate
, redelegate
, undelegate
, claimRewards
)include
parameters allow requesting additional data (e.g., parsed
and raw
transaction details)