- Docs
- Api%2Freference%2Fexplorer%2FListObjectsPublic
List Objects Public
Retrieve a paginated list of smart objects accessible to the public. This endpoint supports comprehensive filtering by various criteria including object type, ownership, location, template associations, and temporal ranges. Objects can be filtered by faces, actions, ownership, geographical location, and creation/modification timestamps.
Query Parameters
Filter resources by their unique identifier
How many items to return at one time (max 100)
int64Search term for autocomplete functionality
Pagination token for retrieving the next page of results
Sort order for the results (ascending or descending)
"asc" | "desc"Field name to sort the results by
Optional flag for face objects
Optional flag for action objects
Filter by the owner's address
Optional flag for dropped items
Geographical hash for location-based filtering
Filter by the collection ID
Filter objects created after this date and time
date-timeFilter objects created before this date and time
date-timeFilter objects created on or after this date and time
date-timeFilter objects created on or before this date and time
date-timeFilter objects modified after this date and time
date-timeFilter objects modified before this date and time
date-timeFilter objects modified on or after this date and time
date-timeFilter objects modified on or before this date and time
date-timeResponse Body
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/public/objects"{
"objects": [
{
"id": "string",
"chain": {
"ownership_claimed": true
},
"custom": {},
"custom_hash": "string",
"metadata": {
"name": "string",
"description": "string",
"category": "string",
"image": {
"id": "string",
"name": "string",
"type": "string",
"url": "string",
"hash": "string",
"is_public": true,
"when_created": "2019-08-24T14:15:22Z"
},
"edition": 0
},
"owner": "string",
"template_id": "string",
"location": {
"latitude": 0.1,
"longitude": 0.1,
"geo_hash": "string"
},
"nonce": 0,
"version": 0,
"state_hash": "string",
"content_hash": "string",
"integrity_hash": "string",
"prev_integrity_hash": "string",
"when_created": "2019-08-24T14:15:22Z",
"when_modified": "2019-08-24T14:15:22Z"
}
],
"faces": [
{
"template_id": "string",
"face": {
"id": "string",
"url": "string",
"config": {},
"content": "string"
}
}
],
"actions": [
{
"template_id": "string",
"actions": [
"string"
]
}
],
"next": "string"
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}