Skip to main content
GET
/
v2
/
transfers
/
top-assets
Get top assets
curl --request GET \
  --url https://api.range.org/v2/transfers/top-assets \
  --header 'Authorization: Bearer <token>'
{
  "assets": [
    {
      "token": "USDC",
      "count": 18500
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.range.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

explorer
string
Example:

"solana"

Response

200 - application/json

Top 1000 assets by transfer count.

assets
object[]
required
Last modified on May 15, 2026