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
Authentication
Get your Bearer token to authenticate requests. See the authentication guide.
First quote
Make your first API call to get a quote. See the quickstart.
Environments
| Environment | Base URL |
|---|---|
| Production | https://api.pixusglobal.com |
| Staging | https://staging.pixusglobal.com |
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)