From any asset
to any bankin one API
Monitor wallets, execute transactions, convert assets, and settle funds globally — through a single infrastructure layer.
POST /api/v1/payouts/customers
{"email":"amara@company.com","country":"US","services":["payouts"]}
# ← {"deposit_address": "0x4f2a9c...", "kyc_link_url": "https://..." }
# 2. Trigger the offramp — send any supported asset, settle to any market
POST /api/v1/payouts/offramp
{"customer_id":"cus_xxx","source_asset":"ETH","source_amount":"1.5","target_currency":"USD"}
# ← {"deposit_address": "0x4f2a9c...", "status": "pending" }
# 3. Customer sends ETH on-chain → FluxRail settles fiat to their bank
GET /api/v1/payouts/offramp/:id
# ← {"status": "completed", "target_amount": "4485.00", "currency": "USD" }
Stop stitching together five integrations.
Use one.
Wallet monitoring, on-chain execution, asset conversion, and global bank settlement — one platform, one API key, one consistent interface across all four layers.
Four products. One platform.
Each layer works independently or together — from detecting a deposit to settling funds in a bank account on the other side of the world.
What teams build on FluxRail
From solo developers to fintech scale-ups — one platform handles the entire money movement stack.
Freelancer & Gig Platforms
Pay contractors in their local currency, regardless of how your platform holds funds. Workers receive a payout — not a crypto lesson. SWIFT and local bank transfers to 75+ countries.
Exchanges & Trading Apps
Detect user deposits the moment they land on-chain, convert to the asset your system needs, and execute withdrawals — without managing your own RPC nodes, wallets, or liquidity infrastructure.
Web3 Games & Apps
Let users earn in-game assets and cash out to their bank account. They don't need a crypto wallet — they just withdraw and receive fiat. No blockchain complexity on your users' side.
Treasury & Operations
Automate multi-chain treasury operations — monitor balances across every chain, convert assets at real-time rates, and settle directly to bank accounts globally. All from one API.
Built for developers who ship fast
One API key unlocks all four layers. Every endpoint follows the same REST pattern. Every webhook uses the same HMAC format. There's nothing new to learn as you add capabilities.
# Watch a wallet for incoming deposits
POST /api/v1/core/wallets/watch
X-API-Key: flux_live_xxxxxxxxxxxxxx
# Send stablecoins on-chain
POST /api/v1/pay/transfer
X-API-Key: flux_live_xxxxxxxxxxxxxx
# Convert ETH to BTC
POST /api/v1/liquidity/quote
X-API-Key: flux_live_xxxxxxxxxxxxxx
# Settle crypto as fiat to a bank account
POST /api/v1/payouts/offramp
X-API-Key: flux_live_xxxxxxxxxxxxxx