Skip to content

Commit 3041d6d

Browse files
authored
docs: Update README.md file [DEV-5419] (#393)
docs: Update README.md file
1 parent 24d0750 commit 3041d6d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ The standard Cosmos SDK REST API for account balances returns JSON with the acco
135135
##### Testnet
136136

137137
* **DID Documents**: [`data-api.cheqd.io/analytics/testnet/did`](https://data-api.cheqd.io/analytics/testnet/did)
138-
* **DID-Linked Resources (DLRs)**: [`data-api.cheqd.io/analytics/testnet/resource`](https://data-api.cheqd.io/analytics/mainnet/resource)
139-
* **DIDs and DLRs combined** (harder to paginate): [`data-api.cheqd.io/analytics/testnet`](https://data-api.cheqd.io/analytics/mainnet)
138+
* **DID-Linked Resources (DLRs)**: [`data-api.cheqd.io/analytics/testnet/resource`](https://data-api.cheqd.io/analytics/testnet/resource)
139+
* **DIDs and DLRs combined** (harder to paginate): [`data-api.cheqd.io/analytics/testnet`](https://data-api.cheqd.io/analytics/testnet)
140140

141141
#### Response
142142

@@ -150,8 +150,8 @@ By default, the response is paginated with a limit of **100 results per page**.
150150

151151
These optional query paramaters can be used to filter the results that are returned from the API.
152152

153-
* `startDate`: Start date for the analytics data. If you provide *just* this parameter, the *current* date will be considered the end date.
154-
* `endDate`: End date for the analytics data. If you provide *just* this parameter, the start date will be considered as 30 days prior to this date.
153+
* `startDate`: Start date for the analytics data. If you provide **just** this parameter, the **current** date will be considered the end date.
154+
* `endDate`: End date for the analytics data. If you provide **just** this parameter, the start date will be considered as 30 days prior to this date.
155155
* `operationType`: Operation type for the analytics data. It accepts the following values:
156156
* `createDid`
157157
* `updateDid`
@@ -162,6 +162,7 @@ These optional query paramaters can be used to filter the results that are retur
162162
* `cheqd.did.v2.MsgUpdateDid`
163163
* `cheqd.did.v2.MsgDeactivateDid`
164164
* `cheqd.resource.v2.MsgCreateResource`
165+
* `didId`: Query by DID document ID. You can use this query parameter for both DIDs and DLRs.
165166
* `denom`: Friendly denomination used for paying fees, e.g. `CHEQ` or `USDC`. Note that by default the results are returned in **main denomination**, i.e., the on-ledger value in `ncheq` is convert to CHEQ.
166167
* `ledgerDenom`: Ledger denomination used for paying fees, e.g. `ncheq` or `ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4`.
167168
* `feePayer`: Fee payer address, e.g., `cheqd1...xx`.

0 commit comments

Comments
 (0)