Build with MyxenPay

Powerful APIs, comprehensive SDKs, and developer tools to integrate crypto payments into your applications

SDKs & Libraries

Choose your preferred programming language and start building

โšก

JavaScript/TypeScript

Full SDK for web applications, React, Vue, Angular, and Node.js

๐Ÿ

Python

Comprehensive library for Python applications and backend services

โ˜•

Java

Enterprise-grade SDK for Java applications and Android development

Quick Start Guide

Get started with MyxenPay API in 5 minutes

1

Get API Keys

Sign up for a developer account and get your API keys from the dashboard

2

Install SDK

Install the MyxenPay SDK for your preferred programming language

# Using npm
npm install @myxenpay/sdk
3

Initialize Client

Initialize the MyxenPay client with your API keys

import { MyxenPay } from '@myxenpay/sdk';

const myxenpay = new MyxenPay({
  apiKey: 'your-api-key',
  secretKey: 'your-secret-key'
});
4

Make Your First API Call

Create a payment request and start accepting crypto payments

// Create a payment request
const payment = await myxenpay.payments.create({
  amount: 100,
  currency: 'USDC',
  description: 'Product purchase'
});

const qrCodeUrl = payment.qrCodeUrl;

API Features

Everything you need to build powerful payment applications

๐Ÿ’ณ

Payment Processing

Accept crypto payments via QR codes, deep links, and API calls

๐Ÿ”

Transaction History

Access complete transaction history and real-time status updates

๐Ÿ’ฐ

Wallet Management

Create and manage non-custodial wallets for your users

๐ŸŒ

Currency Conversion

Real-time crypto-to-fiat conversion with multiple currency support

๐Ÿ“Š

Analytics

Comprehensive analytics and reporting for your payment data

๐Ÿ””

Webhooks

Real-time notifications for payment events and status changes

Core API Endpoints

RESTful API designed for simplicity and performance

POST /v1/payments
Create a new payment request and generate QR code
GET /v1/payments/{id}
Retrieve payment details and status
GET /v1/transactions
List all transactions with filtering and pagination
POST /v1/wallets
Create a new non-custodial wallet
GET /v1/rates/{currency}
Get current exchange rates for cryptocurrencies
POST /v1/webhooks
Register webhook endpoints for real-time notifications

Developer Tools

Everything you need to build, test, and deploy

๐Ÿงช

Testnet Environment

Full testing environment with test tokens and simulated transactions

๐Ÿ“–

API Documentation

Comprehensive documentation with examples and best practices

๐Ÿ› ๏ธ

CLI Tool

Command-line interface for quick testing and automation

๐Ÿ›

Debugging Tools

Advanced debugging and logging for development and production

Join Our Developer Community

Connect with other developers, get support, and share your projects

Ready to Start Building?

Get your API keys and start integrating crypto payments today

Free to start โ€ข No credit card required