Skip to main content

Get coins for account

GET 

/v1/accounts/:account_id/coins

Get coins for account

This endpoint retrieves the cryptocurrency holdings for a specified account, including both tokens and native coins across various networks. The response includes the total balance, the number of entries, and detailed information about each coin held by the account.

Request

Path Parameters

    account_id uuidrequired

    Account id

Query Parameters

    search_by string

    Search by name or symbol

    order_by string

    Order by asc or desc

    sort_by string

    Sort by name or balance

    page int32

    Page number

    page_size int32

    Page size

    network_ids string

    Network ids

Responses

Ok

Schema
    balance doublerequired
    coins 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
  • ]
  • totalEntries integerrequired
Loading...