M
Loading Monxo Bank
Personal Business Exchange Staking Fees Security Support Help Center Contact Log In Get Started

Build with MonxoBank API

Powerful RESTful APIs for crypto trading, wallet management, and payment processing.

Quick Start API Reference

Quick Start

Get up and running with the MonxoBank API in minutes

1. Get your API keys

Log in to your MonxoBank account, navigate to Settings → API Keys, and generate a new API key. Keep your secret key safe — it will only be shown once.

2. Make your first request

All API requests must be made over HTTPS. Authentication is done via Bearer token in the Authorization header.

3. Webhooks for real-time events

Subscribe to webhooks to receive real-time notifications about transactions, deposits, withdrawals, and account events.

cURL
# Get current Bitcoin price
curl https://api.monxobank.com/v1/ticker/btc \
  -H "Authorization: Bearer YOUR_API_KEY"

# Response
{
  "symbol": "BTC-USD",
  "price": 67432.00,
  "change_24h": 2.4,
  "volume_24h": 15234567890
}

API Features

Everything you need to build powerful crypto applications

Trading API

Place market and limit orders. Access real-time market data and order books.

Wallet API

Generate addresses, check balances, send and receive crypto programmatically.

Payments API

Accept crypto payments, create payment links, and process refunds.

KYC API

Verify user identities, check sanctions lists, and automate compliance.

Webhooks

Real-time event notifications for transactions, deposits, and account changes.

Staking API

Manage staking positions, view rewards, and automate yield strategies.

API Endpoints

RESTful endpoints for all platform functionality

Market Data

GET /v1/ticker/{symbol} Get current price
GET /v1/ticker List all tickers
GET /v1/orderbook/{symbol} Get order book

Account

GET /v1/account Get account info
GET /v1/account/balances Get all balances
GET /v1/account/transactions Transaction history

Wallets

POST /v1/wallets/{currency}/address Generate address
POST /v1/wallets/withdraw Withdraw funds
POST /v1/wallets/transfer Internal transfer

Orders

POST /v1/orders Place new order
GET /v1/orders List open orders
DEL /v1/orders/{id} Cancel order

Rate Limits

API request limits by tier

Tier
Requests/min
Webhooks
Price
Free
60
1
$0
Pro
600
10
$99/mo
Business
3,000
50
$499/mo
Enterprise
Custom
Unlimited
Contact us

Official SDKs

Get started quickly with our language-specific libraries

JavaScript

npm i monxobank

Python

pip install monxobank

PHP

composer require monxobank/sdk

Java

mvn install monxobank

Go

go get monxobank/sdk

Rust

cargo add monxobank

Swift

SPM: monxobank

REST API

Any HTTP client

Need help integrating?

Our developer relations team is here to help you build successfully.

api@monxobank.com Developer Discord