No API Key Operations
This page highlights public GraphQL operations commonly used without an API key.
note
This list is intended for quick discovery. Always verify the latest behavior in the public API reference before shipping production code.
Mutations commonly used without X-API-KEY
These are the no-key mutations commonly used in login and invoice-on-behalf flows:
lnInvoiceCreateOnBehalfOfRecipientlnNoAmountInvoiceCreateOnBehalfOfRecipientlnUsdInvoiceCreateOnBehalfOfRecipientlnUsdInvoiceBtcDenominatedCreateOnBehalfOfRecipient
Queries commonly used without X-API-KEY
accountDefaultWalletlnInvoicePaymentStatusByPaymentRequestlnInvoicePaymentStatusByHash(legacy, preferlnInvoicePaymentStatusByPaymentRequest)btcPriceListbusinessMapMarkers
Agent Rule
When an agent needs an unauthenticated flow:
- Start from this page.
- Open the exact operation in the public API reference.
- Confirm the required input object and response shape.
- If anything is unclear, check
/reference/graphql-api-for-llm.jsonbefore generating code. - If the operation needs auth after all, retry with
X-API-KEYand the minimum required scope.