Skip to main content
GET
/
wallets
/
top
Get top wallets
curl --request GET \
  --url https://api.circular.rosetta.sh/api/v1/wallets/top \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>",
  "meta": {
    "latencyMs": 123,
    "freshness": "<string>",
    "source": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key in format circ_live_* or circ_test_*

Query Parameters

limit
integer
default:50

Maximum number of results to return

metric
string

Metric to rank by

Response

200 - application/json

Top wallets

data
any
meta
object