Move Money, Build Globally,

Radically Simple

HopNow powers instant, reliable FX and stablecoin payments and treasury infrastructure with developer-first APIs and global reach

dashboard-screenshot
trade-screenshot

$1B+

150+

99.9%

in transactionscountries supporteduptime SLA

How It Works

Simple, fast, low-cost, and reliable stablecoin on/off-ramp and FX pairs at interbank rates

Request Quote

Submit a conversion via API, UI or chat

Execute

Competitive and firm executable pricing 24/7/365

Settle

Stablecoins settle in minutes, fiat in hours

Built for Every Business

From startups to enterprises, power your global payments

E-commerce & Marketplaces

Accept global payments and pay out to sellers worldwide with instant settlement.

Payroll & Contractors

Pay your global workforce in their local currency with competitive rates.

B2B Payments

Streamline supplier payments and manage accounts payable efficiently.

Remittances

Send money across borders quickly and affordably to any destination.

Why Choose HopNow

Go live in days, not months — with no setup fees via UI, API, or chat

Lightning Fast

Transactions settle in minutes, not days. Real-time processing for instant payments.

Low Cost

Save up to 80% on cross-border fees compared to traditional banks.

Global Reach

Send and receive payments in 150+ countries with local payment rails.

Global Coverage

Currencies

Last updated: March 19, 2026

Americas

Live
USDUnited States
CADCanada
MXNMexico
BRLBrazil
ARSArgentina
CLPChile
COPColombia
PENPeru

Europe

Live
EUREuro
GBPUnited Kingdom
CHFSwitzerland
NOKNorway
SEKSweden
DKKDenmark
PLNPoland
CZKCzechia
HUFHungary
ILSIsrael
TRYTurkey
RONRomania

Asia Pacific

Live
JPYJapan
AUDAustralia
NZDNew Zealand
SGDSingapore
HKDHong Kong
CNY / CNHChina
INRIndia
KRWSouth Korea
TWDTaiwan
IDRIndonesia
PHPPhilippines
MYRMalaysia
THBThailand
VNDVietnam
Coming Soon
BDTBangladesh
LKRSri Lanka
NPRNepal

Africa

Live
ZARSouth Africa
Coming Soon
EGPEgypt
KESKenya
NGNNigeria
GHSGhana

Middle East

Coming Soon
AEDUAE
SARSaudi Arabia
QARQatar

Stablecoins

Live
USDCUSD Coin
USDTTether

Near instant go-live

Clean, simple and well documented APIs that let you integrate fx and payments in hours

const crypto = require('crypto');

function createHmacSignature(method, url, timestamp, body, apiSecret) {
    // Construct payload
    const payload = `${method.toUpperCase()}${url}${timestamp}${body}`;
    
    // Create signature
    const signature = crypto
        .createHmac('sha256', apiSecret)
        .update(payload)
        .digest('hex');
    
    return signature;
}

// Example usage
const signature = createHmacSignature(
    'POST',
    'https://apis.hopnow.io/v1/customers/cus_123/accounts',
    '1640995200',
    '{"name":"Trading Account"}',
    'your_secret_key'
);

Get in touch

Have a question or want to request a demo?

Reach out to us by email or via the contact form. We look forward to hearing from you!

Contact Us
HopNow
Privacy Policy© 2026 Hop Innovations Inc. All rights reserved.