Skip to main content
GET
/
1
/
token
/
first-buyers
Get first buyers for a token
curl --request GET \
  --url https://demo-api.mobula.io/api/1/token/first-buyers
{
  "data": [
    {
      "address": "<string>",
      "blockchain": "<string>",
      "initialAmount": "<string>",
      "currentBalance": "<string>",
      "firstHoldingDate": "<string>",
      "tags": [
        "<string>"
      ],
      "lastUpdate": "<string>"
    }
  ]
}

Query Parameters

blockchain
string
asset
string
required
limit
number
default:70
Required range: 1 <= x <= 100

Response

200 - application/json

First buyers response

data
object[]
required