JUMP TOGuideGetting StartedAuthenticationEndpoints and QueriesWallet Integration GuideBuy Now APIGetting StartedIntroductionMutationscreatePaymentMethodreserveMarketplaceBuyNowLotcreatePaymentcompleteOnchainPaymentQueriescollectionItemByIdgetInvoiceDetailsgetMyInvoicesgetPaymentNotificationObjectsPaymentMethodCreateInputPaymentMethodOutputReserveMarketplaceBuyNowLotInputInvoiceDetailsMarketplaceBuyNowOutputCryptoBillingDetailsMarketplaceCollectionItemArtistAllowListAllowListElementMarketplaceCollectionPresaleDetailAssetAssetVersionOnChainPaymentInfoOnChainTokenIDRangeNFTPriceSecondarySaleInfoPriceOrganizationSettingsCreatePaymentMetadataInputCreatePaymentCryptoMetadataInputLocalPriceCreatePaymentOnChainMetadataInputOnchainLocalPriceCheckoutGpayMetaDataCheckoutApplePayMetaDataCheckoutCreditCardMetadataCheckoutBillingDetailsCheckoutGpayDataCheckoutGpayTokenDataCheckoutApplePayTokenDataCheckoutApplePayTokenDataHeaderCheckoutCreditCardDataPaymentTypePaymentMethodEnumTokenTypeFilteringTypeIdentifierTypeDestinationAddressTypeAuction APIGetting StartedIntroductionMutationsconfirmOnchainBidverifyOnchainBidcreatePaymentMethodcreatePaymentcreateMarketplaceAuctionBidreserveMarketplaceBuyNowLotQueriesmarketplacecollectionItemByIdgetMarketplaceAuctionLotgetMyInvoicesObjectsOrganizationSettingsMarketplaceInvoiceDetailsMarketplaceAuctionLotMarketplaceBuyNowOutputConfirmOnChainBidInputPaymentMethodOutputReserveMarketplaceBuyNowLotInputItemInvoiceDetailsPaymentMethodCreateInputOnChainBidResponseMarketplaceAuctionBidEnumPaymentTypeKycStatusPolarQuestionClaimStatusTokenTypeOrderStatusTokenStatusDeliveryMethodDutch Auction APIGetting StartedMutationsIntroductionsaveDutchAuctiondeployDutchAuctionconfirmDutchAuctionBidconfirmDutchAuctionRebatedutchAuctionRebateconfirmDutchAuctionEndQueryIntroductiongetMarketplaceAuctionLotgetDutchAuctionPurchaseInfogetInvoicesgetRebateStatusObjectsMarketplaceAuctionOnChainSettingInputMarketplaceAuctionOnChainSettingsDutchAuctionBidResponseConfirmDutchAuctionBidInputClaimRebateEligibilityResponseClaimRebateResponsedutchAuctionSettingInputDutchAuctionLotMarketplaceItemDeliveryInputMarketplaceItemDeliveryERC721ProvenanceInputMarketplaceItemDeliveryERC721TransferInputMarketplaceItemDeliveryERC1155TransferInputMarketplaceItemDeliveryERC1155OpenEditionInputMarketplaceItemDeliveryERC721TransferByRangeInputMarketplaceItemDeliveryNoOpInputMarketplaceItemDeliveryERC1155ProvenanceInputPaginationInvoiceWithPageEnumsubSaleTypeClaimStatusDeliveryMethodsecondary marketplace apiGetting StartedQuerygetSignatureMessagegetNFTFavouriteListByUsergetUserOrderActivitygenerateSecondaryInvoicesgetNFTHistorycreateOffergetSignatureForOfferApprovalgetNFTDetailsgetAllRegistryTokensgetActiveWalletsContentgetOffersMutationsconnectExternalWalletaddNFTToFavouriteremoveNFTFromFavouriteestimateTaxAndRoyaltyFeecreateSignatureToListNFTForSalesubmitProofOfApprovalremoveListingsubmitProofOfOffercancelOfferinitiateBuyNFTupdateTransactionHashacceptOfferrejectOfferObjectsFavoriteNFTResponseOrderActivityOrderNFTPriceSupportedCurrencyNFTHistoryTaxResponseCryptoTaxTransactionResponseNFTDetailsArtistCategoryRegistryHistoryRegistryTokensRegistryActiveWalletFilterInputOwnedTokensMetadataEnumSavedNFTFilterInputOrderStatusTokenStatusTokenTypeCLAIM / EARNABLE APIGetting StartedMutationsredeemClaimableCoderedeemEarnableCode - V2redeemClaimableItemredeemEarnableItem - V2QuerygetActiveWalletsContentgetInvoiceDetailsredeemable apiGetting StartedMutationNftDeployContractV2UpdateContractDepoymentStatusUpdateNftContractDraftRedeemTokenQuerycheckRedeemStatusObjectsNFTContractNFTContractTypeNFTContractDeploymentsEnumNFTContractStandardTypeNFTCurrencyTypeContractStatusNFTCollectionTypeDeploymentTypeMintingMethodWallet Management APIGetting StartedQueriesgetSupportedNetworksnetworkgetSignatureMessagegetActiveWalletContentMutationsloginWithSignatureToken gating apiGetting StartedMutationcreateTokenGatingRuleQuerycheckTokenGatingObjectsgatingInputGatingGroupsGatingRulesGatedTokensContractAddressGatingContractAddressWithTokenIDGatingMetatDataGatingOnchainGatingGatingRuleEnumRuleTypeDrops Management APIQueriescollectiongetMarketplaceAuctionLotCrypto discountCrypto Discount SignatureObjectsDiscountCodeOnchainDiscountInfoDiscountedInvoiceItemINSTANT NFT Claim APIIntroductionMutationsGetInstantClaimableLotclaimInstantClaimableLotUser session apiMutationsaveUserSessionObjectsUserSessionInputUserSessionEnumDeviceTypeBrowserTypeSessionTypeDYNAMIC NFT APIGetting startedIntroductionQueriesgetNftDraftContractGetNftContractsV2MutationsUpdateNftContractDraftupdateTokenDraftuploadDynamicNftAssetuploadDynamicNftMetadataMintTokensObjectNFTContractDeploymentDetailsNftRoyaltyDetailsPaginatedNftContractOutputEnumNftContractSortInputNftContractFilterInputpingThis query loads the information about ping.General Pattern Textquery{ ping(scalar: "String"){ field_1 field_2 { nested_field_1 ... } } } Sampe Query Ping query in JSON formatquery{ ping } Sample Response Response in JSON format{ "data": { "ping": "pong" } } Arguments NameTypeDescriptionRequired Fields NameTypeDescriptionN/AStringThe value of ping. Example Try ping: GraphQL playground