# Moneva Platform Docs > One API for the account layer: KYC onboarding, virtual fiat accounts, payouts to 130+ countries on stablecoin rails. Self-custody only; the platform never holds keys or funds. - [OpenAPI spec](openapi.yaml): the machine-readable v1 contract - [Full documentation as text](llms-full.txt): every page, one file - Public endpoints (no key): GET /v1/corridors, GET /v1/corridors/{ccy}/beneficiary_schema, GET /v1/jurisdictions ## Pages - [What is Moneva Platform?](index.html#what-is): The account layer of your product, behind one API key. - [Your first payout in 15 minutes](index.html#quickstart): Everything below runs against the sandbox with a test key. No real money, fully deterministic. - [Integrate your way](index.html#integrations): Pick the layer that fits your stack. Everything is generated from one spec and one registry, so no path ever drifts. - [Authentication](index.html#authentication): One secret key per environment, sent as a bearer token. - [Customers & KYC](index.html#customers): A customer is your end user. Verification is hosted: you open a URL, we deliver a status. - [Virtual accounts](index.html#accounts): Named deposit details per customer and currency, payable by normal bank transfer. - [Corridors & bank forms](index.html#corridors): Every corridor has different bank fields and quirks. You never hardcode them: the API serves the form. - [Quotes](index.html#quotes): Deterministic pricing before any money moves. - [Transfers](index.html#transfers): One object for money movement, with an append-only timeline and frozen pricing. - [Events & webhooks](index.html#events): Signed, retried, and queryable for 90 days. Event-driven, never polling. - [Email notifications](index.html#notifications): Status emails to your users, in your brand, sent by the platform. You never run email infrastructure. - [Errors](index.html#errors): One shape, stable machine-readable codes, structured context. - [Test mode](index.html#test-mode): A deterministic simulator: instant, free, able to produce every lifecycle state on demand. - [Endpoint reference](index.html#reference): The complete v1 surface. Base URL: https://platform.moneva.io/v1 - [Build your flow](index.html#flow-builder): Select a source and destination to get the exact API calls for your use case. - [Playground](index.html#playground): Use a demo app built on the platform and watch the exact API calls fire as you go. - [API console](index.html#console): Fire real requests at the sandbox from the docs and see the real response.