Tradevu is a financial infrastructure platform for global trade. The Tradevu API lets your business collect payments from customers, send payouts to bank accounts and crypto wallets, fetch live FX quotes, and manage multi-currency wallets — all through one REST API. This documentation covers the public Business API exposed by Tradevu’s API Gateway: the same surface used by tradevu.co integrators to embed payments and payouts into their own products.
All examples in this documentation are drawn directly from the live Tradevu API Gateway source. If something here doesn’t match production behavior, let us know.

What you can build

Payment Collections

Generate virtual account instructions and reconcile inbound payments against a paymentReference you control.

Payouts

Send money to bank accounts or crypto wallets — same currency, cross-currency, or crypto-to-fiat.

Quotes & FX

Lock in a rate with a rateKey before you collect or pay out across currencies.

Wallets

Check balances and fetch the virtual account details customers pay into.

How the API is organized

Quickstart

Get an API key and make your first request in a few minutes.

Authentication

Learn how API keys and webhook secrets work.

Webhooks

Get notified in real time when a collection settles.

API Reference

Full reference for every endpoint, request, and response.

Supported currencies

Tradevu supports both fiat and stablecoin currencies. Pass these as the fromCurrency / toCurrency values across the API:
Not every currency pair is supported on every rail. Use the quote endpoint to confirm a pair is active before initiating a collection or payout.

Base URL

Confirm your exact production and sandbox hostnames with your Tradevu integration contact — they’re issued per environment when your business is onboarded.
Ready to integrate? Head to the Quickstart.