M

Messari · Token Unlocks Allocations

by Messari

GETBaseSolanaX Layer✓ Curated

$0.25

per call · USD Coin on Base

Get token allocation breakdowns by category and vesting bucket.

Endpoint

GET https://api.messari.io/token-unlocks/v1/allocations

26

Calls / 30d

1

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.messari.io/token-unlocks/v1/allocations", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.messari.io/token-unlocks/v1/allocations?assetId=bitcoin&limit=10&page=1" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": [
    {
      "allocations": [
        {
          "amount": 2500000,
          "category": "team",
          "percentOfSupply": 2.5,
          "vestingEnd": "2028-01-01",
          "vestingStart": "2024-01-01"
        }
      ],
      "assetId": "bitcoin",
      "assetName": "Bitcoin"
    }
  ]
}

Payment details

Pay to0x75ddd3c42eace13c59ea0cd1141b886a1c70d2a5
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, X Layer
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Messari & similar services