Skip to main content

Search wealthiest accounts

GET 

/ronin/accounts/wealthiest

Get the wealthiest accounts.

Request

Query Parameters

    limit integer

    Default is 20

    offset integer

    Default is 0

Responses

OK

Schema

    result

    object

    items

    object[]

  • Array [

  • address string
    balance string
    isContract boolean
    netWorth string
    totalNFTs integer
    transactionCount integer
  • ]

  • paging

    object

    nextCursor string
    total integer
Loading...