Skip to main content

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

Displayed NFTs found

Schema
    displayedNfts object[]required
  • Array [
  • 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
Loading...