cURL
curl --request GET \ --url https://explorer-api.mobula.io/api/1/token/first-buyers
{ "data": [ { "address": "<string>", "blockchain": "<string>", "initialAmount": "<string>", "currentBalance": "<string>", "firstHoldingDate": "<string>", "tags": [ "<string>" ], "lastUpdate": "<string>" } ] }
evm:1
1 <= x <= 100
First buyers response
The response is of type object.
object