{"info":{"_postman_id":"165980ef-acd2-4985-9257-4850a31d54a9","name":"TopShot Marketplace API","description":"<html><head></head><body><h1 id=\"note\">Note ⚠️</h1>\n<p>The API has been beef'd up with Cloudflare security and is no longer accessible by postman but through headless browsing or smart cookie use it may be possible to bypass the cloudflare protection</p>\n<h1 id=\"introduction\">Introduction</h1>\n<p>Auto generated documentation for the NBA Topshot Market place API</p>\n<h1 id=\"overview\">Overview</h1>\n<p>The API can be used to fetch moment, player, set, team and user data as well as look at listings, transactions and moment info</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Note ⚠️","slug":"note"},{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"}],"owner":"7186182","collectionId":"165980ef-acd2-4985-9257-4850a31d54a9","publishedId":"TzJrBeRJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-16T00:46:36.000Z"},"item":[{"name":"mutations","item":[{"name":"NoOp","id":"aff00f7e-6f2b-4d9d-ae78-e4bedf24fc44","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation NoOp {\n    NoOp\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"aff00f7e-6f2b-4d9d-ae78-e4bedf24fc44"},{"name":"markActivitiesAsRead","id":"bfee7832-65ae-4de3-ad0c-d0edac6e2ae1","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation markActivitiesAsRead ($input: MarkActivitiesAsReadInput!) {\n    markActivitiesAsRead (input: $input) {\n        ok\n    }\n}","variables":"{\n  \"input\": {\n    \"activityIDs\": [\n      0\n    ]\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfee7832-65ae-4de3-ad0c-d0edac6e2ae1"},{"name":"markAllActivitiesAsRead","id":"86484d67-781a-4a99-afef-4252899219f6","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation markAllActivitiesAsRead ($input: MarkAllActivitiesAsReadInput!) {\n    markAllActivitiesAsRead (input: $input) {\n        ok\n    }\n}","variables":"{\n  \"input\": {\n    \"activitiesBefore\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"86484d67-781a-4a99-afef-4252899219f6"},{"name":"purchaseMomentWithSoftCurrency","id":"f5b6f679-4a25-48b0-a2d6-802be15511b3","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation purchaseMomentWithSoftCurrency ($input: PurchaseMomentWithSoftCurrencyInput!) {\n    purchaseMomentWithSoftCurrency (input: $input) {\n        momentID\n    }\n}","variables":"{\n  \"input\": {\n    \"momentID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5b6f679-4a25-48b0-a2d6-802be15511b3"},{"name":"purchaseAssetsWithDapperPayment","id":"ab0e3d0a-59a3-43ae-96e5-df9a7c9251b5","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation purchaseAssetsWithDapperPayment ($input: PurchaseAssetsWithDapperPaymentInput!) {\n    purchaseAssetsWithDapperPayment (input: $input) {\n        assetID\n        price\n        purchaseType\n    }\n}","variables":"{\n  \"input\": {\n    \"orderToken\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab0e3d0a-59a3-43ae-96e5-df9a7c9251b5"},{"name":"createMomentTransferRequest","id":"b2614618-d009-404d-8739-59c0539e9968","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation createMomentTransferRequest ($input: CreateMomentTransferRequestInput!) {\n    createMomentTransferRequest (input: $input) {\n        ID\n        validation\n    }\n}","variables":"{\n  \"input\": {\n    \"momentID\": \"\",\n    \"momentFlowID\": \"\",\n    \"receiverDapperID\": \"\",\n    \"redirectURL\": \"\",\n    \"momentTitle\": \"\",\n    \"momentImage\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2614618-d009-404d-8739-59c0539e9968"},{"name":"createMomentSale","id":"50a34ec4-8bd0-4986-bcb2-53e82861a1c1","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation createMomentSale ($input: CreateMomentSaleInput!) {\n    createMomentSale (input: $input) {\n        orderID\n    }\n}","variables":"{\n  \"input\": {\n    \"momentID\": \"\",\n    \"price\": \"\",\n    \"momentFlowID\": \"\",\n    \"redirectURL\": \"\",\n    \"momentMetaInput\": {\n      \"momentTitle\": \"\",\n      \"momentDescription\": \"\",\n      \"momentImageURL\": \"\"\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"50a34ec4-8bd0-4986-bcb2-53e82861a1c1"},{"name":"cancelMomentSale","id":"d5c3e213-53c8-4a10-9cda-2f0cc460dbd2","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation cancelMomentSale ($input: CancelMomentSaleInput!) {\n    cancelMomentSale (input: $input) {\n        orderID\n    }\n}","variables":"{\n  \"input\": {\n    \"orderID\": \"\",\n    \"redirectURL\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5c3e213-53c8-4a10-9cda-2f0cc460dbd2"},{"name":"purchaseP2PMoment","id":"1bca51ba-8917-4b18-a5c1-b03e5591702d","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation purchaseP2PMoment ($input: PurchaseP2PMomentInput!) {\n    purchaseP2PMoment (input: $input) {\n        orderID\n    }\n}","variables":"{\n  \"input\": {\n    \"momentID\": \"\",\n    \"price\": \"\",\n    \"momentFlowID\": \"\",\n    \"sellerID\": \"\",\n    \"redirectURL\": \"\",\n    \"momentName\": \"\",\n    \"momentDescription\": \"\",\n    \"momentImageURL\": \"\",\n    \"momentMetaInput\": {\n      \"momentTitle\": \"\",\n      \"momentDescription\": \"\",\n      \"momentImageURL\": \"\"\n    },\n    \"recaptchaToken\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bca51ba-8917-4b18-a5c1-b03e5591702d"},{"name":"transferPacks","id":"2e2c9397-b10f-494b-a4be-ae36345d1889","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation transferPacks ($input: TransferPacksInput!) {\n    transferPacks (input: $input) {\n        success\n    }\n}","variables":"{\n  \"input\": {\n    \"packIDs\": [\n      \"\"\n    ],\n    \"receiverDapperID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e2c9397-b10f-494b-a4be-ae36345d1889"},{"name":"purchasePack","id":"ca12df41-c409-4229-a78d-032bf6a50b27","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation purchasePack ($input: PurchasePackInput!) {\n    purchasePack (input: $input) {\n        orderID\n        existingReservation\n        packsReserved\n    }\n}","variables":"{\n  \"input\": {\n    \"packListingID\": \"\",\n    \"price\": \"\",\n    \"quantity\": 0,\n    \"redirectURL\": \"\",\n    \"recaptchaToken\": \"\",\n    \"queueID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca12df41-c409-4229-a78d-032bf6a50b27"},{"name":"cancelPurchasePack","id":"fcfb268c-4e16-4425-bff2-3801bedb6177","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation cancelPurchasePack ($input: CancelPurchasePackInput!) {\n    cancelPurchasePack (input: $input) {\n        success\n    }\n}","variables":"{\n  \"input\": {\n    \"orderID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcfb268c-4e16-4425-bff2-3801bedb6177"},{"name":"openPacks","id":"640429dd-2aba-4b91-8418-26b64f81005a","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation openPacks ($input: OpenPacksInput!) {\n    openPacks (input: $input) {\n        success\n        ID\n    }\n}","variables":"{\n  \"input\": {\n    \"packIDs\": [\n      \"\"\n    ]\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"640429dd-2aba-4b91-8418-26b64f81005a"},{"name":"openPacksV2","id":"ebeae1af-9b42-448e-a00e-984379403447","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation openPacksV2 ($input: OpenPacksV2Input!) {\n    openPacksV2 (input: $input) {\n        momentsFromPacks {\n            packID\n            momentIDs\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"packIDs\": [\n      \"\"\n    ]\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebeae1af-9b42-448e-a00e-984379403447"},{"name":"purchaseVendorMoment","id":"87103912-98a8-4430-96b3-32acade6ce94","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation purchaseVendorMoment ($input: PurchaseVendorMomentInput!) {\n    purchaseVendorMoment (input: $input) {\n        orderID\n        paymentTransactionID\n    }\n}","variables":"{\n  \"input\": {\n    \"orderToken\": \"\",\n    \"purchaserID\": \"\",\n    \"paymentTransactionID\": \"\",\n    \"momentListingID\": \"\",\n    \"redirectURL\": \"\",\n    \"price\": \"\",\n    \"momentTitle\": \"\",\n    \"momentImageURL\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"87103912-98a8-4430-96b3-32acade6ce94"},{"name":"saveShowcase","id":"b39a98bc-43b3-4a26-94d1-6938722d7c5b","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation saveShowcase ($input: SaveShowcaseInput!) {\n    saveShowcase (input: $input) {\n        showcaseID\n    }\n}","variables":"{\n  \"input\": {\n    \"showcaseID\": 0,\n    \"momentIDs\": [\n      0\n    ],\n    \"name\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"b39a98bc-43b3-4a26-94d1-6938722d7c5b"},{"name":"deleteShowcase","id":"5b2e5d43-d766-40a8-91c0-0ca7e842b300","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation deleteShowcase ($input: DeleteShowcaseInput!) {\n    deleteShowcase (input: $input) {\n        deletedShowcaseID\n    }\n}","variables":"{\n  \"input\": {\n    \"showcaseID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b2e5d43-d766-40a8-91c0-0ca7e842b300"},{"name":"upsertUserProfile","id":"3f94f68d-0315-4516-acb3-75c68030db88","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation upsertUserProfile ($input: UpsertUserProfileInput!) {\n    upsertUserProfile (input: $input) {\n        dapperID\n    }\n}","variables":"{\n  \"input\": {\n    \"flowAddress\": \"\",\n    \"dapperID\": \"\",\n    \"email\": \"\",\n    \"username\": \"\",\n    \"profileImageUrl\": \"\",\n    \"twitterHandle\": \"\",\n    \"segmentId\": \"\",\n    \"favoriteTeamID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f94f68d-0315-4516-acb3-75c68030db88"},{"name":"patchUserPreferences","id":"7310de13-0fec-4ee7-bfee-4b2ad206a2a5","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation patchUserPreferences ($input: PatchUserPreferencesInput!) {\n    patchUserPreferences (input: $input) {\n        success\n        publicInfo {\n            dapperID\n            flowAddress\n            username\n            profileImageUrl\n            twitterHandle\n            createdAt\n            favoriteTeamID\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"favoriteTeamID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"7310de13-0fec-4ee7-bfee-4b2ad206a2a5"},{"name":"UpdateUserSettings","id":"3238526d-b481-4e26-89fd-cad64fde61b7","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateUserSettings ($input: UserSettingsUpdateInput!) {\n    UpdateUserSettings (input: $input) {\n        userSettings {\n            notificationSettings {\n                receiveEmails\n            }\n            updatedAt\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"notificationSettings\": {\n      \"receiveEmails\": true\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"3238526d-b481-4e26-89fd-cad64fde61b7"}],"id":"3473fc84-214a-407b-89f1-30cb4877f6fa","_postman_id":"3473fc84-214a-407b-89f1-30cb4877f6fa","description":""},{"name":"queries","item":[{"name":"batchFetchSyncable","id":"27ad2fd2-7cac-4708-be99-fa9d2e95bbbb","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query batchFetchSyncable ($ids: [ID]) {\n    batchFetchSyncable (ids: $ids) {\n        id\n        version\n    }\n}","variables":"{\n  \"ids\": [\n    0\n  ]\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"27ad2fd2-7cac-4708-be99-fa9d2e95bbbb"},{"name":"getPlay","id":"8372b572-4e16-40f9-8340-eb4d645997f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getPlay ($playID: GetPlayInput!) {\n    getPlay (playID: $playID) {\n        play {\n            id\n            version\n            description\n            flowID\n            sortID\n            status\n            assets {\n                videos {\n                    type\n                    url\n                    videoLength\n                }\n                images {\n                    type\n                    url\n                }\n                videoLengthInMilliseconds\n            }\n            stats {\n                playerID\n                playerName\n                firstName\n                lastName\n                jerseyNumber\n                teamAtMoment\n                awayTeamName\n                awayTeamScore\n                homeTeamName\n                homeTeamScore\n                dateOfMoment\n                totalYearsExperience\n                teamAtMomentNbaId\n                height\n                weight\n                currentTeam\n                currentTeamId\n                primaryPosition\n                homeTeamNbaId\n                awayTeamNbaId\n                nbaSeason\n                draftYear\n                draftSelection\n                draftRound\n                birthplace\n                birthdate\n                draftTeam\n                draftTeamNbaId\n                playCategory\n                playType\n                quarter\n                homeTeamScoresByQuarter {\n                    quarterScores {\n                        type\n                        number\n                        sequence\n                        points\n                    }\n                }\n                awayTeamScoresByQuarter {\n                    quarterScores {\n                        type\n                        number\n                        sequence\n                        points\n                    }\n                }\n            }\n            statsPlayerGameScores {\n                blocks\n                points\n                steals\n                assists\n                minutes\n                rebounds\n                turnovers\n                plusMinus\n                flagrantFouls\n                personalFouls\n                technicalFouls\n                twoPointsMade\n                blockedAttempts\n                fieldGoalsMade\n                freeThrowsMade\n                threePointsMade\n                defensiveRebounds\n                offensiveRebounds\n                pointsOffTurnovers\n                twoPointsAttempted\n                assistTurnoverRatio\n                fieldGoalsAttempted\n                freeThrowsAttempted\n                twoPointsPercentage\n                fieldGoalsPercentage\n                freeThrowsPercentage\n                threePointsAttempted\n                threePointsPercentage\n                playerPosition\n            }\n            statsPlayerSeasonAverageScores {\n                minutes\n                blocks\n                points\n                steals\n                assists\n                rebounds\n                turnovers\n                plusMinus\n                flagrantFouls\n                personalFouls\n                technicalFouls\n                twoPointsMade\n                blockedAttempts\n                fieldGoalsMade\n                freeThrowsMade\n                threePointsMade\n                defensiveRebounds\n                offensiveRebounds\n                pointsOffTurnovers\n                twoPointsAttempted\n                assistTurnoverRatio\n                fieldGoalsAttempted\n                freeThrowsAttempted\n                twoPointsPercentage\n                fieldGoalsPercentage\n                freeThrowsPercentage\n                threePointsAttempted\n                threePointsPercentage\n                efficiency\n                true_shooting_attempts\n                points_in_paint_made\n                points_in_paint_attempted\n                points_in_paint\n                fouls_drawn\n                offensive_fouls\n                fast_break_points\n                fast_break_points_attempted\n                fast_break_points_made\n                second_chance_points\n                second_chance_points_attempted\n                second_chance_points_made\n            }\n            tags {\n                id\n                name\n                title\n                visible\n                hardcourt\n                level\n            }\n        }\n    }\n}","variables":"{\n  \"playID\": {\n    \"playID\": \"8d5f8379-aa09-4bd1-9a71-80e5a606cb63\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"8372b572-4e16-40f9-8340-eb4d645997f4"},{"name":"GetActivity","id":"8f463bbc-8f27-4505-abe8-6d9f51b73813","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetActivity ($activityID: ID!) {\n    GetActivity (activityID: $activityID) {\n        data {\n            id\n            sortID\n            subject {\n                ... on PurchaseVendorMomentActivity {\n                    order {\n                        id\n                        status\n                        state\n                        momentListingID\n                        playID\n                        setID\n                        userID\n                        price\n                        createdAt\n                        updatedAt\n                        dapperIntentID\n                    }\n                }\n                ... on PurchaseP2PMomentActivity {\n\n                }\n                ... on P2PMomentListingActivity {\n\n                }\n                ... on P2PMomentListingCancellationActivity {\n\n                }\n                ... on P2PMomentListingSoldActivity {\n\n                }\n                ... on PurchasePackActivity {\n\n                }\n                ... on MomentTransferRequestActivity {\n                    transfer {\n                        id\n                        senderDapperID\n                        receiverDapperID\n                        status\n                        state\n                        momentID\n                        version\n                        invocationIntentID\n                        redirectURL\n                        momentImage\n                        momentTitle\n                        createdAt\n                        updatedAt\n                        txHash\n                    }\n                }\n                ... on MomentTransferReceivedActivity {\n\n                }\n            }\n            status\n            createdAt\n            updatedAt\n            activityType\n            isRead\n        }\n    }\n}","variables":"{\n  \"activityID\": 0\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f463bbc-8f27-4505-abe8-6d9f51b73813"},{"name":"SearchActivity","id":"d3c98ee0-df0f-49b9-983b-51c9602a6be5","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query SearchActivity ($input: SearchActivityInput!) {\n    SearchActivity (input: $input) {\n        filters {\n            byUnread\n            byStatus\n            byType\n        }\n        sortBy\n        searchSummary {\n            count {\n                count\n            }\n            pagination {\n                leftCursor\n                rightCursor\n            }\n            data {\n                data {\n                    sortID\n                }\n                size\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"filters\": {\n      \"byUnread\": true,\n      \"byStatus\": [\n        \"\"\n      ],\n      \"byType\": [\n        \"\"\n      ]\n    },\n    \"sortBy\": \"\",\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"\",\n        \"limit\": 0\n      }\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3c98ee0-df0f-49b9-983b-51c9602a6be5"},{"name":"HasUnreadActivities","id":"5814783a-9f2c-499d-aac7-78b0ebfbeec1","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query HasUnreadActivities ($input: HasUnreadActivitiesInput!) {\n    HasUnreadActivities (input: $input) {\n        hasUnreadActivities\n    }\n}","variables":"{\n  \"input\": {\n    \"byActivityType\": [\n      \"\"\n    ]\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"5814783a-9f2c-499d-aac7-78b0ebfbeec1"},{"name":"getUserBallerStatus","id":"56f152ef-7abe-4378-ad4a-161872d9fdf8","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserBallerStatus ($input: GetUserBallerStatusRequest!) {\n    getUserBallerStatus (input: $input) {\n        level {\n            label\n            pointThreshold\n        }\n        totalPoints\n        milestones {\n            label\n            orderedTasks {\n                points\n                status\n                numRequiredActions\n            }\n            numCompletedActions\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"dapperID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"56f152ef-7abe-4378-ad4a-161872d9fdf8"},{"name":"getBallerStatusLevels","id":"b6bd3044-3ad4-44d4-b0ee-82c9e16e74ab","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getBallerStatusLevels {\n    getBallerStatusLevels {\n        levels {\n            label\n            pointThreshold\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6bd3044-3ad4-44d4-b0ee-82c9e16e74ab"},{"name":"hasBallerStatusProcessedPackFulfillments","id":"5bca4ca1-8fa6-4df4-b1e6-52fd4e861d06","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query hasBallerStatusProcessedPackFulfillments ($input: HasBallerStatusProcessedPackFulfillmentsInput!) {\n    hasBallerStatusProcessedPackFulfillments (input: $input)\n}","variables":"{\n  \"input\": {\n    \"packIDs\": [\n      0\n    ]\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bca4ca1-8fa6-4df4-b1e6-52fd4e861d06"},{"name":"getMyActiveChallenges","id":"fff7279c-5dbe-4217-84b1-b1c45024de2c","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getMyActiveChallenges {\n    getMyActiveChallenges {\n        challenges {\n            id\n            version\n            sortID\n            name\n            description\n            expirationDate\n            slots {\n                playID\n                setID\n                filledMomentID\n            }\n            reward {\n                playID\n                setID\n            }\n            rewardStatus\n            numUsersCompleted\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"fff7279c-5dbe-4217-84b1-b1c45024de2c"},{"name":"getMyCompletedChallenges","id":"ef4b7a15-b149-4066-9cbd-64d706142906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getMyCompletedChallenges {\n    getMyCompletedChallenges {\n        completedUserChallenges {\n            challenge {\n                id\n                version\n                sortID\n                name\n                description\n                expirationDate\n                slots {\n                    playID\n                    setID\n                    filledMomentID\n                }\n                reward {\n                    playID\n                    setID\n                }\n                rewardStatus\n                numUsersCompleted\n            }\n            rewardStatus\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef4b7a15-b149-4066-9cbd-64d706142906"},{"name":"getActiveChallenges","id":"39605a30-f6f2-4959-a091-e538f8c95fb5","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getActiveChallenges {\n    getActiveChallenges {\n        challenges {\n            id\n            version\n            sortID\n            name\n            description\n            expirationDate\n            slots {\n                playID\n                setID\n                filledMomentID\n            }\n            reward {\n                playID\n                setID\n            }\n            rewardStatus\n            numUsersCompleted\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"39605a30-f6f2-4959-a091-e538f8c95fb5"},{"name":"searchChallenges","id":"2325018e-c671-4712-be99-c8ddcd87a109","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query searchChallenges ($input: SearchChallengesInput!) {\n    searchChallenges (input: $input) {\n        data {\n            filters {\n                byUserID\n                byChallengeCompletionState\n                byChallengeExpiryState\n            }\n            searchSummary {\n                count {\n                    count\n                }\n                pagination {\n                    leftCursor\n                    rightCursor\n                }\n                data {\n                    data {\n                        sortID\n                    }\n                    size\n                }\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"filters\": {\n      \"byUserID\": \"\",\n      \"byChallengeCompletionState\": \"\",\n      \"byChallengeExpiryState\": \"\"\n    },\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"\",\n        \"limit\": 0\n      }\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"2325018e-c671-4712-be99-c8ddcd87a109"},{"name":"getUserCodex","id":"be5b07f4-4618-4344-b83f-4b7eb39e8217","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserCodex ($input: GetUserCodexInput!) {\n    getUserCodex (input: $input) {\n        codex {\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n                flowSeriesNumber\n                flowLocked\n                setVisualId\n                assetPath\n                assets {\n                    images {\n                        type\n                        url\n                    }\n                }\n                plays {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n            }\n            totalEditionSlots\n            filledEditionSlots\n            uniqueMoments\n            hasChallengeReward\n        }\n        totalUserOwnedMoments\n    }\n}","variables":"{\n  \"input\": {\n    \"userID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"be5b07f4-4618-4344-b83f-4b7eb39e8217"},{"name":"getCodex","id":"8996fc11-c183-496b-a078-785a6927277c","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getCodex ($input: GetCodexInput!) {\n    getCodex (input: $input) {\n        codex {\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n                flowSeriesNumber\n                flowLocked\n                setVisualId\n                assetPath\n                assets {\n                    images {\n                        type\n                        url\n                    }\n                }\n                plays {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n            }\n            totalEditionSlots\n            filledEditionSlots\n            uniqueMoments\n            hasChallengeReward\n        }\n        totalUserOwnedMoments\n        numSetsInProgress\n        numSetsCompleted\n        totalUniqueEditionsOwned\n        filters {\n            bySeries\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"userID\": 0,\n    \"filters\": {\n      \"bySeries\": \"\"\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"8996fc11-c183-496b-a078-785a6927277c"},{"name":"getCodexSet","id":"7b82720c-3f3f-4620-80cf-28133f588e22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getCodexSet ($input: GetCodexSetInput!) {\n    getCodexSet (input: $input) {\n        codexSetWithEditions {\n            codexSet {\n                set {\n                    id\n                    sortID\n                    version\n                    flowId\n                    flowName\n                    flowSeriesNumber\n                    flowLocked\n                    setVisualId\n                    assetPath\n                    plays {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                }\n                totalEditionSlots\n                filledEditionSlots\n                uniqueMoments\n                hasChallengeReward\n            }\n            editionSlots {\n                edition {\n                    id\n                    set {\n                        id\n                        sortID\n                        version\n                        flowId\n                        flowName\n                        flowSeriesNumber\n                        flowLocked\n                        setVisualId\n                        assetPath\n                    }\n                    play {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                    assetPathPrefix\n                    sortID\n                    version\n                    circulationCount\n                    flowRetired\n                    state\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                    challengeID\n                }\n                filledMomentIDs\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"userID\": \"google-oauth2|118352643237476066245\",\n    \"setID\": \"122b048d-585e-4c63-8275-c23949576fd6\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b82720c-3f3f-4620-80cf-28133f588e22"},{"name":"authenticate","id":"1f5ba962-d000-405d-af9a-0a2b104893fd","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query authenticate ($input: AuthenticateInput!) {\n    authenticate (input: $input) {\n        idToken\n        refreshToken\n    }\n}","variables":"{\n  \"input\": {\n    \"code\": \"\",\n    \"redirectUrl\": \"\",\n    \"source\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f5ba962-d000-405d-af9a-0a2b104893fd"},{"name":"requestLoginUrl","id":"5f82f040-1d46-4770-816a-a854e5e7a1eb","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query requestLoginUrl ($input: RequestLoginUrlInput!) {\n    requestLoginUrl (input: $input) {\n        url\n    }\n}","variables":"{\n  \"input\": {\n    \"state\": \"\",\n    \"redirectUrl\": \"\",\n    \"loginHint\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f82f040-1d46-4770-816a-a854e5e7a1eb"},{"name":"exchangeRefreshToken","id":"373fab18-9d1c-4579-84b5-e95852999c4b","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query exchangeRefreshToken ($input: ExchangeRefreshTokenInput!) {\n    exchangeRefreshToken (input: $input) {\n        idToken\n        newRefreshToken\n    }\n}","variables":"{\n  \"input\": {\n    \"refreshToken\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"373fab18-9d1c-4579-84b5-e95852999c4b"},{"name":"revokeToken","id":"a127cee9-e034-4a28-88b0-a9c16eeaaf5b","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query revokeToken ($input: RevokeTokenInput!) {\n    revokeToken (input: $input) {\n        success\n    }\n}","variables":"{\n  \"input\": {\n    \"refreshToken\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"a127cee9-e034-4a28-88b0-a9c16eeaaf5b"},{"name":"searchMarketplaceTransactions","id":"fd541406-e96f-42f5-8c94-48de32742a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query searchMarketplaceTransactions ($input: SearchMarketplaceTransactionsInput!) {\n    searchMarketplaceTransactions (input: $input) {\n        data {\n            filters {\n                byEditions {\n                    setID\n                    playID\n                }\n                byMoments\n                byTeams\n            }\n            sortBy\n            searchSummary {\n                count {\n                    count\n                }\n                pagination {\n                    leftCursor\n                    rightCursor\n                }\n                data {\n                    data {\n                        sortID\n                    }\n                    size\n                }\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"filters\": {\n      \"byEditions\": [],\n      \"byMoments\": [\n      ],\n      \"byTeams\": [\n      ]\n    },\n    \"sortBy\": \"UPDATED_AT_DESC\",\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"RIGHT\",\n        \"limit\": 50\n      }\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd541406-e96f-42f5-8c94-48de32742a53"},{"name":"getMarketplaceTransactionEditionStats","id":"482c8ace-8555-4f70-ac08-aef4cf10df40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getMarketplaceTransactionEditionStats ($input: GetMarketplaceTransactionEditionStatsInput!) {\n    getMarketplaceTransactionEditionStats (input: $input) {\n        editionStats {\n            totalSales\n            mostRecentEditionSale {\n                price\n                serialNumber\n            }\n            averageSalePrice\n            averageSalePriceInSerialNumRange\n            highestSalePrice\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"edition\": {\n      \"setID\": \"7b797690-5b53-45a7-b972-bd2d5152654a\",\n      \"playID\": \"769443aa-0e2c-47e7-936f-5acf08db9151\"\n    },\n    \"serialNumber\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"482c8ace-8555-4f70-ac08-aef4cf10df40"},{"name":"searchMintedMoments","id":"7acd845d-5198-48e9-95c7-cc6b6e22fd19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query searchMintedMoments ($input: SearchMintedMomentsInput!) {\n    searchMintedMoments (input: $input) {\n        data {\n            filters {\n                byOwnerDapperID\n                bySets\n                bySeries\n                byPlays\n                byPlayers\n                byTeams\n                bySetVisuals\n                byForSale\n            }\n            sortBy\n            searchSummary {\n                count {\n                    count\n                }\n                pagination {\n                    leftCursor\n                    rightCursor\n                }\n                data {\n                    data {\n                        sortID\n                    }\n                    size\n                }\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"filters\": {\n      \"byOwnerDapperID\": [\n        \"\"\n      ],\n      \"bySets\": [\n        \"Rising Stars\"\n      ],\n      \"bySeries\": [\n        2\n      ],\n      \"byPlays\": [\n        0\n      ],\n      \"byPlayers\": [\n        0\n      ],\n      \"byTeams\": [\n        0\n      ],\n      \"bySetVisuals\": [\n        \"SET_VISUAL_COMMON\",\n        \"SET_VISUAL_RARE\",\n        \"SET_VISUAL_LEGENDARY\",\n        \"SET_VISUAL_ULTIMATE\"\n    ],\n      \"byForSale\": \"NOT_FOR_SALE\",\n      \"byPlayTagIDs\": [\n        0\n      ],\n      \"bySetPlayTagIDs\": [\n        0\n      ],\n      \"byMomentTagIDs\": [\n        0\n      ]\n    },\n    \"sortBy\": \"CREATED_AT_DESC\",\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"RIGHT\",\n        \"limit\": 0\n      }\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"7acd845d-5198-48e9-95c7-cc6b6e22fd19"},{"name":"getMintedMoment","id":"934ab384-9358-4962-a697-c98eb144905e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getMintedMoment ($momentId: ID!) {\n    getMintedMoment (momentId: $momentId) {\n        data {\n            id\n            version\n            sortID\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n            }\n            play {\n                id\n                version\n                description\n                flowID\n                stats {\n                    playerID\n                    playerName\n                    firstName\n                }\n            }\n            flowId\n            flowSerialNumber\n            price\n            assetPathPrefix\n        }\n    }\n}\n\n\n#  4986130\n# 489327\n# 7599371\n# 7595331\n# 7605351\n\n\n\n# query getMintedMoment ($momentId: ID!) {\n#     getMintedMoment (momentId: $momentId) {\n#         data {\n#             id\n#             version\n#             sortID\n#             set {\n#                 id\n#                 sortID\n#                 version\n#                 flowId\n#                 flowName\n#                 flowSeriesNumber\n#                 flowLocked\n#                 setVisualId\n#                 assetPath\n#                 assets {\n#                     images {\n#                         type\n#                         url\n#                     }\n#                 }\n#                 plays {\n#                     id\n#                     version\n#                     description\n#                     flowID\n#                     sortID\n#                     status\n#                     assets {\n#                         videoLengthInMilliseconds\n#                     }\n#                     stats {\n#                         playerID\n#                         playerName\n#                         firstName\n#                         lastName\n#                         jerseyNumber\n#                         teamAtMoment\n#                         awayTeamName\n#                         awayTeamScore\n#                         homeTeamName\n#                         homeTeamScore\n#                         dateOfMoment\n#                         totalYearsExperience\n#                         teamAtMomentNbaId\n#                         height\n#                         weight\n#                         currentTeam\n#                         currentTeamId\n#                         primaryPosition\n#                         homeTeamNbaId\n#                         awayTeamNbaId\n#                         nbaSeason\n#                         draftYear\n#                         draftSelection\n#                         draftRound\n#                         birthplace\n#                         birthdate\n#                         draftTeam\n#                         draftTeamNbaId\n#                         playCategory\n#                         playType\n#                         quarter\n#                     }\n#                     statsPlayerGameScores {\n#                         blocks\n#                         points\n#                         steals\n#                         assists\n#                         minutes\n#                         rebounds\n#                         turnovers\n#                         plusMinus\n#                         flagrantFouls\n#                         personalFouls\n#                         technicalFouls\n#                         twoPointsMade\n#                         blockedAttempts\n#                         fieldGoalsMade\n#                         freeThrowsMade\n#                         threePointsMade\n#                         defensiveRebounds\n#                         offensiveRebounds\n#                         pointsOffTurnovers\n#                         twoPointsAttempted\n#                         assistTurnoverRatio\n#                         fieldGoalsAttempted\n#                         freeThrowsAttempted\n#                         twoPointsPercentage\n#                         fieldGoalsPercentage\n#                         freeThrowsPercentage\n#                         threePointsAttempted\n#                         threePointsPercentage\n#                         playerPosition\n#                     }\n#                     statsPlayerSeasonAverageScores {\n#                         minutes\n#                         blocks\n#                         points\n#                         steals\n#                         assists\n#                         rebounds\n#                         turnovers\n#                         plusMinus\n#                         flagrantFouls\n#                         personalFouls\n#                         technicalFouls\n#                         twoPointsMade\n#                         blockedAttempts\n#                         fieldGoalsMade\n#                         freeThrowsMade\n#                         threePointsMade\n#                         defensiveRebounds\n#                         offensiveRebounds\n#                         pointsOffTurnovers\n#                         twoPointsAttempted\n#                         assistTurnoverRatio\n#                         fieldGoalsAttempted\n#                         freeThrowsAttempted\n#                         twoPointsPercentage\n#                         fieldGoalsPercentage\n#                         freeThrowsPercentage\n#                         threePointsAttempted\n#                         threePointsPercentage\n#                         efficiency\n#                         true_shooting_attempts\n#                         points_in_paint_made\n#                         points_in_paint_attempted\n#                         points_in_paint\n#                         fouls_drawn\n#                         offensive_fouls\n#                         fast_break_points\n#                         fast_break_points_attempted\n#                         fast_break_points_made\n#                         second_chance_points\n#                         second_chance_points_attempted\n#                         second_chance_points_made\n#                     }\n#                     tags {\n#                         id\n#                         name\n#                         title\n#                         visible\n#                         hardcourt\n#                         level\n#                     }\n#                 }\n#             }\n#             play {\n#                 id\n#                 version\n#                 description\n#                 flowID\n#                 sortID\n#                 status\n#                 assets {\n#                     videos {\n#                         type\n#                         url\n#                         videoLength\n#                     }\n#                     videoLengthInMilliseconds\n#                 }\n#                 stats {\n#                     playerID\n#                     playerName\n#                     firstName\n#                     lastName\n#                     jerseyNumber\n#                     teamAtMoment\n#                     awayTeamName\n#                     awayTeamScore\n#                     homeTeamName\n#                     homeTeamScore\n#                     dateOfMoment\n#                     totalYearsExperience\n#                     teamAtMomentNbaId\n#                     height\n#                     weight\n#                     currentTeam\n#                     currentTeamId\n#                     primaryPosition\n#                     homeTeamNbaId\n#                     awayTeamNbaId\n#                     nbaSeason\n#                     draftYear\n#                     draftSelection\n#                     draftRound\n#                     birthplace\n#                     birthdate\n#                     draftTeam\n#                     draftTeamNbaId\n#                     playCategory\n#                     playType\n#                     quarter\n#                 }\n#                 statsPlayerGameScores {\n#                     blocks\n#                     points\n#                     steals\n#                     assists\n#                     minutes\n#                     rebounds\n#                     turnovers\n#                     plusMinus\n#                     flagrantFouls\n#                     personalFouls\n#                     technicalFouls\n#                     twoPointsMade\n#                     blockedAttempts\n#                     fieldGoalsMade\n#                     freeThrowsMade\n#                     threePointsMade\n#                     defensiveRebounds\n#                     offensiveRebounds\n#                     pointsOffTurnovers\n#                     twoPointsAttempted\n#                     assistTurnoverRatio\n#                     fieldGoalsAttempted\n#                     freeThrowsAttempted\n#                     twoPointsPercentage\n#                     fieldGoalsPercentage\n#                     freeThrowsPercentage\n#                     threePointsAttempted\n#                     threePointsPercentage\n#                     playerPosition\n#                 }\n#                 statsPlayerSeasonAverageScores {\n#                     minutes\n#                     blocks\n#                     points\n#                     steals\n#                     assists\n#                     rebounds\n#                     turnovers\n#                     plusMinus\n#                     flagrantFouls\n#                     personalFouls\n#                     technicalFouls\n#                     twoPointsMade\n#                     blockedAttempts\n#                     fieldGoalsMade\n#                     freeThrowsMade\n#                     threePointsMade\n#                     defensiveRebounds\n#                     offensiveRebounds\n#                     pointsOffTurnovers\n#                     twoPointsAttempted\n#                     assistTurnoverRatio\n#                     fieldGoalsAttempted\n#                     freeThrowsAttempted\n#                     twoPointsPercentage\n#                     fieldGoalsPercentage\n#                     freeThrowsPercentage\n#                     threePointsAttempted\n#                     threePointsPercentage\n#                     efficiency\n#                     true_shooting_attempts\n#                     points_in_paint_made\n#                     points_in_paint_attempted\n#                     points_in_paint\n#                     fouls_drawn\n#                     offensive_fouls\n#                     fast_break_points\n#                     fast_break_points_attempted\n#                     fast_break_points_made\n#                     second_chance_points\n#                     second_chance_points_attempted\n#                     second_chance_points_made\n#                 }\n#                 tags {\n#                     id\n#                     name\n#                     title\n#                     visible\n#                     hardcourt\n#                     level\n#                 }\n#             }\n#             flowId\n#             flowSerialNumber\n#             price\n#             forSale\n#             listingOrderID\n#             owner {\n#                 dapperID\n#                 email\n#                 flowAddress\n#                 username\n#                 profileImageUrl\n#                 twitterHandle\n#                 segmentID\n#             }\n#             assetPathPrefix\n#             setPlay {\n#                 ID\n#                 setID\n#                 playID\n#                 flowRetired\n#                 circulationCount\n#                 tags {\n#                     id\n#                     name\n#                     title\n#                     visible\n#                     hardcourt\n#                     level\n#                 }\n#             }\n#             createdAt\n#             acquiredAt\n#             packListingID\n#             tags {\n#                 id\n#                 name\n#                 title\n#                 visible\n#                 hardcourt\n#                 level\n#             }\n#         }\n#     }\n# }\n\n","variables":"{\"momentId\": 7618490}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"934ab384-9358-4962-a697-c98eb144905e"},{"name":"getMintedMoments","id":"ff771b68-6c79-4ff7-81f9-2caeec757944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getMintedMoments ($input: GetMintedMomentsInput!) {\n    getMintedMoments (input: $input) {\n        data {\n            id\n            version\n            sortID\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n                flowSeriesNumber\n                flowLocked\n                setVisualId\n                assetPath\n                assets {\n                    images {\n                        type\n                        url\n                    }\n                }\n                plays {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n            }\n            play {\n                id\n                version\n                description\n                flowID\n                sortID\n                status\n                assets {\n                    videos {\n                        type\n                        url\n                        videoLength\n                    }\n                    videoLengthInMilliseconds\n                }\n                stats {\n                    playerID\n                    playerName\n                    firstName\n                    lastName\n                    jerseyNumber\n                    teamAtMoment\n                    awayTeamName\n                    awayTeamScore\n                    homeTeamName\n                    homeTeamScore\n                    dateOfMoment\n                    totalYearsExperience\n                    teamAtMomentNbaId\n                    height\n                    weight\n                    currentTeam\n                    currentTeamId\n                    primaryPosition\n                    homeTeamNbaId\n                    awayTeamNbaId\n                    nbaSeason\n                    draftYear\n                    draftSelection\n                    draftRound\n                    birthplace\n                    birthdate\n                    draftTeam\n                    draftTeamNbaId\n                    playCategory\n                    playType\n                    quarter\n                }\n                statsPlayerGameScores {\n                    blocks\n                    points\n                    steals\n                    assists\n                    minutes\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    playerPosition\n                }\n                statsPlayerSeasonAverageScores {\n                    minutes\n                    blocks\n                    points\n                    steals\n                    assists\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    efficiency\n                    true_shooting_attempts\n                    points_in_paint_made\n                    points_in_paint_attempted\n                    points_in_paint\n                    fouls_drawn\n                    offensive_fouls\n                    fast_break_points\n                    fast_break_points_attempted\n                    fast_break_points_made\n                    second_chance_points\n                    second_chance_points_attempted\n                    second_chance_points_made\n                }\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            flowId\n            flowSerialNumber\n            price\n            forSale\n            listingOrderID\n            owner {\n                dapperID\n                email\n                flowAddress\n                username\n                profileImageUrl\n                twitterHandle\n                segmentID\n            }\n            assetPathPrefix\n            setPlay {\n                ID\n                setID\n                playID\n                flowRetired\n                circulationCount\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            createdAt\n            acquiredAt\n            packListingID\n            tags {\n                id\n                name\n                title\n                visible\n                hardcourt\n                level\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"momentIds\": [\n      4986130\n    ]\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff771b68-6c79-4ff7-81f9-2caeec757944"},{"name":"allPlayers","id":"4ed1d272-e895-481d-8616-cd42a4b2ba2f","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query allPlayers {\n    allPlayers {\n        size\n        data {\n            id\n            name\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ed1d272-e895-481d-8616-cd42a4b2ba2f"},{"name":"getSearchSuggestions","id":"54187eb2-dfd1-43bc-aa28-2f13db18f054","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getSearchSuggestions ($input: SearchSuggestionsInput!) {\n    getSearchSuggestions (input: $input) {\n        playerSuggestions {\n            id\n            name\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"input\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"54187eb2-dfd1-43bc-aa28-2f13db18f054"},{"name":"getSoftCurrencyPrice","id":"f6c9bfdd-c105-4c68-8920-51eb2bed1bc4","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getSoftCurrencyPrice {\n    getSoftCurrencyPrice {\n        price\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6c9bfdd-c105-4c68-8920-51eb2bed1bc4"},{"name":"allTeams","id":"c175d395-88f7-417b-bb7f-f5179eacf6ab","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query allTeams {\n    allTeams {\n        size\n        data {\n            id\n            name\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"c175d395-88f7-417b-bb7f-f5179eacf6ab"},{"name":"getEdition","id":"1e4e312b-ad0e-4f91-8772-ff18027c76c7","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getEdition ($input: GetEditionInput!) {\n    getEdition (input: $input) {\n        edition {\n            id\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n                flowSeriesNumber\n                flowLocked\n                setVisualId\n                assetPath\n                assets {\n                    images {\n                        type\n                        url\n                    }\n                }\n                plays {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n            }\n            play {\n                id\n                version\n                description\n                flowID\n                sortID\n                status\n                assets {\n                    videos {\n                        type\n                        url\n                        videoLength\n                    }\n                    videoLengthInMilliseconds\n                }\n                stats {\n                    playerID\n                    playerName\n                    firstName\n                    lastName\n                    jerseyNumber\n                    teamAtMoment\n                    awayTeamName\n                    awayTeamScore\n                    homeTeamName\n                    homeTeamScore\n                    dateOfMoment\n                    totalYearsExperience\n                    teamAtMomentNbaId\n                    height\n                    weight\n                    currentTeam\n                    currentTeamId\n                    primaryPosition\n                    homeTeamNbaId\n                    awayTeamNbaId\n                    nbaSeason\n                    draftYear\n                    draftSelection\n                    draftRound\n                    birthplace\n                    birthdate\n                    draftTeam\n                    draftTeamNbaId\n                    playCategory\n                    playType\n                    quarter\n                }\n                statsPlayerGameScores {\n                    blocks\n                    points\n                    steals\n                    assists\n                    minutes\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    playerPosition\n                }\n                statsPlayerSeasonAverageScores {\n                    minutes\n                    blocks\n                    points\n                    steals\n                    assists\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    efficiency\n                    true_shooting_attempts\n                    points_in_paint_made\n                    points_in_paint_attempted\n                    points_in_paint\n                    fouls_drawn\n                    offensive_fouls\n                    fast_break_points\n                    fast_break_points_attempted\n                    fast_break_points_made\n                    second_chance_points\n                    second_chance_points_attempted\n                    second_chance_points_made\n                }\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            assetPathPrefix\n            sortID\n            version\n            circulationCount\n            flowRetired\n            state\n            tags {\n                id\n                name\n                title\n                visible\n                hardcourt\n                level\n            }\n            challengeID\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"setID\": 0,\n    \"playID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e4e312b-ad0e-4f91-8772-ff18027c76c7"},{"name":"searchEditions","id":"465694d6-a094-46c8-9a5d-d82e524eefad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query searchEditions ($input: SearchEditionsInput!) {\n    searchEditions (input: $input) {\n        filters {\n            bySetIDs\n        }\n        searchSummary {\n            count {\n                count\n            }\n            pagination {\n                leftCursor\n                rightCursor\n            }\n            data {\n                data {\n                    sortID\n                }\n                size\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"filters\": {\n      \"bySetIDs\": [\n        \n      ]\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"465694d6-a094-46c8-9a5d-d82e524eefad"},{"name":"searchMomentListings","id":"cafae1df-cac0-4d0b-95e2-e1017f6ca0a7","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query searchMomentListings ($input: SearchMomentListingsInput!) {\n    searchMomentListings (input: $input) {\n        data {\n            filters {\n                bySets\n                byPlayers\n                byTeams\n                byPrimaryPlayerPosition\n                byPrice {\n                    min\n                    max\n                }\n                bySerialNumber {\n                    min\n                    max\n                }\n                byPower {\n                    min\n                    max\n                }\n                byGameDate {\n                    start\n                    end\n                }\n                byCreatedAt {\n                    start\n                    end\n                }\n                byPlayerGameScores {\n                    points {\n                        min\n                        max\n                    }\n                }\n                byListingType\n                byTagNames\n                bySetVisuals\n                byPlayIDs\n                bySeries\n            }\n            sortBy\n            searchSummary {\n                count {\n                    count\n                }\n                pagination {\n                    leftCursor\n                    rightCursor\n                }\n                data {\n                    data {\n                        sortID\n                    }\n                    size\n                }\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"filters\": {\n      \"bySets\": [\n        0\n      ],\n      \"byPlayers\": [\n        0\n      ],\n      \"byTeams\": [\n        0\n      ],\n      \"byPrimaryPlayerPosition\": [\n        \"\"\n      ],\n      \"byPrice\": {\n        \"min\": \"\",\n        \"max\": \"\"\n      },\n      \"bySerialNumber\": {\n        \"min\": 0,\n        \"max\": 0\n      },\n      \"byPower\": {\n        \"min\": 0,\n        \"max\": 0\n      },\n      \"byGameDate\": {\n        \"start\": \"\",\n        \"end\": \"\"\n      },\n      \"byCreatedAt\": {\n        \"start\": \"\",\n        \"end\": \"\"\n      },\n      \"byPlayerGameScores\": {\n        \"points\": {\n          \"min\": 0,\n          \"max\": 0\n        }\n      },\n      \"byListingType\": [\n        \"\"\n      ],\n      \"bySetVisuals\": [\n        \"\"\n      ],\n      \"byPlayIDs\": [\n        0\n      ],\n      \"bySeries\": [\n        0\n      ],\n      \"byPlayTagIDs\": [\n        0\n      ],\n      \"bySetPlayTagIDs\": [\n        0\n      ],\n      \"byTagNames\": [\n        \"\"\n      ]\n    },\n    \"sortBy\": \"\",\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"\",\n        \"limit\": 0\n      }\n    },\n    \"userDapperID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"cafae1df-cac0-4d0b-95e2-e1017f6ca0a7"},{"name":"getUserMomentListings","id":"3d6c97e1-0962-4a53-86b5-5032e0b00832","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserMomentListings ($input: GetUserMomentListingsInput!) {\n    getUserMomentListings (input: $input) {\n        data {\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n                flowSeriesNumber\n                flowLocked\n                setVisualId\n                assetPath\n                assets {\n                    images {\n                        type\n                        url\n                    }\n                }\n                plays {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n            }\n            play {\n                id\n                version\n                description\n                flowID\n                sortID\n                status\n                assets {\n                    videos {\n                        type\n                        url\n                        videoLength\n                    }\n                    videoLengthInMilliseconds\n                }\n                stats {\n                    playerID\n                    playerName\n                    firstName\n                    lastName\n                    jerseyNumber\n                    teamAtMoment\n                    awayTeamName\n                    awayTeamScore\n                    homeTeamName\n                    homeTeamScore\n                    dateOfMoment\n                    totalYearsExperience\n                    teamAtMomentNbaId\n                    height\n                    weight\n                    currentTeam\n                    currentTeamId\n                    primaryPosition\n                    homeTeamNbaId\n                    awayTeamNbaId\n                    nbaSeason\n                    draftYear\n                    draftSelection\n                    draftRound\n                    birthplace\n                    birthdate\n                    draftTeam\n                    draftTeamNbaId\n                    playCategory\n                    playType\n                    quarter\n                }\n                statsPlayerGameScores {\n                    blocks\n                    points\n                    steals\n                    assists\n                    minutes\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    playerPosition\n                }\n                statsPlayerSeasonAverageScores {\n                    minutes\n                    blocks\n                    points\n                    steals\n                    assists\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    efficiency\n                    true_shooting_attempts\n                    points_in_paint_made\n                    points_in_paint_attempted\n                    points_in_paint\n                    fouls_drawn\n                    offensive_fouls\n                    fast_break_points\n                    fast_break_points_attempted\n                    fast_break_points_made\n                    second_chance_points\n                    second_chance_points_attempted\n                    second_chance_points_made\n                }\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            assetPathPrefix\n            version\n            priceRange {\n                min\n                max\n            }\n            momentListings {\n                id\n                version\n                price\n                moment {\n                    id\n                    version\n                    sortID\n                    set {\n                        id\n                        sortID\n                        version\n                        flowId\n                        flowName\n                        flowSeriesNumber\n                        flowLocked\n                        setVisualId\n                        assetPath\n                    }\n                    play {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                    flowId\n                    flowSerialNumber\n                    price\n                    forSale\n                    listingOrderID\n                    owner {\n                        dapperID\n                        email\n                        flowAddress\n                        username\n                        profileImageUrl\n                        twitterHandle\n                        segmentID\n                    }\n                    assetPathPrefix\n                    setPlay {\n                        ID\n                        setID\n                        playID\n                        flowRetired\n                        circulationCount\n                    }\n                    createdAt\n                    acquiredAt\n                    packListingID\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                seller {\n                    dapperID\n                    email\n                    flowAddress\n                    username\n                    profileImageUrl\n                    twitterHandle\n                    segmentID\n                }\n            }\n            setPlay {\n                ID\n                setID\n                playID\n                flowRetired\n                circulationCount\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            circulationCount\n            flowRetired\n            momentListingCount\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"setID\": 0,\n    \"playID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d6c97e1-0962-4a53-86b5-5032e0b00832"},{"name":"getVendorMomentListing","id":"4cb86e13-bd31-4813-b988-c5da2ff0ac85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getVendorMomentListing ($input: GetVendorMomentListingInput!) {\n    getVendorMomentListing (input: $input) {\n        data {\n            id\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n                flowSeriesNumber\n                flowLocked\n                setVisualId\n                assetPath\n                assets {\n                    images {\n                        type\n                        url\n                    }\n                }\n                plays {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n            }\n            play {\n                id\n                version\n                description\n                flowID\n                sortID\n                status\n                assets {\n                    videos {\n                        type\n                        url\n                        videoLength\n                    }\n                    videoLengthInMilliseconds\n                }\n                stats {\n                    playerID\n                    playerName\n                    firstName\n                    lastName\n                    jerseyNumber\n                    teamAtMoment\n                    awayTeamName\n                    awayTeamScore\n                    homeTeamName\n                    homeTeamScore\n                    dateOfMoment\n                    totalYearsExperience\n                    teamAtMomentNbaId\n                    height\n                    weight\n                    currentTeam\n                    currentTeamId\n                    primaryPosition\n                    homeTeamNbaId\n                    awayTeamNbaId\n                    nbaSeason\n                    draftYear\n                    draftSelection\n                    draftRound\n                    birthplace\n                    birthdate\n                    draftTeam\n                    draftTeamNbaId\n                    playCategory\n                    playType\n                    quarter\n                }\n                # statsPlayerGameScores {\n                #     blocks\n                #     points\n                #     steals\n                #     assists\n                #     minutes\n                #     rebounds\n                #     turnovers\n                #     plusMinus\n                #     flagrantFouls\n                #     personalFouls\n                #     technicalFouls\n                #     twoPointsMade\n                #     blockedAttempts\n                #     fieldGoalsMade\n                #     freeThrowsMade\n                #     threePointsMade\n                #     defensiveRebounds\n                #     offensiveRebounds\n                #     pointsOffTurnovers\n                #     twoPointsAttempted\n                #     assistTurnoverRatio\n                #     fieldGoalsAttempted\n                #     freeThrowsAttempted\n                #     twoPointsPercentage\n                #     fieldGoalsPercentage\n                #     freeThrowsPercentage\n                #     threePointsAttempted\n                #     threePointsPercentage\n                #     playerPosition\n                # }\n                # statsPlayerSeasonAverageScores {\n                #     minutes\n                #     blocks\n                #     points\n                #     steals\n                #     assists\n                #     rebounds\n                #     turnovers\n                #     plusMinus\n                #     flagrantFouls\n                #     personalFouls\n                #     technicalFouls\n                #     twoPointsMade\n                #     blockedAttempts\n                #     fieldGoalsMade\n                #     freeThrowsMade\n                #     threePointsMade\n                #     defensiveRebounds\n                #     offensiveRebounds\n                #     pointsOffTurnovers\n                #     twoPointsAttempted\n                #     assistTurnoverRatio\n                #     fieldGoalsAttempted\n                #     freeThrowsAttempted\n                #     twoPointsPercentage\n                #     fieldGoalsPercentage\n                #     freeThrowsPercentage\n                #     threePointsAttempted\n                #     threePointsPercentage\n                #     efficiency\n                #     true_shooting_attempts\n                #     points_in_paint_made\n                #     points_in_paint_attempted\n                #     points_in_paint\n                #     fouls_drawn\n                #     offensive_fouls\n                #     fast_break_points\n                #     fast_break_points_attempted\n                #     fast_break_points_made\n                #     second_chance_points\n                #     second_chance_points_attempted\n                #     second_chance_points_made\n                # }\n                # tags {\n                #     id\n                #     name\n                #     title\n                #     visible\n                #     hardcourt\n                #     level\n                # }\n            }\n            version\n            price\n            assetPathPrefix\n            previousPrice\n            circulationCount\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"setID\": \"f493db4a-a775-4d6e-be8a-56fae509a92d\",\n    \"playID\": \"0d1c8d83-050f-459d-bd1d-27aca90ea3e0\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cb86e13-bd31-4813-b988-c5da2ff0ac85"},{"name":"getMomentTransferRequest","id":"0b3d4d19-8f30-40ce-afac-b236ce8e8f66","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getMomentTransferRequest ($input: GetMomentTransferRequestInput!) {\n    getMomentTransferRequest (input: $input) {\n        data {\n            id\n            senderDapperID\n            receiverDapperID\n            status\n            state\n            momentID\n            version\n            invocationIntentID\n            redirectURL\n            momentImage\n            momentTitle\n            createdAt\n            updatedAt\n            moment {\n                id\n                version\n                sortID\n                set {\n                    id\n                    sortID\n                    version\n                    flowId\n                    flowName\n                    flowSeriesNumber\n                    flowLocked\n                    setVisualId\n                    assetPath\n                    plays {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                }\n                play {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                flowId\n                flowSerialNumber\n                price\n                forSale\n                listingOrderID\n                owner {\n                    dapperID\n                    email\n                    flowAddress\n                    username\n                    profileImageUrl\n                    twitterHandle\n                    segmentID\n                }\n                assetPathPrefix\n                setPlay {\n                    ID\n                    setID\n                    playID\n                    flowRetired\n                    circulationCount\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                createdAt\n                acquiredAt\n                packListingID\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            txHash\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"ID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b3d4d19-8f30-40ce-afac-b236ce8e8f66"},{"name":"getUserP2PListingOrder","id":"6602b253-5f35-4e3e-9194-51ef70b04448","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserP2PListingOrder ($input: GetUserP2PListingOrderInput) {\n    getUserP2PListingOrder (input: $input) {\n        data {\n            id\n            price\n            status\n            state\n            version\n            moment {\n                id\n                version\n                sortID\n                set {\n                    id\n                    sortID\n                    version\n                    flowId\n                    flowName\n                    flowSeriesNumber\n                    flowLocked\n                    setVisualId\n                    assetPath\n                    plays {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                }\n                play {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                flowId\n                flowSerialNumber\n                price\n                forSale\n                listingOrderID\n                owner {\n                    dapperID\n                    email\n                    flowAddress\n                    username\n                    profileImageUrl\n                    twitterHandle\n                    segmentID\n                }\n                assetPathPrefix\n                setPlay {\n                    ID\n                    setID\n                    playID\n                    flowRetired\n                    circulationCount\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                createdAt\n                acquiredAt\n                packListingID\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            seller {\n                dapperID\n                email\n                flowAddress\n                username\n                profileImageUrl\n                twitterHandle\n                segmentID\n            }\n            createdAt\n            updatedAt\n            listingInvocationIntentID\n            delistingInvocationIntentID\n            listingTxHash\n            delistingTxHash\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"orderID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"6602b253-5f35-4e3e-9194-51ef70b04448"},{"name":"getUserP2PListingOrders","id":"69c473c0-645d-4c35-9841-7cd4c6dbec46","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserP2PListingOrders {\n    getUserP2PListingOrders {\n        data {\n            size\n            data {\n                id\n                price\n                status\n                state\n                version\n                moment {\n                    id\n                    version\n                    sortID\n                    set {\n                        id\n                        sortID\n                        version\n                        flowId\n                        flowName\n                        flowSeriesNumber\n                        flowLocked\n                        setVisualId\n                        assetPath\n                    }\n                    play {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                    flowId\n                    flowSerialNumber\n                    price\n                    forSale\n                    listingOrderID\n                    owner {\n                        dapperID\n                        email\n                        flowAddress\n                        username\n                        profileImageUrl\n                        twitterHandle\n                        segmentID\n                    }\n                    assetPathPrefix\n                    setPlay {\n                        ID\n                        setID\n                        playID\n                        flowRetired\n                        circulationCount\n                    }\n                    createdAt\n                    acquiredAt\n                    packListingID\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                seller {\n                    dapperID\n                    email\n                    flowAddress\n                    username\n                    profileImageUrl\n                    twitterHandle\n                    segmentID\n                }\n                createdAt\n                updatedAt\n                listingInvocationIntentID\n                delistingInvocationIntentID\n                listingTxHash\n                delistingTxHash\n            }\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"69c473c0-645d-4c35-9841-7cd4c6dbec46"},{"name":"getUserP2PPurchaseOrder","id":"9043092c-f5d3-43b1-94bc-8283cbd47dc3","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserP2PPurchaseOrder ($input: GetUserP2PPurchaseOrderInput) {\n    getUserP2PPurchaseOrder (input: $input) {\n        data {\n            id\n            price\n            status\n            state\n            version\n            moment {\n                id\n                version\n                sortID\n                set {\n                    id\n                    sortID\n                    version\n                    flowId\n                    flowName\n                    flowSeriesNumber\n                    flowLocked\n                    setVisualId\n                    assetPath\n                    plays {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                }\n                play {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                flowId\n                flowSerialNumber\n                price\n                forSale\n                listingOrderID\n                owner {\n                    dapperID\n                    email\n                    flowAddress\n                    username\n                    profileImageUrl\n                    twitterHandle\n                    segmentID\n                }\n                assetPathPrefix\n                setPlay {\n                    ID\n                    setID\n                    playID\n                    flowRetired\n                    circulationCount\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                createdAt\n                acquiredAt\n                packListingID\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            createdAt\n            updatedAt\n            purchaseIntentID\n            buyer {\n                dapperID\n                email\n                flowAddress\n                username\n                profileImageUrl\n                twitterHandle\n                segmentID\n            }\n            failureReason\n            txHash\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"orderID\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"9043092c-f5d3-43b1-94bc-8283cbd47dc3"},{"name":"getUserP2PPurchaseOrders","id":"1670a0c0-6f09-4c92-8926-d6c90712c682","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserP2PPurchaseOrders {\n    getUserP2PPurchaseOrders {\n        data {\n            size\n            data {\n                id\n                price\n                status\n                state\n                version\n                moment {\n                    id\n                    version\n                    sortID\n                    set {\n                        id\n                        sortID\n                        version\n                        flowId\n                        flowName\n                        flowSeriesNumber\n                        flowLocked\n                        setVisualId\n                        assetPath\n                    }\n                    play {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                    flowId\n                    flowSerialNumber\n                    price\n                    forSale\n                    listingOrderID\n                    owner {\n                        dapperID\n                        email\n                        flowAddress\n                        username\n                        profileImageUrl\n                        twitterHandle\n                        segmentID\n                    }\n                    assetPathPrefix\n                    setPlay {\n                        ID\n                        setID\n                        playID\n                        flowRetired\n                        circulationCount\n                    }\n                    createdAt\n                    acquiredAt\n                    packListingID\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                createdAt\n                updatedAt\n                purchaseIntentID\n                buyer {\n                    dapperID\n                    email\n                    flowAddress\n                    username\n                    profileImageUrl\n                    twitterHandle\n                    segmentID\n                }\n                failureReason\n                txHash\n            }\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"1670a0c0-6f09-4c92-8926-d6c90712c682"},{"name":"searchPackListings","id":"5c93609a-6799-41d9-b118-943a2a7547cb","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query searchPackListings ($input: SearchPackListingsInput!) {\n    searchPackListings (input: $input) {\n        data {\n            searchSummary {\n                count {\n                    count\n                }\n                pagination {\n                    leftCursor\n                    rightCursor\n                }\n                data {\n                    data {\n                        sortID\n                    }\n                    size\n                }\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"\",\n        \"limit\": 0\n      }\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c93609a-6799-41d9-b118-943a2a7547cb"},{"name":"getPackListing","id":"1c37a1e3-f653-479d-8a7c-c9d4129636a9","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getPackListing ($input: GetPackListingInput!) {\n    getPackListing (input: $input) {\n        data {\n            id\n            remaining\n            title\n            description\n            price\n            expiryDate\n            forSale\n            images {\n                type\n                url\n            }\n            sortID\n            version\n            packListingTemplate {\n                packListingSlots {\n                    set {\n                        id\n                        sortID\n                        version\n                        flowId\n                        flowName\n                        flowSeriesNumber\n                        flowLocked\n                        setVisualId\n                        assetPath\n                    }\n                    playIDCountMap {\n                        id\n                        count\n                    }\n                }\n            }\n            totalPackCount\n            visualId\n            startDate\n            momentCountPerTeam {\n                teamID\n                momentCount\n            }\n            waitingRoom\n            maxOrderQuantity\n            orderPurchaseCoolDownTimeInMinutes\n            preorder\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"packListingId\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c37a1e3-f653-479d-8a7c-c9d4129636a9"},{"name":"getUserPackOrder","id":"527a70cf-d7cb-4e1e-845a-eb6d7f42b258","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserPackOrder ($input: GetUserPackOrderInput) {\n    getUserPackOrder (input: $input) {\n        data {\n            id\n            price\n            status\n            state\n            paymentTxHash\n            packListing {\n                id\n                remaining\n                title\n                description\n                price\n                expiryDate\n                forSale\n                images {\n                    type\n                    url\n                }\n                sortID\n                version\n                totalPackCount\n                visualId\n                startDate\n                momentCountPerTeam {\n                    teamID\n                    momentCount\n                }\n                waitingRoom\n                maxOrderQuantity\n                orderPurchaseCoolDownTimeInMinutes\n                preorder\n            }\n            quantity\n            packs {\n                id\n                state\n                status\n                momentIds\n                sortID\n                version\n                createdAt\n                updatedAt\n                packListing {\n                    id\n                    remaining\n                    title\n                    description\n                    price\n                    expiryDate\n                    forSale\n                    sortID\n                    version\n                    totalPackCount\n                    visualId\n                    startDate\n                    waitingRoom\n                    maxOrderQuantity\n                    orderPurchaseCoolDownTimeInMinutes\n                    preorder\n                }\n                packListingID\n                fulfillmentTxHash\n                preorder\n            }\n            dapperIntentId\n            createdAt\n            updatedAt\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"orderId\": \"\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"527a70cf-d7cb-4e1e-845a-eb6d7f42b258"},{"name":"getUserPackOrders","id":"7a1e3c32-abd4-4620-b16f-58273e098bf0","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserPackOrders {\n    getUserPackOrders {\n        data {\n            size\n            data {\n                id\n                price\n                status\n                state\n                paymentTxHash\n                packListing {\n                    id\n                    remaining\n                    title\n                    description\n                    price\n                    expiryDate\n                    forSale\n                    images {\n                        type\n                        url\n                    }\n                    sortID\n                    version\n                    totalPackCount\n                    visualId\n                    startDate\n                    momentCountPerTeam {\n                        teamID\n                        momentCount\n                    }\n                    waitingRoom\n                    maxOrderQuantity\n                    orderPurchaseCoolDownTimeInMinutes\n                    preorder\n                }\n                quantity\n                packs {\n                    id\n                    state\n                    status\n                    momentIds\n                    sortID\n                    version\n                    createdAt\n                    updatedAt\n                    packListing {\n                        id\n                        remaining\n                        title\n                        description\n                        price\n                        expiryDate\n                        forSale\n                        sortID\n                        version\n                        totalPackCount\n                        visualId\n                        startDate\n                        waitingRoom\n                        maxOrderQuantity\n                        orderPurchaseCoolDownTimeInMinutes\n                        preorder\n                    }\n                    packListingID\n                    fulfillmentTxHash\n                    preorder\n                }\n                dapperIntentId\n                createdAt\n                updatedAt\n            }\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a1e3c32-abd4-4620-b16f-58273e098bf0"},{"name":"getPackSummaryProgress","id":"422ccd82-c236-4337-9143-e76ff1a7660e","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getPackSummaryProgress ($input: GetPackSummaryProgressInput!) {\n    getPackSummaryProgress (input: $input) {\n        challengesProgress {\n            progress {\n                challenge {\n                    id\n                    version\n                    sortID\n                    name\n                    description\n                    expirationDate\n                    slots {\n                        playID\n                        setID\n                        filledMomentID\n                    }\n                    reward {\n                        playID\n                        setID\n                    }\n                    rewardStatus\n                    numUsersCompleted\n                }\n                numTotalSlots\n                numFilledSlots\n            }\n        }\n        setsProgress {\n            progress {\n                set {\n                    id\n                    sortID\n                    version\n                    flowId\n                    flowName\n                    flowSeriesNumber\n                    flowLocked\n                    setVisualId\n                    assetPath\n                    plays {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                }\n                numTotalEditionSlots\n                numFilledEditionSlots\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"userID\": 0,\n    \"withPacks\": [\n      0\n    ]\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"422ccd82-c236-4337-9143-e76ff1a7660e"},{"name":"getPackSummaryBallerStatus","id":"43dea2d9-7e3f-40b2-99fe-4a671619e4af","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getPackSummaryBallerStatus ($input: GetPackSummaryBallerStatusInput!) {\n    getPackSummaryBallerStatus (input: $input) {\n        level {\n            label\n            pointThreshold\n        }\n        totalPoints\n        milestones {\n            label\n            orderedTasks {\n                points\n                status\n                numRequiredActions\n            }\n            numCompletedActions\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"userID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"43dea2d9-7e3f-40b2-99fe-4a671619e4af"},{"name":"getPacks","id":"906ec878-a7b2-4f73-af79-87dd67e1ac66","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getPacks ($input: GetPacksInput!) {\n    getPacks (input: $input) {\n        packs {\n            size\n            data {\n                id\n                state\n                status\n                momentIds\n                sortID\n                version\n                createdAt\n                updatedAt\n                packListing {\n                    id\n                    remaining\n                    title\n                    description\n                    price\n                    expiryDate\n                    forSale\n                    images {\n                        type\n                        url\n                    }\n                    sortID\n                    version\n                    totalPackCount\n                    visualId\n                    startDate\n                    momentCountPerTeam {\n                        teamID\n                        momentCount\n                    }\n                    waitingRoom\n                    maxOrderQuantity\n                    orderPurchaseCoolDownTimeInMinutes\n                    preorder\n                }\n                packListingID\n                fulfillmentTxHash\n                preorder\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"packIDs\": [\n      \"\"\n    ]\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"906ec878-a7b2-4f73-af79-87dd67e1ac66"},{"name":"searchPacks","id":"1b895ba5-50b8-432f-87ed-c74928c3de39","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query searchPacks ($input: SearchPacksInput!) {\n    searchPacks (input: $input) {\n        data {\n            searchSummary {\n                count {\n                    count\n                }\n                pagination {\n                    leftCursor\n                    rightCursor\n                }\n                data {\n                    data {\n                        sortID\n                    }\n                    size\n                }\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"\",\n        \"limit\": 0\n      }\n    },\n    \"filters\": {\n      \"byOwnerDapperID\": \"\"\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b895ba5-50b8-432f-87ed-c74928c3de39"},{"name":"searchPacksForUserCollection","id":"4c2a6d86-8190-42ba-a3fa-90ba501aefad","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query searchPacksForUserCollection ($input: SearchPacksForUserCollectionInput!) {\n    searchPacksForUserCollection (input: $input) {\n        data {\n            filters {\n                byOwnerDapperID\n            }\n            searchSummary {\n                count {\n                    count\n                }\n                pagination {\n                    leftCursor\n                    rightCursor\n                }\n                data {\n                    data {\n                        sortID\n                    }\n                    size\n                }\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"\",\n        \"limit\": 0\n      }\n    },\n    \"filters\": {\n      \"byOwnerDapperID\": \"\"\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c2a6d86-8190-42ba-a3fa-90ba501aefad"},{"name":"getPlayerDataWithCurrentStats","id":"c444ab20-6843-4ded-9ed0-93f25c77e707","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getPlayerDataWithCurrentStats ($input: GetPlayerDataWithCurrentStatsInput) {\n    getPlayerDataWithCurrentStats (input: $input) {\n        playerData {\n            jerseyNumber\n            position\n            height\n            weight\n            currentTeamName\n            currentTeamId\n            firstName\n            lastName\n            birthplace\n            birthdate\n            yearsExperience\n            teamsPlayedFor\n        }\n        playerSeasonAverageScores {\n            minutes\n            blocks\n            points\n            steals\n            assists\n            rebounds\n            turnovers\n            plusMinus\n            flagrantFouls\n            personalFouls\n            technicalFouls\n            twoPointsMade\n            blockedAttempts\n            fieldGoalsMade\n            freeThrowsMade\n            threePointsMade\n            defensiveRebounds\n            offensiveRebounds\n            pointsOffTurnovers\n            twoPointsAttempted\n            assistTurnoverRatio\n            fieldGoalsAttempted\n            freeThrowsAttempted\n            twoPointsPercentage\n            fieldGoalsPercentage\n            freeThrowsPercentage\n            threePointsAttempted\n            threePointsPercentage\n            efficiency\n            true_shooting_attempts\n            points_in_paint_made\n            points_in_paint_attempted\n            points_in_paint\n            fouls_drawn\n            offensive_fouls\n            fast_break_points\n            fast_break_points_attempted\n            fast_break_points_made\n            second_chance_points\n            second_chance_points_attempted\n            second_chance_points_made\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"nbaPlayerID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"c444ab20-6843-4ded-9ed0-93f25c77e707"},{"name":"searchPlays","id":"049b4a5f-89a6-48cd-830f-d46b5204060e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query searchPlays ($input: SearchPlaysInput!) {\n    searchPlays (input: $input) {\n        sortBy\n        searchSummary {\n            count {\n                count\n            }\n            pagination {\n                leftCursor\n                rightCursor\n            }\n            data {\n                data {\n                    sortID\n                }\n                size\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"sortBy\": \"CREATED_AT_DESC\",\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"RIGHT\",\n        \"limit\": 0\n      }\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"049b4a5f-89a6-48cd-830f-d46b5204060e"},{"name":"getOrder","id":"e857e06c-c18b-423c-80e5-4fc86ab84f6b","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getOrder ($orderID: ID!) {\n    getOrder (orderID: $orderID) {\n        order {\n            id\n            status\n            state\n            momentListingID\n            playID\n            setID\n            userID\n            moment {\n                id\n                version\n                sortID\n                set {\n                    id\n                    sortID\n                    version\n                    flowId\n                    flowName\n                    flowSeriesNumber\n                    flowLocked\n                    setVisualId\n                    assetPath\n                    plays {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                }\n                play {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                flowId\n                flowSerialNumber\n                price\n                forSale\n                listingOrderID\n                owner {\n                    dapperID\n                    email\n                    flowAddress\n                    username\n                    profileImageUrl\n                    twitterHandle\n                    segmentID\n                }\n                assetPathPrefix\n                setPlay {\n                    ID\n                    setID\n                    playID\n                    flowRetired\n                    circulationCount\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                createdAt\n                acquiredAt\n                packListingID\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            price\n            createdAt\n            updatedAt\n            dapperIntentID\n        }\n    }\n}","variables":"{\n  \"orderID\": 0\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"e857e06c-c18b-423c-80e5-4fc86ab84f6b"},{"name":"getUserOrders","id":"1ba55a7e-0b22-44c0-bf7a-a30a2799d5f0","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserOrders {\n    getUserOrders {\n        orders {\n            size\n            data {\n                id\n                status\n                state\n                momentListingID\n                playID\n                setID\n                userID\n                moment {\n                    id\n                    version\n                    sortID\n                    set {\n                        id\n                        sortID\n                        version\n                        flowId\n                        flowName\n                        flowSeriesNumber\n                        flowLocked\n                        setVisualId\n                        assetPath\n                    }\n                    play {\n                        id\n                        version\n                        description\n                        flowID\n                        sortID\n                        status\n                    }\n                    flowId\n                    flowSerialNumber\n                    price\n                    forSale\n                    listingOrderID\n                    owner {\n                        dapperID\n                        email\n                        flowAddress\n                        username\n                        profileImageUrl\n                        twitterHandle\n                        segmentID\n                    }\n                    assetPathPrefix\n                    setPlay {\n                        ID\n                        setID\n                        playID\n                        flowRetired\n                        circulationCount\n                    }\n                    createdAt\n                    acquiredAt\n                    packListingID\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n                price\n                createdAt\n                updatedAt\n                dapperIntentID\n            }\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ba55a7e-0b22-44c0-bf7a-a30a2799d5f0"},{"name":"searchSets","id":"5b205870-ada9-4a99-b94b-ebd3cf0a7141","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query searchSets ($input: SearchSetsInput!) {\n    searchSets (input: $input) {\n        searchSummary {\n            count {\n                count\n            }\n            pagination {\n                leftCursor\n                rightCursor\n            }\n            data {\n                data {\n                    sortID\n                }\n                size\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"\",\n        \"limit\": 0\n      }\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b205870-ada9-4a99-b94b-ebd3cf0a7141"},{"name":"getSet","id":"9446d747-b45a-4367-b593-ec8047e2edca","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getSet ($input: GetSetInput!) {\n    getSet (input: $input) {\n        set {\n            id\n            sortID\n            version\n            flowId\n            flowName\n            flowSeriesNumber\n            flowLocked\n            setVisualId\n            assetPath\n            assets {\n                images {\n                    type\n                    url\n                }\n            }\n            plays {\n                id\n                version\n                description\n                flowID\n                sortID\n                status\n                assets {\n                    videos {\n                        type\n                        url\n                        videoLength\n                    }\n                    videoLengthInMilliseconds\n                }\n                stats {\n                    playerID\n                    playerName\n                    firstName\n                    lastName\n                    jerseyNumber\n                    teamAtMoment\n                    awayTeamName\n                    awayTeamScore\n                    homeTeamName\n                    homeTeamScore\n                    dateOfMoment\n                    totalYearsExperience\n                    teamAtMomentNbaId\n                    height\n                    weight\n                    currentTeam\n                    currentTeamId\n                    primaryPosition\n                    homeTeamNbaId\n                    awayTeamNbaId\n                    nbaSeason\n                    draftYear\n                    draftSelection\n                    draftRound\n                    birthplace\n                    birthdate\n                    draftTeam\n                    draftTeamNbaId\n                    playCategory\n                    playType\n                    quarter\n                }\n                statsPlayerGameScores {\n                    blocks\n                    points\n                    steals\n                    assists\n                    minutes\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    playerPosition\n                }\n                statsPlayerSeasonAverageScores {\n                    minutes\n                    blocks\n                    points\n                    steals\n                    assists\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    efficiency\n                    true_shooting_attempts\n                    points_in_paint_made\n                    points_in_paint_attempted\n                    points_in_paint\n                    fouls_drawn\n                    offensive_fouls\n                    fast_break_points\n                    fast_break_points_attempted\n                    fast_break_points_made\n                    second_chance_points\n                    second_chance_points_attempted\n                    second_chance_points_made\n                }\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"setID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"9446d747-b45a-4367-b593-ec8047e2edca"},{"name":"getShowcaseByID","id":"2303f3bf-ae9f-4f48-b463-7d60b3dd9d0f","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getShowcaseByID ($showcaseID: ID!) {\n    getShowcaseByID (showcaseID: $showcaseID) {\n        id\n        name\n        userID\n        momentIDs\n    }\n}","variables":"{\n  \"showcaseID\": 0\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"2303f3bf-ae9f-4f48-b463-7d60b3dd9d0f"},{"name":"getUserShowcases","id":"e8dcbf54-1daf-44cc-a727-a248c00794c0","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserShowcases ($input: GetUserShowcasesInput!) {\n    getUserShowcases (input: $input) {\n        showcases {\n            id\n            name\n            userID\n            momentIDs\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"userID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8dcbf54-1daf-44cc-a727-a248c00794c0"},{"name":"getMyShowcases","id":"f708d5cd-d780-4d4b-92ed-ed09c83bed6f","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getMyShowcases {\n    getMyShowcases {\n        showcases {\n            id\n            name\n            userID\n            momentIDs\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"f708d5cd-d780-4d4b-92ed-ed09c83bed6f"},{"name":"getTags","id":"c105a3d0-a876-4908-88c9-d6da555ccc37","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getTags ($input: GetTagsInput!) {\n    getTags (input: $input) {\n        tags {\n            id\n            name\n            title\n            visible\n            hardcourt\n            level\n        }\n    }\n}","variables":"{\n  \"input\": {\n    \"byTagLevel\": [\n      \"\"\n    ]\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"c105a3d0-a876-4908-88c9-d6da555ccc37"},{"name":"getUserProfile","id":"6cb75726-3cb9-4028-9e67-7bce07ba2ac9","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserProfile ($input: GetUserProfileInput!) {\n    getUserProfile (input: $input) {\n        publicInfo {\n            dapperID\n            flowAddress\n            username\n            profileImageUrl\n            twitterHandle\n            createdAt\n            favoriteTeamID\n        }\n        moments {\n            id\n            version\n            sortID\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n                flowSeriesNumber\n                flowLocked\n                setVisualId\n                assetPath\n                assets {\n                    images {\n                        type\n                        url\n                    }\n                }\n                plays {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n            }\n            play {\n                id\n                version\n                description\n                flowID\n                sortID\n                status\n                assets {\n                    videos {\n                        type\n                        url\n                        videoLength\n                    }\n                    videoLengthInMilliseconds\n                }\n                stats {\n                    playerID\n                    playerName\n                    firstName\n                    lastName\n                    jerseyNumber\n                    teamAtMoment\n                    awayTeamName\n                    awayTeamScore\n                    homeTeamName\n                    homeTeamScore\n                    dateOfMoment\n                    totalYearsExperience\n                    teamAtMomentNbaId\n                    height\n                    weight\n                    currentTeam\n                    currentTeamId\n                    primaryPosition\n                    homeTeamNbaId\n                    awayTeamNbaId\n                    nbaSeason\n                    draftYear\n                    draftSelection\n                    draftRound\n                    birthplace\n                    birthdate\n                    draftTeam\n                    draftTeamNbaId\n                    playCategory\n                    playType\n                    quarter\n                }\n                statsPlayerGameScores {\n                    blocks\n                    points\n                    steals\n                    assists\n                    minutes\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    playerPosition\n                }\n                statsPlayerSeasonAverageScores {\n                    minutes\n                    blocks\n                    points\n                    steals\n                    assists\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    efficiency\n                    true_shooting_attempts\n                    points_in_paint_made\n                    points_in_paint_attempted\n                    points_in_paint\n                    fouls_drawn\n                    offensive_fouls\n                    fast_break_points\n                    fast_break_points_attempted\n                    fast_break_points_made\n                    second_chance_points\n                    second_chance_points_attempted\n                    second_chance_points_made\n                }\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            flowId\n            flowSerialNumber\n            price\n            forSale\n            listingOrderID\n            owner {\n                dapperID\n                email\n                flowAddress\n                username\n                profileImageUrl\n                twitterHandle\n                segmentID\n            }\n            assetPathPrefix\n            setPlay {\n                ID\n                setID\n                playID\n                flowRetired\n                circulationCount\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            createdAt\n            acquiredAt\n            packListingID\n            tags {\n                id\n                name\n                title\n                visible\n                hardcourt\n                level\n            }\n        }\n        momentCount\n    }\n}","variables":"{\n  \"input\": {\n    \"dapperID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"6cb75726-3cb9-4028-9e67-7bce07ba2ac9"},{"name":"getMyProfile","id":"5828c65e-b99d-4273-9fcc-2497a737a006","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getMyProfile {\n    getMyProfile {\n        publicInfo {\n            dapperID\n            flowAddress\n            username\n            profileImageUrl\n            twitterHandle\n            createdAt\n            favoriteTeamID\n        }\n        email\n        segmentId\n        moments {\n            id\n            version\n            sortID\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n                flowSeriesNumber\n                flowLocked\n                setVisualId\n                assetPath\n                assets {\n                    images {\n                        type\n                        url\n                    }\n                }\n                plays {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n            }\n            play {\n                id\n                version\n                description\n                flowID\n                sortID\n                status\n                assets {\n                    videos {\n                        type\n                        url\n                        videoLength\n                    }\n                    videoLengthInMilliseconds\n                }\n                stats {\n                    playerID\n                    playerName\n                    firstName\n                    lastName\n                    jerseyNumber\n                    teamAtMoment\n                    awayTeamName\n                    awayTeamScore\n                    homeTeamName\n                    homeTeamScore\n                    dateOfMoment\n                    totalYearsExperience\n                    teamAtMomentNbaId\n                    height\n                    weight\n                    currentTeam\n                    currentTeamId\n                    primaryPosition\n                    homeTeamNbaId\n                    awayTeamNbaId\n                    nbaSeason\n                    draftYear\n                    draftSelection\n                    draftRound\n                    birthplace\n                    birthdate\n                    draftTeam\n                    draftTeamNbaId\n                    playCategory\n                    playType\n                    quarter\n                }\n                statsPlayerGameScores {\n                    blocks\n                    points\n                    steals\n                    assists\n                    minutes\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    playerPosition\n                }\n                statsPlayerSeasonAverageScores {\n                    minutes\n                    blocks\n                    points\n                    steals\n                    assists\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    efficiency\n                    true_shooting_attempts\n                    points_in_paint_made\n                    points_in_paint_attempted\n                    points_in_paint\n                    fouls_drawn\n                    offensive_fouls\n                    fast_break_points\n                    fast_break_points_attempted\n                    fast_break_points_made\n                    second_chance_points\n                    second_chance_points_attempted\n                    second_chance_points_made\n                }\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            flowId\n            flowSerialNumber\n            price\n            forSale\n            listingOrderID\n            owner {\n                dapperID\n                email\n                flowAddress\n                username\n                profileImageUrl\n                twitterHandle\n                segmentID\n            }\n            assetPathPrefix\n            setPlay {\n                ID\n                setID\n                playID\n                flowRetired\n                circulationCount\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            createdAt\n            acquiredAt\n            packListingID\n            tags {\n                id\n                name\n                title\n                visible\n                hardcourt\n                level\n            }\n        }\n        momentCount\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"5828c65e-b99d-4273-9fcc-2497a737a006"},{"name":"getUserProfileByUsername","id":"9e85c3d5-ae27-4752-9c9f-197b4cd343b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserProfileByUsername ($input: getUserProfileByUsernameInput!) {\n    getUserProfileByUsername (input: $input) {\n        publicInfo {\n            dapperID\n            flowAddress\n            username\n            profileImageUrl\n            twitterHandle\n            createdAt\n            favoriteTeamID\n        }\n        moments {\n            id\n            version\n            sortID\n            set {\n                id\n                sortID\n                version\n                flowId\n                flowName\n                flowSeriesNumber\n                flowLocked\n                setVisualId\n                assetPath\n                assets {\n                    images {\n                        type\n                        url\n                    }\n                }\n                plays {\n                    id\n                    version\n                    description\n                    flowID\n                    sortID\n                    status\n                    assets {\n                        videoLengthInMilliseconds\n                    }\n                    stats {\n                        playerID\n                        playerName\n                        firstName\n                        lastName\n                        jerseyNumber\n                        teamAtMoment\n                        awayTeamName\n                        awayTeamScore\n                        homeTeamName\n                        homeTeamScore\n                        dateOfMoment\n                        totalYearsExperience\n                        teamAtMomentNbaId\n                        height\n                        weight\n                        currentTeam\n                        currentTeamId\n                        primaryPosition\n                        homeTeamNbaId\n                        awayTeamNbaId\n                        nbaSeason\n                        draftYear\n                        draftSelection\n                        draftRound\n                        birthplace\n                        birthdate\n                        draftTeam\n                        draftTeamNbaId\n                        playCategory\n                        playType\n                        quarter\n                    }\n                    statsPlayerGameScores {\n                        blocks\n                        points\n                        steals\n                        assists\n                        minutes\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        playerPosition\n                    }\n                    statsPlayerSeasonAverageScores {\n                        minutes\n                        blocks\n                        points\n                        steals\n                        assists\n                        rebounds\n                        turnovers\n                        plusMinus\n                        flagrantFouls\n                        personalFouls\n                        technicalFouls\n                        twoPointsMade\n                        blockedAttempts\n                        fieldGoalsMade\n                        freeThrowsMade\n                        threePointsMade\n                        defensiveRebounds\n                        offensiveRebounds\n                        pointsOffTurnovers\n                        twoPointsAttempted\n                        assistTurnoverRatio\n                        fieldGoalsAttempted\n                        freeThrowsAttempted\n                        twoPointsPercentage\n                        fieldGoalsPercentage\n                        freeThrowsPercentage\n                        threePointsAttempted\n                        threePointsPercentage\n                        efficiency\n                        true_shooting_attempts\n                        points_in_paint_made\n                        points_in_paint_attempted\n                        points_in_paint\n                        fouls_drawn\n                        offensive_fouls\n                        fast_break_points\n                        fast_break_points_attempted\n                        fast_break_points_made\n                        second_chance_points\n                        second_chance_points_attempted\n                        second_chance_points_made\n                    }\n                    tags {\n                        id\n                        name\n                        title\n                        visible\n                        hardcourt\n                        level\n                    }\n                }\n            }\n            play {\n                id\n                version\n                description\n                flowID\n                sortID\n                status\n                assets {\n                    videos {\n                        type\n                        url\n                        videoLength\n                    }\n                    videoLengthInMilliseconds\n                }\n                stats {\n                    playerID\n                    playerName\n                    firstName\n                    lastName\n                    jerseyNumber\n                    teamAtMoment\n                    awayTeamName\n                    awayTeamScore\n                    homeTeamName\n                    homeTeamScore\n                    dateOfMoment\n                    totalYearsExperience\n                    teamAtMomentNbaId\n                    height\n                    weight\n                    currentTeam\n                    currentTeamId\n                    primaryPosition\n                    homeTeamNbaId\n                    awayTeamNbaId\n                    nbaSeason\n                    draftYear\n                    draftSelection\n                    draftRound\n                    birthplace\n                    birthdate\n                    draftTeam\n                    draftTeamNbaId\n                    playCategory\n                    playType\n                    quarter\n                }\n                statsPlayerGameScores {\n                    blocks\n                    points\n                    steals\n                    assists\n                    minutes\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    playerPosition\n                }\n                statsPlayerSeasonAverageScores {\n                    minutes\n                    blocks\n                    points\n                    steals\n                    assists\n                    rebounds\n                    turnovers\n                    plusMinus\n                    flagrantFouls\n                    personalFouls\n                    technicalFouls\n                    twoPointsMade\n                    blockedAttempts\n                    fieldGoalsMade\n                    freeThrowsMade\n                    threePointsMade\n                    defensiveRebounds\n                    offensiveRebounds\n                    pointsOffTurnovers\n                    twoPointsAttempted\n                    assistTurnoverRatio\n                    fieldGoalsAttempted\n                    freeThrowsAttempted\n                    twoPointsPercentage\n                    fieldGoalsPercentage\n                    freeThrowsPercentage\n                    threePointsAttempted\n                    threePointsPercentage\n                    efficiency\n                    true_shooting_attempts\n                    points_in_paint_made\n                    points_in_paint_attempted\n                    points_in_paint\n                    fouls_drawn\n                    offensive_fouls\n                    fast_break_points\n                    fast_break_points_attempted\n                    fast_break_points_made\n                    second_chance_points\n                    second_chance_points_attempted\n                    second_chance_points_made\n                }\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            flowId\n            flowSerialNumber\n            price\n            forSale\n            listingOrderID\n            owner {\n                dapperID\n                email\n                flowAddress\n                username\n                profileImageUrl\n                twitterHandle\n                segmentID\n            }\n            assetPathPrefix\n            setPlay {\n                ID\n                setID\n                playID\n                flowRetired\n                circulationCount\n                tags {\n                    id\n                    name\n                    title\n                    visible\n                    hardcourt\n                    level\n                }\n            }\n            createdAt\n            acquiredAt\n            packListingID\n            tags {\n                id\n                name\n                title\n                visible\n                hardcourt\n                level\n            }\n        }\n        momentCount\n    }\n}","variables":"{\n  \"input\": {\n    \"username\": \"Nasirwashere\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e85c3d5-ae27-4752-9c9f-197b4cd343b1"},{"name":"getUserPendingTxStates","id":"40c7c1a1-a142-4ce6-ab12-5deb0682006b","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserPendingTxStates {\n    getUserPendingTxStates {\n        hasPendingPackOpenRequests\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"40c7c1a1-a142-4ce6-ab12-5deb0682006b"},{"name":"getUserEligibilityForJoiningPackListingQueue","id":"ef47e264-4dd4-4add-8e50-da88753c2a56","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getUserEligibilityForJoiningPackListingQueue ($input: GetUserEligibilityForJoiningPackListingQueueInput!) {\n    getUserEligibilityForJoiningPackListingQueue (input: $input) {\n        isEligibleToJoin\n    }\n}","variables":"{\n  \"input\": {\n    \"dapperID\": 0,\n    \"packListingID\": 0\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef47e264-4dd4-4add-8e50-da88753c2a56"},{"name":"GetUserSettings","id":"7a398a44-bee1-4f88-a807-ec75cf849d0f","request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetUserSettings {\n    GetUserSettings {\n        userSettings {\n            notificationSettings {\n                receiveEmails\n            }\n            updatedAt\n        }\n    }\n}","variables":"{}"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a398a44-bee1-4f88-a807-ec75cf849d0f"}],"id":"578b607c-557c-4637-bbb9-93cf2cf904aa","_postman_id":"578b607c-557c-4637-bbb9-93cf2cf904aa","description":""},{"name":"examples","item":[{"name":"Get latest listings","id":"e9fe9d54-6010-42bc-97e9-d873cbc72850","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query SearchMomentListingsDefault($byPlayers: [ID], $byTagNames: [String!], $byTeams: [ID], $byPrice: PriceRangeFilterInput, $orderBy: MomentListingSortType, $byGameDate: DateRangeFilterInput, $byCreatedAt: DateRangeFilterInput, $byListingType: [MomentListingType], $bySets: [ID], $bySeries: [ID], $bySetVisuals: [VisualIdType], $byPrimaryPlayerPosition: [PlayerPosition], $bySerialNumber: IntegerRangeFilterInput, $searchInput: BaseSearchInput!, $userDapperID: ID) {\n  searchMomentListings(input: {filters: {byPlayers: $byPlayers, byTagNames: $byTagNames, byGameDate: $byGameDate, byCreatedAt: $byCreatedAt, byTeams: $byTeams, byPrice: $byPrice, byListingType: $byListingType, byPrimaryPlayerPosition: $byPrimaryPlayerPosition, bySets: $bySets, bySeries: $bySeries, bySetVisuals: $bySetVisuals, bySerialNumber: $bySerialNumber}, sortBy: $orderBy, searchInput: $searchInput, userDapperID: $userDapperID}) {\n    data {\n      filters {\n        byPlayers\n        byTagNames\n        byTeams\n        byPrimaryPlayerPosition\n        byGameDate {\n          start\n          end\n          __typename\n        }\n        byCreatedAt {\n          start\n          end\n          __typename\n        }\n        byPrice {\n          min\n          max\n          __typename\n        }\n        bySerialNumber {\n          min\n          max\n          __typename\n        }\n        bySets\n        bySeries\n        bySetVisuals\n        __typename\n      }\n      searchSummary {\n        count {\n          count\n          __typename\n        }\n        pagination {\n          leftCursor\n          rightCursor\n          __typename\n        }\n        data {\n          ... on MomentListings {\n            size\n            data {\n              ... on MomentListing {\n                id\n                version\n                circulationCount\n                flowRetired\n                set {\n                  id\n                  flowName\n                  setVisualId\n                  flowSeriesNumber\n                  __typename\n                }\n                play {\n                  description\n                  id\n                  stats {\n                    playerName\n                    dateOfMoment\n                    playCategory\n                    teamAtMomentNbaId\n                    teamAtMoment\n                    __typename\n                  }\n                  __typename\n                }\n                assetPathPrefix\n                priceRange {\n                  min\n                  max\n                  __typename\n                }\n                momentListingCount\n                listingType\n                userOwnedSetPlayCount\n                __typename\n              }\n              __typename\n            }\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}","variables":"{\n  \"byPrice\": { \"min\": null, \"max\": null },\n  \"byPower\": { \"min\": null, \"max\": null },\n  \"bySerialNumber\": { \"min\": null, \"max\": null },\n  \"byGameDate\": { \"start\": null, \"end\": null },\n  \"byCreatedAt\": { \"start\": null, \"end\": null },\n  \"byPrimaryPlayerPosition\": [],\n  \"bySets\": [],\n  \"bySeries\": [  ],\n  \"bySetVisuals\": [ ],\n  \"byPlayStyle\": [ ],\n  \"bySkill\": [],\n  \"byPlayers\": [  ],\n  \"byTagNames\": [],\n  \"byTeams\": [ ],\n  \"byListingType\": [ \"BY_USERS\" ],\n  \"searchInput\": { \"pagination\": { \"cursor\": \"\", \"direction\": \"RIGHT\", \"limit\": 12 } },\n  \"orderBy\": \"UPDATED_AT_DESC\"\n}"}},"url":"https://public-api.nbatopshot.com/graphql","description":"<p>Search Moment Listings</p>\n","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9fe9d54-6010-42bc-97e9-d873cbc72850"},{"name":"Get All Data on a Moment","id":"1d758711-a395-49cb-a09a-41955f758e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetUserMomentListingsDedicated($input: GetUserMomentListingsInput!) {\n  getUserMomentListings(input: $input) {\n    data {\n      circulationCount\n      flowRetired\n      version\n      set {\n        id\n        flowName\n        flowSeriesNumber\n        __typename\n      }\n      play {\n        ... on Play {\n          ...PlayDetails\n          __typename\n        }\n        __typename\n      }\n      assetPathPrefix\n      priceRange {\n        min\n        max\n        __typename\n      }\n      momentListings {\n        id\n        moment {\n          id\n          price\n          flowSerialNumber\n          owner {\n            dapperID\n            username\n            profileImageUrl\n            __typename\n          }\n          setPlay {\n            ID\n            flowRetired\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      momentListingCount\n      __typename\n    }\n    __typename\n  }\n}\n\nfragment PlayDetails on Play {\n  id\n  description\n  stats {\n    playerID\n    playerName\n    primaryPosition\n    currentTeamId\n    dateOfMoment\n    jerseyNumber\n    awayTeamName\n    awayTeamScore\n    teamAtMoment\n    homeTeamName\n    homeTeamScore\n    totalYearsExperience\n    teamAtMomentNbaId\n    height\n    weight\n    currentTeam\n    birthplace\n    birthdate\n    awayTeamNbaId\n    draftYear\n    nbaSeason\n    draftRound\n    draftSelection\n    homeTeamNbaId\n    draftTeam\n    draftTeamNbaId\n    playCategory\n    homeTeamScoresByQuarter {\n      quarterScores {\n        type\n        number\n        sequence\n        points\n        __typename\n      }\n      __typename\n    }\n    awayTeamScoresByQuarter {\n      quarterScores {\n        type\n        number\n        sequence\n        points\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n  statsPlayerGameScores {\n    blocks\n    points\n    steals\n    assists\n    minutes\n    rebounds\n    turnovers\n    plusMinus\n    flagrantFouls\n    personalFouls\n    playerPosition\n    technicalFouls\n    twoPointsMade\n    blockedAttempts\n    fieldGoalsMade\n    freeThrowsMade\n    threePointsMade\n    defensiveRebounds\n    offensiveRebounds\n    pointsOffTurnovers\n    twoPointsAttempted\n    assistTurnoverRatio\n    fieldGoalsAttempted\n    freeThrowsAttempted\n    twoPointsPercentage\n    fieldGoalsPercentage\n    freeThrowsPercentage\n    threePointsAttempted\n    threePointsPercentage\n    __typename\n  }\n  statsPlayerSeasonAverageScores {\n    minutes\n    blocks\n    points\n    steals\n    assists\n    rebounds\n    turnovers\n    plusMinus\n    flagrantFouls\n    personalFouls\n    technicalFouls\n    twoPointsMade\n    blockedAttempts\n    fieldGoalsMade\n    freeThrowsMade\n    threePointsMade\n    defensiveRebounds\n    offensiveRebounds\n    pointsOffTurnovers\n    twoPointsAttempted\n    assistTurnoverRatio\n    fieldGoalsAttempted\n    freeThrowsAttempted\n    twoPointsPercentage\n    fieldGoalsPercentage\n    freeThrowsPercentage\n    threePointsAttempted\n    threePointsPercentage\n    __typename\n  }\n  __typename\n}","variables":"{\n  \"input\": {\n    \"setID\": \"208ae30a-a4fe-42d4-9e51-e6fd1ad2a7a9\",\n    \"playID\": \"d68ee91c-9670-4a57-bb46-3bb4cd760a17\"\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","description":"<p>Dedicated moment and set search</p>\n","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d758711-a395-49cb-a09a-41955f758e03"},{"name":"Get All Transactions","id":"cb16063e-712e-4ed3-a6ca-62c5dfe7ec93","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query SearchMarketplaceTransactions($input: SearchMarketplaceTransactionsInput!) {\n  searchMarketplaceTransactions(input: $input) {\n    data {\n      searchSummary {\n        pagination {\n          rightCursor\n          __typename\n        }\n        data {\n          ... on MarketplaceTransactions {\n            size\n            data {\n              ... on MarketplaceTransaction {\n                id\n                sortID\n                seller {\n                  ...UserFragment\n                  __typename\n                }\n                buyer {\n                  ...UserFragment\n                  __typename\n                }\n                price\n                moment {\n                  assetPathPrefix\n                  flowSerialNumber\n                  id\n                  play {\n                    id\n                    stats {\n                      playerName\n                      dateOfMoment\n                      playCategory\n                      teamAtMomentNbaId\n                      teamAtMoment\n                      jerseyNumber\n                      __typename\n                    }\n                    __typename\n                  }\n                  set {\n                    id\n                    flowName\n                    flowSeriesNumber\n                    setVisualId\n                    __typename\n                  }\n                  setPlay {\n                    ID\n                    circulationCount\n                    flowRetired\n                    __typename\n                  }\n                  __typename\n                }\n                txHash\n                updatedAt\n                __typename\n              }\n              __typename\n            }\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}\n\nfragment UserFragment on UserPublicInfo {\n  dapperID\n  username\n  profileImageUrl\n  twitterHandle\n  createdAt\n  flowAddress\n  favoriteTeamID\n  __typename\n}","variables":"{\n  \"input\": {\n    \"filters\": {\n      \"byEditions\": [\n        {\n          \"setID\": \"208ae30a-a4fe-42d4-9e51-e6fd1ad2a7a9\",\n          \"playID\": \"d68ee91c-9670-4a57-bb46-3bb4cd760a17\"\n        }\n      ],\n      \"byMoments\": [\n      ],\n      \"byTeams\": [\n      ]\n    },\n    \"sortBy\": \"UPDATED_AT_DESC\",\n    \"searchInput\": {\n      \"pagination\": {\n        \"cursor\": \"\",\n        \"direction\": \"RIGHT\",\n        \"limit\": 50\n      }\n    }\n  }\n}"}},"url":"https://public-api.nbatopshot.com/graphql","description":"<p>Search transactions that took place on marketplace</p>\n","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb16063e-712e-4ed3-a6ca-62c5dfe7ec93"},{"name":"Search ID for Players/Teams/Sets","id":"0c30726f-fa08-45e0-8ac9-1eb4be7d3716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query SearchTags($setsInput: SearchSetsInput!) {\n  allPlayers {\n    size\n    data {\n      id\n      name\n      __typename\n    }\n    __typename\n  }\n  allTeams {\n    size\n    data {\n      id\n      name\n      __typename\n    }\n    __typename\n  }\n  searchSets(input: $setsInput) {\n    searchSummary {\n      data {\n        ... on Sets {\n          data {\n            id\n            ... on Set {\n              flowName\n              setVisualId\n              flowSeriesNumber\n              __typename\n            }\n            __typename\n          }\n          __typename\n        }\n        __typename\n      }\n      __typename\n    }\n    __typename\n  }\n}","variables":"{ \"setsInput\": {} }"}},"url":"https://public-api.nbatopshot.com/graphql","description":"<p>Get all tags related to names, teams, sets etc.</p>\n","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c30726f-fa08-45e0-8ac9-1eb4be7d3716"},{"name":"Get Profile from Username","id":"fb41ddc2-6ea2-4a11-b3cf-b13c7655fb78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ProfilePage_getUserProfileByUsername($input: getUserProfileByUsernameInput!) {\n  getUserProfileByUsername(input: $input) {\n    publicInfo {\n      ...UserFragment\n      __typename\n    }\n    momentCount\n    __typename\n  }\n}\n\nfragment UserFragment on UserPublicInfo {\n  dapperID\n  username\n  profileImageUrl\n  twitterHandle\n  createdAt\n  flowAddress\n  favoriteTeamID\n  __typename\n}","variables":"{ \"input\": { \"username\": \"TackoFall9999\" } }\n"}},"url":"https://public-api.nbatopshot.com/graphql","description":"<p>Get User Stats for any given user</p>\n","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb41ddc2-6ea2-4a11-b3cf-b13c7655fb78"},{"name":"Get topshot page","id":"d9ce2040-e8f8-44a4-aea6-3a12e9f98212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"d9ce2040-e8f8-44a4-aea6-3a12e9f98212"},{"name":"SearchTags","id":"21b5bf01-7252-4647-975c-a406a958a918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query SearchTags($setsInput: SearchSetsInput!) {\n    allPlayers {\n      size\n      data {\n        id\n        name\n      }\n    }\n    allTeams {\n      size\n      data {\n        id\n        name\n      }\n    }\n    allSeries {\n      data {\n        id\n        name\n      }\n    }\n    getAllTags {\n      data {\n        id\n        name\n      }\n    }\n    searchSets(input: $setsInput) {\n      searchSummary {\n        data {\n          ... on Sets {\n            data {\n              id\n              ... on Set {\n                flowName\n                flowId\n                setVisualId\n                flowSeriesNumber\n                assetPath\n              }\n            }\n          }\n        }\n      }\n    }\n  }","variables":"{ \"setsInput\" : {} }"}},"url":"https://public-api.nbatopshot.com/graphql","urlObject":{"host":["https://public-api.nbatopshot.com/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"21b5bf01-7252-4647-975c-a406a958a918"}],"id":"fe14ea19-6bc6-4aff-a0cb-c890970a443c","_postman_id":"fe14ea19-6bc6-4aff-a0cb-c890970a443c","description":""}],"event":[{"listen":"prerequest","script":{"id":"c83bc7b3-3d3d-4791-b825-1245aefb1cf7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e956e432-7de8-4a24-a822-2c24a4cb2ea4","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://public-api.nbatopshot.com/graphql"},{"key":"url","value":"https://public-api.nbatopshot.com/graphql"}]}