Skip to main content

Get accounts by wallet id

GET 

/v1/wallets/:wallet_id/accounts

Get accounts by wallet id

This endpoint retrieves accounts associated with a given wallet ID, supporting optional filters such as sorting, ordering, pagination, and date range. It also allows fetching detailed coin information for each account if requested. The response includes basic account details or enriched data with coin balances and metadata, depending on the request parameters.

Request

Path Parameters

    wallet_id uuidrequired

    Wallet id

Query Parameters

    coins boolean

    Coins

    sort_by string

    Sort by

    order_by string

    Order by

    page int32

    Page

    page_size int32

    Page size

    search string

    Search

    end_date date-time

    End date

    start_date date-time

    Start date

Responses

Accounts with coins found

Schema
  • Array [
  • address stringrequired
    approvers uuid[]nullable
    approversQuantity int32nullable
    balance doublerequired
    chainPath stringrequired
    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
  • ]
  • createdAt date-timerequired
    exchangeApiKey stringnullable
    exchangeApiSecret stringnullable
    id uuidrequired
    isActive booleanrequired
    isImported booleanrequired
    name stringrequired
    transactionLimit stringrequired
    type stringrequired
    userRole stringnullable
    walletId uuidrequired
  • ]
Loading...