Skip to main content

Get hidden coins by user

GET 

/v1/users/hidden-coins

Get hidden coins by user

This endpoint retrieves hidden coins 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 coins.

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 coins found

Schema
    hiddenCoins object[]required
  • Array [
  • accountId uuidnullable
    balance floatrequired
    blockchain objectnullable
    chainId int32nullable
    name stringnullable
    shortChainId stringnullable
    shortName stringnullable
    decimals int32nullable
    fiat object[]nullable
  • Array [
  • balance doublerequired
    symbol stringnullable
    tokenValue doublerequired
  • ]
  • logo stringnullable
    name stringrequired
    possibleSpam booleanrequired
    symbol stringrequired
    thumbnail stringnullable
    tokenAddress stringrequired
  • ]
  • total int64required
Loading...