Naar de inhoud
GET /v1/listings

Latest new cryptocurrency listings on Binance

Probeer het live

10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.

Aangepaste headers (optioneel)
api.oanor.com/binanceannouncements-api

Het werkt. Haal een API-key op en gebruik hem in je project.

Verkrijg een API-sleutel

Codefragmenten

curl "https://api.oanor.com/binanceannouncements-api/v1/listings" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/binanceannouncements-api/v1/listings", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/binanceannouncements-api/v1/listings");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/binanceannouncements-api/v1/listings",
    headers={"x-oanor-key": "oanor_test_..."}
)

Voorbeeldrespons

Een echte respons van dit endpoint, vastgelegd bij de laatste health check.

{
    "data": {
        "note": "The latest new cryptocurrency listings announced on Binance, newest first — each with the listing title (the asset and where it lists), publish time and the announcement URL. A new Binance listing routinely front-runs a price spike; this is the alert feed.",
        "count": 20,
        "source": "Binance",
        "category": "New Cryptocurrency Listing",
        "listings": [
            {
                "id": 276964,
                "url": "https://www.binance.com/en/support/announcement/191cb96109f24c5c85362631a55a45d3",
                "title": "Binance Exchange Adds bStocks Tokenized Securities SpaceX (SPCXB) on Binance Spot - 2026-06-12",
                "category": "New Cryptocurrency Listing",
                "catalog_id": 48,
                "published_at": "2026-06-12T16:00:00.917Z",
                "release_date": 1781280000917
            },
            {
                "id": 276672,
                "url": "https://www.binance.com/en/support/announcement/5646e3f9ea6b4c989cb76aa18bd99245",
                "title": "Binance Exchange Adds bStocks Tokenized Securities Trading Pair(s) & Trading Bots Services on Binance Spot - 2026-06-11",
                "category": "New Cryptocurrency Listing",
                "catalog_id": 48,
                "published_at": "2026-06-11T14:05:06.698Z",
                "release_date": 1781186706698
            },
            {
                "id": 276722,
                "url": "https://www.binance.com/en/support/announcement/f622c1f2a1a94ba1894d9a9e265fb4b9",
                "title": "Binance Futures Will Launch Multiple USDⓈ-Margined TradFi Perpetual Contracts (2026-06-11)",
                "category": "New Cryptocurrency Listing",
                "catalog_id": 48,
                "published_at": "2026-06-11T07:30:03.874Z",
                "release_date": 1781163003874
            },
            {
                "id": 276585,
                "url": "https://www.binance.com/en/support/announcement/b893d3539ae34c47856013b1f3cc94fb",
                "title": "Binance Futures Will Launch Multiple USDⓈ-Margined TradFi Perpetual Contracts (2026-06-10)",
                "category": "New Cryptocurrency Listing",
                "catalog_id": 48,
                "published_at": "2026-06-10T04:30:19.549Z",
                "release_date": 1781065819549
            },
            {
                "id": 276476,
                "url": "https://www.binance.com/en/support/announcement/f598c7bb87d74b8c995b9f67bf210be1",
                "title": "Binance Futures Will Launch Multiple USDⓈ-Margined TradFi Perpetual Contracts (2026-06-09)",
                "category": "New Cryptocurrency Listing",
                "catalog_id": 48,
                "published_at": "2026-06-09T06:15:12.545Z",
                "release_date": 1780985712545
            },
            {
                "id": 276395,
                "url": "https://www.binance.com/en/support/announcement/9595cb2560cc4f4b9906dc
…