You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***DIDs and DLRs combined** (harder to paginate): [`data-api.cheqd.io/analytics/testnet`](https://data-api.cheqd.io/analytics/testnet)
140
140
141
141
#### Response
142
142
@@ -150,8 +150,8 @@ By default, the response is paginated with a limit of **100 results per page**.
150
150
151
151
These optional query paramaters can be used to filter the results that are returned from the API.
152
152
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.
155
155
*`operationType`: Operation type for the analytics data. It accepts the following values:
156
156
*`createDid`
157
157
*`updateDid`
@@ -162,6 +162,7 @@ These optional query paramaters can be used to filter the results that are retur
162
162
*`cheqd.did.v2.MsgUpdateDid`
163
163
*`cheqd.did.v2.MsgDeactivateDid`
164
164
*`cheqd.resource.v2.MsgCreateResource`
165
+
*`didId`: Query by DID document ID. You can use this query parameter for both DIDs and DLRs.
165
166
*`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.
166
167
*`ledgerDenom`: Ledger denomination used for paying fees, e.g. `ncheq` or `ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4`.
0 commit comments