Skip to content

Commit 8664a12

Browse files
committed
styling
1 parent 5ad58f4 commit 8664a12

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

.chain-interactions/query-data/query-rest.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Query On-Chain State with Sidecar REST API
3-
description: Learn how to query on-chain storage data using the Substrate API Sidecar REST API service.
3+
description: Learn how to query on-chain state on Polkadot using the Sidecar REST API with curl, including account balances, asset data, and block information.
44
categories: Chain Interactions
55
---
66

@@ -252,6 +252,30 @@ For a complete list of endpoints and parameters, see the [Sidecar API Documentat
252252

253253
Now that you understand how to query on-chain state with the REST API, explore these related topics:
254254

255-
- **[Query with SDKs](/chain-interactions/query-data/query-sdks/)** - Use TypeScript, Python, or Rust SDKs for programmatic access
256-
- **[Runtime API Calls](/chain-interactions/query-data/runtime-api-calls/)** - Execute runtime APIs for specialized queries
257-
- **[Send Transactions](/chain-interactions/send-transactions/with-sdks/)** - Learn to construct and submit transactions
255+
<div class="grid cards" markdown>
256+
257+
- __Query with SDKs__
258+
259+
---
260+
261+
Use TypeScript, Python, or Rust SDKs for programmatic access.
262+
263+
[:octicons-arrow-right-24: Get Started](/chain-interactions/query-data/query-sdks/)
264+
265+
- __Runtime API Calls__
266+
267+
---
268+
269+
Learn how to execute Polkadot runtime APIs for specialized queries.
270+
271+
[:octicons-arrow-right-24: Get Started](/chain-interactions/query-data/runtime-api-calls/)
272+
273+
- __Send Transactions__
274+
275+
---
276+
277+
Learn to construct and submit transactions.
278+
279+
[:octicons-arrow-right-24: Get Started](/chain-interactions/send-transactions/with-sdks)
280+
281+
</div>

0 commit comments

Comments
 (0)