Getting started with the Stablecoin Issuance API
We're excited to announce that the Brale Stablecoin Issuance API is now available in all accounts. The API makes it easy for on and off-ramps and other third-party systems to programmatically mint and redeem stablecoins.
We've published a guide in the API docs that walks through creating API credentials and minting Glo Dollar on Stellar testnet using our Postman library in less than three minutes.
Stablecoins can be minted and redeemed through the API with USD or USDC on all supported blockchains, including Stellar, Solana, Base, Ethereum, Polygon, Avalanche, Celo, Optimism, and Arbitrum.
Here's the code to mint Glo Dollar on Base, funded by wire transfer.
POST https://api.brale.xyz/deployments/2CoiPeFVmUCiLcsEVo7YfH9CccI/mints
{
"data": {
"attributes": {
"amount": {
"currency": "USD",
"value": "100"
}
},
"relationships": {
"destination": {
"id": "2Tz5jks6WBNsvuUQFhk3nxFfnmb",
"type": "address"
}
},
"type": "order"
}
}
To get started, log in or sign up for an account and create API credentials on the settings page. We'd love to hear your feedback.
Follow the API docs to start testing
Discuss on
Contributors
- Jared DellittCTO