🌐 Base URLs
- Production
- Testnet
🔑 Authentication
All requests must include your API key in the Authorization header:📚 Core APIs
Stablecoin API
Issue, redeem, and transfer ssUSD stablecoinsKey Endpoints:
POST /stablecoin/issuePOST /stablecoin/redeemPOST /stablecoin/transferGET /stablecoin/balance
Payments API
Process payments and handle transactionsKey Endpoints:
POST /payments/createGET /payments/{id}POST /payments/refundGET /payments/list
Orders API
Manage e-commerce orders and fulfillmentKey Endpoints:
POST /orders/createPATCH /orders/{id}POST /orders/{id}/fulfillGET /orders/list
Finance API
Trade finance, factoring, and lendingKey Endpoints:
POST /finance/invoices/factorPOST /finance/po/financePOST /finance/loans/createGET /finance/options
AI Agents API
Deploy and manage autonomous agentsKey Endpoints:
POST /agents/createPOST /agents/{id}/executeGET /agents/{id}/activityPATCH /agents/{id}/config
Global Commerce API
Cross-border trade and complianceKey Endpoints:
POST /global/orders/createPOST /global/compliance/checkGET /global/tax/calculatePOST /global/shipping/quote
🔧 Common Parameters
Pagination
Most list endpoints support pagination:
Example:
Filtering
List endpoints support filtering:Expanding Objects
Request nested objects in a single call:📨 Request Format
Headers
Request Body
All POST, PUT, and PATCH requests accept JSON:📤 Response Format
Success Response
Error Response
🔄 Idempotency
Ensure safe retries with idempotency keys:📊 Rate Limits
Rate limit headers:
🌍 CORS
The API supports CORS for browser-based requests:🔐 Security
API Key Types
Best Practices
- Never expose secret keys in client-side code
- Use HTTPS for all requests
- Verify webhooks with signature validation
- Implement retry logic with exponential backoff
- Monitor rate limits and implement caching
📡 Webhooks
Register webhooks to receive real-time events:🧪 Testing
Test Mode
Use test API keys to simulate transactions:- No real money movement
- Immediate transaction processing
- Special test card numbers available
Test Data
📱 SDK Support
Official SDKs available for:Node.js
Python
Go
🆘 Support Resources
API Status
Real-time API status and incidents
Postman Collection
Import our complete API collection
Discord Community
Get help from developers
Support Portal
Contact our support team