From 6f71bd50f712f95b12f823f3faa7301a28112d87 Mon Sep 17 00:00:00 2001 From: dzgoldman Date: Mon, 16 Oct 2023 11:18:44 -0400 Subject: [PATCH] format parsiq page --- .../for-devs/third-party-docs/PARSIQ/parsiq.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/arbitrum-docs/for-devs/third-party-docs/PARSIQ/parsiq.md b/arbitrum-docs/for-devs/third-party-docs/PARSIQ/parsiq.md index cbf932c03..ff0637670 100644 --- a/arbitrum-docs/for-devs/third-party-docs/PARSIQ/parsiq.md +++ b/arbitrum-docs/for-devs/third-party-docs/PARSIQ/parsiq.md @@ -1,12 +1,11 @@ --- -title: "Quickstart: PARSIQ (blockchain data API & SDK)" -description: "Learn how to use PARSIQ API and SDK to get Arbitrum data" +title: 'Quickstart: PARSIQ (blockchain data API & SDK)' +description: 'Learn how to use PARSIQ API and SDK to get Arbitrum data' author: Ivan-Ivanitskiy sme: Ivan-Ivanitskiy -sidebar_label: "PARSIQ" +sidebar_label: 'PARSIQ' --- - **[PARSIQ](https://www.parsiq.net/)** is a reliable, fully customizable blockchain data indexer, helping developers to seamlessly access, process and utilize Web3 data - both raw and custom. PARSIQ API allows querying blockchain data such as transactions, token transfers, events, internal function calls, blocks, etc. @@ -19,6 +18,7 @@ to get started. ## PARSIQ Tsunami API PARSIQ Tsunami API is a highly efficient API to fetch raw Web3 data: + - Events, calls, transactions (internal included), transfers, contracts, blocks - you name it. Possibility to use unlimited blockrange makes Tsunami a hard-to-beat solution for realiably getting large amounts of data from the blockchain. CSV Export is available. - Get decoded, human readable data right out of the box. - Need an up to date feeds of data streamed to you in real time? Give our low latency Real Time Streaming service a try. @@ -31,11 +31,10 @@ Please check out our [PARSIQ API Reference](https://docs.parsiq.net/r ## PARSIQ SDK -Some more complicated cases where custom data needs to be stored, accumulated, and calculated, cannot be covered by an API. In that cases, use PARSIQ SDK or go for a Custom Data Lake. They allow you to set up data bases and data processing logic to solve your specific use case. +Some more complicated cases where custom data needs to be stored, accumulated, and calculated, cannot be covered by an API. In that cases, use PARSIQ SDK or go for a Custom Data Lake. They allow you to set up data bases and data processing logic to solve your specific use case. :::info SDK Documentation Please see [PARSIQ SDK documentation](https://docs.parsiq.net/reference/your-own-web3-api) for more details. ::: -