curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=solana \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "getAssetsByGroup",
"params": [
{
"groupKey": "collection",
"groupValue": "J2ZfLdQsaZ3GCmbucJef3cPnPwGcgjDW1SSYtMdq3L9p",
"options": {
"limit": 10,
"sortBy": {
"sortBy": "created",
"sortDirection": "desc"
},
"showCollectionMetadata": true
}
}
]
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"assetList": {
"total": 100,
"limit": 10,
"page": 1,
"cursor": null,
"items": [
{
"__truncated": true
}
]
}
}
}
curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=solana \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "getAssetsByGroup",
"params": [
{
"groupKey": "collection",
"groupValue": "J2ZfLdQsaZ3GCmbucJef3cPnPwGcgjDW1SSYtMdq3L9p",
"options": {
"limit": 10,
"sortBy": {
"sortBy": "created",
"sortDirection": "desc"
},
"showCollectionMetadata": true
}
}
]
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"assetList": {
"total": 100,
"limit": 10,
"page": 1,
"cursor": null,
"items": [
{
"__truncated": true
}
]
}
}
}
getAssetsByGroup:params[]: Type: object.Show properties
Show properties
curl --request POST \
--url https://api.uniblock.dev/uni/v1/json-rpc?chainId=solana \
--header 'content-type: application/json' \
--data '{
"id": 1,
"jsonrpc": "2.0",
"method": "getAssetsByGroup",
"params": [
{
"groupKey": "collection",
"groupValue": "J2ZfLdQsaZ3GCmbucJef3cPnPwGcgjDW1SSYtMdq3L9p",
"options": {
"limit": 10,
"sortBy": {
"sortBy": "created",
"sortDirection": "desc"
},
"showCollectionMetadata": true
}
}
]
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"assetList": {
"total": 100,
"limit": 10,
"page": 1,
"cursor": null,
"items": [
{
"__truncated": true
}
]
}
}
}