Skip to main content

Get hidden NFTs by user

GET 

/v1/users/hidden-nfts

Get hidden NFTs by user

This endpoint retrieves hidden NFTs associated with a user's accounts, supporting pagination, sorting, and filtering. It accepts optional query parameters for sorting (sort_by), ordering (order_by), pagination (page, page_size), and searching (search_by). The endpoint returns a JSON object containing an array of hidden coins along with the total count of such NFTs.

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

Hidden NFTs found

Schema
    hiddenNfts 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...