The Finance API lets you onboard parties, open accounts, assign IBANs, generate blockchain wallets, and execute fiat and crypto transfers through a single RESTful API.Documentation Index
Fetch the complete documentation index at: https://docs.venlyfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URLs
| Environment | URL |
|---|---|
| Production | https://api.venlyfinance.com/v1 |
| Staging | https://api-staging.venlyfinance.com/v1 |
Authentication
All endpoints require a Bearer token in theAuthorization header. Obtain one using OAuth2 client credentials:
Idempotency, pagination, versioning
Both APIs follow shared conventions for idempotent retries, list pagination, and version stability. See the API Conventions page for the full rules.Resources
Parties
Onboard individuals and organisations. The foundation of every account.
Accounts
Create and manage financial accounts with role-based party access.
Virtual Bank Accounts
Assign IBANs for EUR SEPA pay-ins linked to accounts.
Wallets
Generate blockchain wallets on Base for crypto settlement.
Transfers
Execute fiat and crypto transfers between accounts.
Account-to-Account Transfers
Move funds directly between accounts within the platform.
Fiat-to-Crypto Payment Sessions
Generate pay-in sessions that convert fiat deposits to crypto.
Payment Requests
Create payment requests for account or card provider integrations.
Permits
Manage EIP-712 permit signatures for token approvals.
Allowances
Query token allowances for wallets.
Next Steps
Quick Start
Make your first Finance API call in minutes
Authentication
Token exchange, refresh patterns, and environment URLs

