JUMP TOGuideGetting StartedQuickstartAuthenticationEndpoints and QueriesResponsive BiddingTimed Auction Closing LogicWallet ManagementOrganization Management APIQueriesorganizationorganizationByIDorgUsernameAvailableassetvalidateIpgetUserInvitationsgetEmailTemplateByOrgIDAndEventTypegetApplicantinternalUsersgetSignatureMessagegetEmailTemplateByOrgIDAndEventTypeMutationsloginWithSignaturecreateOrgByUsercreateOrgMultisigupdateUserOrgRoleupdateUserOrgSettingsaddOrganizationcreateUserMultisigcreateUserAPIKeydeleteUserAPIKeyuploadAssetdeleteAssetuploadArweaveAssetupdateMultisigNamesendUserInvitationdeleteUserInvitationcreateApplicantcreateEmailTemplateObjectsUserCurrentUserOrganizationUserOrganizationAssetAssetVersionUserAPIKeyResponseAssetFilterValidateIPResponseOrganizationMemberFilterApplicantRequestApplicantResponseOrganizationMemberOrganizationMemberFilterUserOrgFilterEmailTemplateCreateEmailTemplateInputAddressScreeningInputEnumKycStatusEventTypeRiskRatingMarketplace Management APIQueriesmarketplacenftContractbidsdefaultConfigMutationscreateMarketplaceAuctionBidorgCreateMarketplacemarketplaceUpdateThemenftContractAddAdminnftDeployContractfinishDeploymentnftContractRegisterExtensionnftContractSetTokenURIObjectsMarketplaceMarketplaceAuctionBidMarketplaceUserMarketplaceAuctionBidInputMarketplaceAuctionDefaultConfigMarketplaceAuctionFeeStructureMarketplaceAuctionFeeStructureItemMarketplaceBuyNowOutputMarketplaceTokenNFTTokenNFTContractNFTContractTypeDeployContractInputTransactionInputSettingsInputBidFilterInputEnumMarketplaceSaleTypeContractTypeTransactionStatusAuctionBidOrderSubscriptionauctionLotUpdatedgetMarketplaceAuctionLotbidFeedCollection Management APIQueriescollectioncollectionBySlugcollectionItemByIditemsmailSalesReportByCollectionIDMutationsdeleteCollectionItemFromUserFavoritescreateMarketplaceCollectionaddTokensToCollectionaddExistingTokenToCollectionimportExternalTokenToCollectionaddCollectionItemToUserFavoritesObjectsMarketplaceCollectionMarketplaceCollectionItemMarketplaceCollectionItemDetailsMarketplaceCollectionCreateInputEnumMarketplaceCollectionItemStatusCollectionTypeMarketCollectionStatusSubscriptionsmarketplaceCollectionLotsUpdatesLots Management APIQueriesgetMarketplaceAuctionLotgetBuyNowBuyerInfoisUserAllowOnListgetAllowListsgetAllowListisUserOnClaimableSetsAllowListavailableClaimableMutationscreateMarketplaceAuctionLotupdateMarketplaceAuctionLotcreateMarketplaceBuyNowLotreserveMarketplaceBuyNowLotcreateMarketplaceClaimableSetcreateAllowListObjectsMarketplaceAuctionLotMarketplaceAuctionLotInputMarketplaceAuctionLotUpdateInputCreateMarketplaceBuyNowLotInputReserveMarketplaceBuyNowLotInputAllowListInputAllowListAllowListElementsCreateMarketplaceClaimableSetInputEnumAuctionLotStatusFilteringTypeIdentifierTypeWallet Management APIQuerieswalletnftTokengetTokenTransferHistorygetWalletDeliveryCountisTokenRedeemedtokenOwnersMutationstransferTokencreateTokenDraftupdateTokenDraftmintTokensdeleteTokenmintGenerativeTokenburnTokencheckTokenOwnerscheckWalletTokensdelayedTransferTokenObjectsWalletWalletTokentokensTokenDraftTokenTransferTokenOwnerResponseEnumWalletTxTypePayment and Invoicing APIQueriesgetPaymentPublicKeygetPaymentMethodListgetMyPaymentsgetPaymentsByUserIDgetMyInvoicesgetInvoicesByUserIDgetInvoicesDetailsgetPaymentMethodgetPaymentNotificationpreparePaymentMethodvalidatePaymentLimitgetTaxQuotegetDiscountCodesmailInvoiceLotDetailReportMailByCollectionIDMutationscreatePaymentMethodupdatePaymentMethoddeletePaymentMethodcreatePaymentcancelPaymentcreateAuctionLotInvoicereleaseReservationupdateAfterPaymentTransferSuspendTimestartInvoiceDeliveryObjectsPaymentPublicKeyPaymentMethodOutputCreditCardPaymentMethodOutputACHPaymentMethodOutputWirePaymentMethodOutputPaymentPaymentMethodCreateInputPaymentMethodUpdateInputInvoiceDetailsItemInvoiceDetailsACHDataACHBillingDetailsACHMetadataCreditCardDataCreditCardBillingDetailsCreditCardMetadataWireDataWireBankAddressWireBillingDetailsPaymentMethodPrepareStatementOutputCreatePaymentMetadataInputCreatePaymentCreditCardMetadataInputValidatePaymentLimitOutputValidatePaymentLimitOutputCreditCardDataTaxQuoteInputTaxQuoteBillingAddressInputTaxQuoteOutputTaxQuoteBillingAddressOutputEnumPaymentTypePaymentStatusInvoiceStatusNetwork APIQuerynetworkpingserverTimemeMutationspinguploadArweaveMetadatasetJwtIssuerDomainObjectNotificationSigninRequestmembersNetworkpingThis 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