API documentation for Bipa Infra - Crypto as a Service for Brazilian businesses.
This documentation is built with Mintlify and covers the complete Bipa Infra API:
- Customers - Manage end-users (individuals and businesses)
- Pix - Brazil's instant payment system integration
- Quotes - Real-time currency conversion quotes
- On-chain - USDT and Bitcoin blockchain transfers
- Balances - Account balances and transaction history
Install the Mintlify CLI:
npm i -g mintlifyRun the development server:
mintlify devThe documentation will be available at http://localhost:3000.
docs/
├── introduction.mdx # Platform overview
├── authentication.mdx # API authentication
├── errors.mdx # Error handling
├── webhooks.mdx # Webhook integration
├── rate-limits.mdx # Rate limiting
├── api-reference/
│ ├── customers/ # Customer management
│ ├── pix/ # Pix payments
│ ├── quotes/ # Currency quotes
│ ├── onchain/ # On-chain transfers
│ └── balances/ # Balances & transactions
├── docs.json # Mintlify configuration
└── logo/ # Bipa logos
https://api.bipa.tech/v1
All API requests require Bearer token authentication:
curl https://api.bipa.tech/v1/customers \
-H "Authorization: Bearer bipa_live_sk_xxxxxxxxxxxx"- Bipa Infra - Product page
- Console - API key management
- Support - Technical support
Copyright © 2024 Bipa. All rights reserved.