Get displayed NFTs by user
GET/v1/users/displayed-nfts
Get displayed NFTs by user
This endpoint retrieves a paginated list of NFTs displayed by a user, including tokens and. Additionally, it allows searching for specific tokens and excludes hidden assets from the results. This endpoint is designed to provide a comprehensive view of a user's NFTs holdings, tailored to their preferences and settings.
Request
Query Parameters
sort_by string
Sort by
order_by string
Order by
page int32
Page
page_size int32
Page size
search_by string
Search by
Responses
- 200
- 204
- 500
Displayed NFTs found
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
displayedNfts object[]required
account objectnullable
activeThisMonth booleannullable
address stringrequired
approversQuantity int32nullable
chainPath stringrequired
createdAt date-timerequired
exchangeApiKey stringnullable
exchangeApiSecret stringnullable
id uuidrequired
isActive booleanrequired
isImported booleanrequired
name stringrequired
transactionLimit stringrequired
type stringrequired
walletId uuidrequired
amount stringnullable
blockNumber stringnullable
blockNumberMinted stringnullable
chainId int32nullable
contractType stringnullable
lastMetadataSync stringnullable
lastTokenUriSync stringnullable
metadata stringnullable
minterAddress stringnullable
name stringnullable
normalizedMetadata objectrequired
animationUrl stringnullable
attributes object[]required
description stringnullable
externalLink stringnullable
image stringnullable
name stringnullable
ownerOf stringnullable
possibleSpam booleanrequired
symbol stringnullable
tokenAddress stringnullable
tokenHash stringnullable
tokenId stringnullable
tokenUri stringnullable
verifiedCollection booleanrequired
total int64required
{
"displayedNfts": [
{
"account": {
"activeThisMonth": true,
"address": "string",
"approversQuantity": 0,
"chainPath": "string",
"createdAt": "2024-09-25T19:42:12.661Z",
"exchangeApiKey": "string",
"exchangeApiSecret": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"isActive": true,
"isImported": true,
"name": "string",
"transactionLimit": "string",
"type": "string",
"walletId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"amount": "string",
"blockNumber": "string",
"blockNumberMinted": "string",
"chainId": 0,
"contractType": "string",
"lastMetadataSync": "string",
"lastTokenUriSync": "string",
"metadata": "string",
"minterAddress": "string",
"name": "string",
"normalizedMetadata": {
"animationUrl": "string",
"attributes": [
{
"display_type": 0,
"max_value": 0,
"order": 0,
"trait_count": 0,
"trait_type": "string"
}
],
"description": "string",
"externalLink": "string",
"image": "string",
"name": "string"
},
"ownerOf": "string",
"possibleSpam": true,
"symbol": "string",
"tokenAddress": "string",
"tokenHash": "string",
"tokenId": "string",
"tokenUri": "string",
"verifiedCollection": true
}
],
"total": 0
}
No content
- text/plain
- Schema
Schema
string
Internal server error
- text/plain
- Schema
Schema
string
Loading...