Skip to main content

Get displayed coins by user

GET 

/v1/users/displayed-coins

Get displayed coins by user

This endpoint retrieves a paginated list of cryptocurrencies displayed by a user, including tokens and native coins across multiple wallets. It supports sorting and filtering based on various parameters such as symbol, name, and balance. Additionally, it allows searching for specific coins and excludes hidden assets from the results. This endpoint is designed to provide a comprehensive view of a user's cryptocurrency 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 coins found

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