Get Grouping
Get the size of the asset group
Parameters
-
groupKey
string, required
The key of the group (e.g., "collection"). -
groupValue
string, required
The value of the group.
Example Request
curl --request POST --url "<ENDPOINT>" --header 'Content-Type: application/json' --data '{
"jsonrpc": "2.0",
"method": "getGrouping",
"params": {
"groupKey": "collection",
"groupValue": "5mpMev7NQREuHydmy8wmFKwv7ry4117x7zqUwUE4CHR4"
},
"id": 0
}'