Vai al contenuto
GET /v1/collections

Browse Aptos NFT collections

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/aptostokens-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

curl "https://api.oanor.com/aptostokens-api/v1/collections" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/aptostokens-api/v1/collections", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/aptostokens-api/v1/collections");
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/aptostokens-api/v1/collections",
    headers={"x-oanor-key": "oanor_test_..."}
)

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "data": {
        "note": "Browse Aptos NFT collections ranked by current supply — each with its collection id, name, creator address, current and max supply, token standard and metadata uri. The NFT discovery layer for Aptos. Paginate with limit.",
        "count": 25,
        "source": "Aptos Indexer",
        "collections": [
            {
                "uri": "https://www.giftielbiz.co.kr",
                "name": "giftiel",
                "max_supply": null,
                "collection_id": "0x068d214046d31d581c43f60409a600bd7cbba1e96403bafa273014a03211a5b6",
                "current_supply": 13656951,
                "token_standard": "v2",
                "creator_address": "0x8d1309464d087b58d8e4463fa3a60c4e1f11509e83babf8583af8f2094889070"
            },
            {
                "uri": "https://chingari.io",
                "name": "Lollipop",
                "max_supply": null,
                "collection_id": "0xc791df699189a8fdfb4faaacf834f036d37670d6fd1ef06d3efb2d14c081512a",
                "current_supply": 12986164,
                "token_standard": "v2",
                "creator_address": "0x7efbc33cf69ad534412eab0ccd0f5fbec7793bdebf08a3620afe8e5f89ef13a0"
            },
            {
                "uri": "https://kgen.io",
                "name": "Bucket store",
                "max_supply": null,
                "collection_id": "0x39a3512a0239fe9fce5d213c941bbaf4c9b992a372053daa22efb8417d596c32",
                "current_supply": 11447909,
                "token_standard": "v2",
                "creator_address": "0xba1550a590c803cf687b13c2f040b84843310fdbfb86c53dfb178028820a8e70"
            },
            {
                "uri": "https://gateway.irys.xyz/HEYzqXJ35znjjCvv15TmN-HWCZ3LT9vrz_Ck6CAjAr8",
                "name": "Aptos TWO Mainnet Anniversary 2024",
                "max_supply": null,
                "collection_id": "0xd42cd397c41a62eaf03e83ad0324ff6822178a3e40aa596c4b9930561d4753e5",
                "current_supply": 3337844,
                "token_standard": "v2",
                "creator_address": "0x8c0253cb1afad4b9209e3c7cfe694428140b4f14eb23f7b8ebf909adcfa85ad4"
            },
            {
                "uri": "https://arweave.net/M0qCJ4i07oQli5hoq1MRBkvvwz6dGBTt4r6Wp3RhuLI/",
                "name": "Make Every M🌐ve Count.",
                "max_supply": 100000000,
                "collection_id": "0x39b61bdc5088c71bc496103af399ff79be45b9974cfd234a69beb726dd720df3",
                "current_supply": 3215814,
                "token_standard": "v2",
                "creator_address": "0x810222769c2b5598e28203359d51211a895636b3c10232364d8a142400fe71a4"
            },
            {
                "uri": "www.collection.uri.com/",
                "name": "KGeN Proof Of Gamer",
                "max_supply": null,
                "collection_id": "0xe034300fb43a2065c494c77bf5f7604333e0f4a9ce7d409355625a5c3fc35092",
                "current_supply": 3197155,
                "token_standard": "
…