GraphQL-first API for the ƒxyz Network ecosystem
Status: Online
Runtime: Next.js Edge
Last Updated: 2025-12-07T22:34:24.074Z
Health Check: /health
All core functionality is available through our unified GraphQL endpoint with real-time subscriptions:
POST /graphqlUnified GraphQL endpoint for all data operations, subscriptions, and mutations
neo4jStatusQueryDatabase connection and health status
networkGraphQueryNetwork visualization data with nodes and relationships
networkDataQueryComprehensive network information
holacracyDataQueryOrganizational structure and governance data
locationsQueryGeographic locations and member distribution
userBalanceQueryEncrypted user balance information
userVouchersQueryUser voucher data
voucherByCodeQueryGet voucher by redemption code
allVouchersQueryAll vouchers (admin only)
vouchersQueryAll vouchers with filtering
allInvitesQueryAll invites (admin only)
invitesQueryAll invites with filtering
tokensQueryAvailable token information
isAdminQueryAdmin status check
executeCypherQueryRaw Cypher query execution (admin only)
cypherQueryQueryExecute parameterized Cypher queries
investmentDataQueryCurrent investment round and token metrics
getPersonasQueryList user personas
getPersonaQueryGet specific persona by ID
getActivePersonaQueryGet user's currently active persona
getUserPersonaContextQueryGet complete user context with persona, legal entity, and Bridge status
getLegalEntitiesQueryList legal entities
getLegalEntityQueryGet specific legal entity by ID
getBridgeCustomersQueryList Bridge customers
getBridgeCustomerQueryGet specific Bridge customer by ID
createVoucherMutationCreate new vouchers
updateVoucherMutationUpdate existing voucher
claimVoucherMutationClaim vouchers by code
redeemVoucherMutationRedeem vouchers for tokens
issueVoucherMutationIssue voucher with amount and recipient
createInviteMutationCreate new invites
updateInviteMutationUpdate existing invite
mintConfidentialFLRMutationMint confidential Florin tokens
fixVoucherRelationshipsMutationFix missing voucher relationships
createBridgeCustomerMutationCreate Bridge customer for KYC verification
initiateFiatInvestmentMutationInitiate fiat-to-stablecoin investment via Bridge
createPersonaMutationCreate new persona for identity context
updatePersonaMutationUpdate existing persona
deletePersonaMutationDelete persona
setActivePersonaMutationSet active persona for user
createLegalEntityMutationCreate legal entity
updateLegalEntityMutationUpdate legal entity information
deleteLegalEntityMutationDelete legal entity
Real-time Updates: WebSocket connections for live data streaming
networkUpdatedSubscriptionReal-time network graph changes
nodeCreatedSubscriptionNew nodes added to the network
nodeUpdatedSubscriptionExisting nodes modified
relationshipCreatedSubscriptionNew relationships formed
voucherCreatedSubscriptionNew vouchers issued
voucherRedeemedSubscriptionVouchers redeemed
dataUpdatedSubscriptionGeneral data change notifications
/healthGETHealth check and system status
/webhooks/privyPOSTPrivy authentication webhook
/webhooks/heliusPOSTHelius blockchain webhook
/webhooks/bridgePOSTBridge.xyz payment and KYC webhook
/cron/keep-aliveGETKeep-alive cron job
/invites/*GETInvite management pages