Supported Rails
Get all supported payment and network rails
This API endpoint is currently under development. For comprehensive rails information, please see our Rails Guide.
Rails vs Providers
Our system separates rails (types of payment methods) from providers (services supporting those types):
- Rails: What you specify in your API calls (
"rail": "card") - Providers: Who processes the transaction (
unlimit_crypto,moon_pay, etc.) - Configuration: Set provider preferences in your Admin Panel
Supported Rails Reference
Crypto Rails (Blockchain Networks)
We support 41 blockchain networks for crypto transfers:
All Supported Networks:
algorand, aptos, arbitrum, avalanche, babylon, base, berachain, bsc, bitcoin, bitcoin_cash, bob, canton, cardano, celo, codex, cosmos, dogecoin, ethereum, fantom, hedera, icp, ion, iota, kadena, kaspa, kusama, litecoin, optimism, origyn, plume, polkadot, polygon, polymesh, ripple, sei, solana, stellar, sui, ton, tezos, tron
For detailed information about each network including native tokens and token standards, see our Rails Guide.
Fiat Rails (Type of payment method)
Abstract payment method types your code interfaces with:
- Core Rails:
card,apple_pay,google_pay,wire_transfer,paypal - Banking Rails:
open_banking,sepa,ach,faster_payments - Regional Rails:
pix(Brazil),upi(India),alipay,wechat_pay(China), and more
Available Providers
Multiple providers can implement each rail:
- Multi-Rail:
moon_pay,alchemy_pay,unlimit_crypto,paybis,wert - Specialized: Regional banking partners, payment processor specialists
- Configuration: Set preferences in Admin Panel for optimal routing
Next Steps
- Configure: Set up providers in your Admin Panel
- Explore: Review our comprehensive Rails Guide for implementation details
- Integrate: See Transfer API for code examples
- Support: Contact customer support for provider onboarding