Skip to main content

Welcome to the PixUs Global API

The PixUs Global API allows partners and integrators to programmatically access the platform’s cryptocurrency trading services.

What you can do

Real-time quotes

Get up-to-date prices for pairs like USDT/BRL with custom spread per organization.

Create orders

Execute buy orders with pre-approved quotes and receive instant confirmation.

Query orders

List and query executed orders, including payment and settlement status.

Financial balance

Check fiat/crypto balances, credit limits, and available credit.

Blockchain tracking

Track cryptocurrency deliveries with txHash and on-chain status.

Webhooks

Receive real-time notifications about quotes, orders, deposits, and withdrawals.

Getting started

1

Authentication

Get your Bearer token to authenticate requests. See the authentication guide.
2

First quote

Make your first API call to get a quote. See the quickstart.
3

Set up webhooks

Configure webhooks to receive automatic updates about your orders.

Environments

EnvironmentBase URL
Productionhttps://api.pixusglobal.com
Staginghttps://staging.pixusglobal.com
The Staging environment is currently under maintenance and may be unstable.
All routes require authentication via Bearer token in the Authorization header.

Rate limits

The API does not enforce explicit rate limiting at this time, but we recommend:
  • Maximum 10 requests per second for quotes
  • Maximum 2 orders per second
  • Respect the quote expiration interval (5 seconds)