Stellar
Stellar is an open-source, decentralized blockchain network designed for fast, low-cost cross-border payments and asset issuance. The Stellar Development Foundation (SDF) maintains the core protocol and the Horizon REST API, which provides HTTP access to ledger data including accounts, transactions, operations, effects, offers, trades, claimable balances, and liquidity pools. Horizon is the primary data gateway for the Stellar network, re-serving ledger data in a developer-friendly format. The network supports native XLM transfers, custom asset issuance, a built-in decentralized exchange (DEX), Soroban smart contracts, and anchor integrations for fiat on/off-ramps. Authentication is not required for read queries; transaction submission requires signing with a Stellar keypair.
Real signal across most facets with visible, nameable gaps — the contract exists but is thin, or the portal is good while governance and commercial terms are absent.
API Evangelist profiles Stellar the way a machine reads it — 215 machine-readable artifacts across 33 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.
Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Stellar scores 49.7/100 (developing), with a separate agent-readiness read of 48/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.
Kin Score
This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.
How we profile Stellar
Each block below is one kind of artifact we hold for Stellar. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.
APIs 33
Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.
Individual APIs this provider publishes, each with its own machine-readable definition.
Stellar RPC API
The Stellar RPC API (formerly Soroban RPC) is a JSON-RPC interface for interacting with Soroban smart contracts deployed on the Stellar network. It supports simulating and submi...
Stellar Accounts API
Users interact with the Stellar network through accounts. Everything else in the ledger—assets, offers, trustlines, etc. are owned by accounts, and accounts must authorize all c...
Stellar Admin API
The Admin API oversees the management of tenants within the system, facilitating tasks such as provisioning new tenants, updating their information, and retrieving tenant data.
Stellar API Keys API
API Keys functionality allows to create access key with granular permissions and resource management.
Stellar Assets API
Assets are representations of value issued on the Stellar network. An asset consists of a type, code, and issuer.
Stellar Authentication API
Authentication controls the log in/log out process for all SDP users, as well as the token refresh process. Authentication uses a JWT approach signed with an ES256 private key.
Stellar Balances API
Endpoints related to balances. A balance is an amount of a particular asset held by an organization, tenant, or account.
Stellar Bridge Integration API
Bridge integration endpoints for connecting organizations with Bridge services. **Integration Flow:** 1. Organization opts into Bridge (OPTED_IN status) 2. Complete KYC verifica...
Stellar Claimable Balances API
A Claimable Balance represents the transfer of ownership of some amount of an asset. Claimable balances provide a mechanism for setting up a payment which can be claimed in the ...
Stellar Customers API
[SEP-12](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md) requests made from client applications.
Stellar Disbursements API
Endpoints related to disbursements. A disbursement is a group of payments sent to multiple individuals at once. An SDP user with the appropriate role triggers a new disbursement...
Stellar Effects API
Effects represent specific changes that occur in the ledger as a result of successful operations, but are not necessarily directly reflected in the ledger or history, as transac...
Stellar Events API
The Events API from Stellar — 1 operation(s) for events.
Stellar Exports API
The Exports API from Stellar — 3 operation(s) for exports.
Stellar Fee Stats API
Fee stats are used to predict what fee to set for a transaction before submitting it to the network.
Stellar Ledgers API
Each ledger stores the state of the network at a point in time and contains all the changes - transactions, operations, effects, etc. - to that state.
Stellar Liquidity Pools API
Liquidity Pools provide a simple, non-interactive way to trade large amounts of capital and enable high volumes of trading.
Stellar Offers API
Offers are statements about how much of an asset an account wants to buy or sell.
Stellar Operations API
Operations are objects that represent a desired change to the ledger: payments, offers to exchange currency, changes made to account options, etc. Operations are submitted to th...
Stellar Order Books API
An order book is a collections of offers for a specific pair of assets.
Stellar Organization API
Organization endpoints manage the process of getting and updating organizational profile information. The organization's profile has basic information set at the time of SDP dep...
Stellar Paths API
Paths provide information about potential path payments. A path can be used to populate the necessary fields for a path payment operation.
Stellar Payments API
Endpoints related to payments. An SDP payment is an individual payment from an organization to a receiver. Each payment is part of a disbursement and occurs on the Stellar netwo...
Stellar Profile API
Profiles endpoints manage the process of getting and updating individual profile information. Profile information is set when the account is created and can be updated by the us...
Stellar Rates API
Requests containing data that can be used to provide exchange rates between on & off-chain assets.
Stellar Receivers API
Endpoints related to receivers. A receiver is an individual receiving a payment in a disbursement. The receiver is tracked by phone number to reduce the need for personally iden...
Stellar Registration API
The registration endpoints guide the process for a receiver to verify their identity and link their wallet address to an SDP. The registration process only needs to happen once ...
Stellar Statistics API
Statistics endpoints return general aggregated data per organization, as well as disbursement-specific metrics. SDP users can use this data to monitor their disbursements over t...
Stellar Trade Aggregations API
A trade aggregation represents aggregated statistics on an asset pair (base and counter) for a specific time period. Trade aggregations are useful to developers of trading clien...
Stellar Trades API
When an offer is fully or partially fulfilled, a trade happens. Trades can also be caused by successful path payments, because path payments involve fulfilling offers. A trade o...
Stellar Transactions API
Transactions initiated by client applications via SEP APIs
Stellar Users API
The users endpoints facilitate the creation of new SDP users - including setting the appropriate role, sending an email invitation, and activating a user - and managing roles.
Stellar Wallets API
The Wallets API from Stellar — 2 operation(s) for wallets.
Scroll within the panel for all 33 ·
Pricing Plans 1
Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.
Published pricing tiers and plan structures.
Rate Limits 1
Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.
Documented rate limits and quota policies.
Stellar Rate Limits
RATE LIMITSFinOps 1
Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.
Cost, billing, and metering signals for API financial operations.
Stellar Finops
FINOPSSemantic Vocabularies 1
JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.
JSON-LD contexts and semantic vocabularies used across these APIs.
Stellar Context
JSON-LDSpectral Rules 1
Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.
Stellar API Rules
SPECTRALJSON Schema 122
Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.
Standalone JSON Schema definitions for this provider's data models.
Account
JSON SCHEMAAccountMerge
JSON SCHEMAaddress
JSON SCHEMAAsset
JSON SCHEMAasset_balance_change
JSON SCHEMAAsyncTransactionSubmissionResponse
JSON SCHEMABalanceLineAsset
JSON SCHEMABalanceLineLiquidityPool
JSON SCHEMABalanceLineNative
JSON SCHEMABaseAsset
JSON SCHEMABaseFeeDistribution
JSON SCHEMAChargedFeeDistribution
JSON SCHEMAClaimableBalance
JSON SCHEMAClaimableBalances
JSON SCHEMACreateAccount
JSON SCHEMAcurrency
JSON SCHEMAEffect
JSON SCHEMAFeeBumpTransaction
JSON SCHEMAFeeStats
JSON SCHEMAflags
JSON SCHEMAhash
JSON SCHEMAhost_function_parameter
JSON SCHEMAid
JSON SCHEMAInnerTransaction
JSON SCHEMAInvokeHostFunction
JSON SCHEMAlast_modified_ledger
JSON SCHEMALedger
JSON SCHEMAlink
JSON SCHEMALinks
JSON SCHEMALiquidityPool
JSON SCHEMALiquidityPools
JSON SCHEMAMaxFeeDistribution
JSON SCHEMAOffer
JSON SCHEMAOperation
JSON SCHEMAOrderBook
JSON SCHEMApaging_token
JSON SCHEMAPath
JSON SCHEMAPathPaymentStrictReceive
JSON SCHEMAPathPaymentStrictSend
JSON SCHEMAPayment
JSON SCHEMAPrice
JSON SCHEMAProblem
JSON SCHEMAschemas-Asset
JSON SCHEMAschemas-Transaction
JSON SCHEMAsequence
JSON SCHEMAsequence_ledger
JSON SCHEMAsignatures
JSON SCHEMAsigners
JSON SCHEMAsubentry_count
JSON SCHEMASubmitTransaction
JSON SCHEMAthresholds
JSON SCHEMATrade
JSON SCHEMATradeAggregation
JSON SCHEMAtradePrice
JSON SCHEMATransaction
JSON SCHEMATransactionPreconditions
JSON SCHEMATransactionPreconditionsLedgerbounds
JSON SCHEMATransactionPreconditionsTimebounds
JSON SCHEMAAmount
JSON SCHEMAAPIKey
JSON SCHEMAAsset
JSON SCHEMABalance
JSON SCHEMABridgeIntegrationInfo
JSON SCHEMABridgeIntegrationPatchRequest
JSON SCHEMABridgeIntegrationStatus
JSON SCHEMACreateAPIKeyRequest
JSON SCHEMACreateAPIKeyResponse
JSON SCHEMACreateDirectPaymentRequest
JSON SCHEMACreateReceiverRequest
JSON SCHEMACreateWalletRequest
JSON SCHEMADirectPayment
JSON SCHEMADisbursement
JSON SCHEMADisbursementLite
JSON SCHEMADisbursementPagination
JSON SCHEMADisbursementReceiver
JSON SCHEMADisbursementReceiverPagination
JSON SCHEMADisbursementsStatistics
JSON SCHEMADisbursementStatus
JSON SCHEMADisbursementStatusHistory
JSON SCHEMADisbursementStatusHistoryEntry
JSON SCHEMADistributionAccount
JSON SCHEMAGeneralStatistics
JSON SCHEMAKYCLinkInfo
JSON SCHEMAKYCStatus
JSON SCHEMAKYCType
JSON SCHEMAMessageResponse
JSON SCHEMAOrganization
JSON SCHEMAPagination
JSON SCHEMAPatchReceiverRequest
JSON SCHEMAPayment
JSON SCHEMAPaymentAmounts
JSON SCHEMAPaymentAmountsByAsset
JSON SCHEMAPaymentCounters
JSON SCHEMAPaymentPagination
JSON SCHEMAPaymentStatus
JSON SCHEMAPaymentStatusHistory
JSON SCHEMAPaymentStatusHistoryEntry
JSON SCHEMAProfile
JSON SCHEMAReceiver
JSON SCHEMAReceiverLite
JSON SCHEMAReceiverPagination
JSON SCHEMAReceiverRegistrationRequest
JSON SCHEMAReceiversWalletStatus
JSON SCHEMAReceiversWalletStatusHistoryEntry
JSON SCHEMAReceiverWallet
JSON SCHEMAReceiverWalletLite
JSON SCHEMAReceiverWalletsCounters
JSON SCHEMARegistrationContactType
JSON SCHEMATenant
JSON SCHEMATenants
JSON SCHEMATOSStatus
JSON SCHEMAUpdateAPIKeyRequest
JSON SCHEMAUpdateWalletRequest
JSON SCHEMAUser
JSON SCHEMAUsers
JSON SCHEMAVerificationField
JSON SCHEMAVirtualAccountDepositInstructions
JSON SCHEMAVirtualAccountDestination
JSON SCHEMAVirtualAccountInfo
JSON SCHEMAVirtualAccountStatus
JSON SCHEMAWallet
JSON SCHEMAWalletLite
JSON SCHEMAScroll within the panel for all 122 ·
Examples 52
Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.
Example request and response payloads for these APIs.
Scroll within the panel for all 52 ·
Security Posture 2
Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Agentic Access 1
An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.
Recommended x-agentic-access execution contracts for AI agents.
Resources
Every other property we hold for Stellar — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.
Documentation 1
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 2
Pagination, idempotency, versioning, errors, and events
Build 6
SDKs, sample code, and the tooling you integrate with
Access & Security 2
Authentication, authorization, and security posture
Operate 2
Status, limits, changes, and where to get help
Company 2
The organization behind the API
← All providers · Data indexed from github.com/api-evangelist/stellar · machine-readable index on apis.io