Manage your cryptocurrency portfolio effortlessly in Kenya. Enjoy the best rates in the market, buy and sell with Kenyan shillings, and get fast payouts. Join now for seamless trading.
Busha Earn allows you to earn interest on dollar stablecoins saved in your Earn wallet. With Busha Earn, you can earn up to 7.5% APY. Interest is paid out daily and no lock-in period. Get Started with as low as 10 USDT.
curl -i -X POST \
https://api.busha.co/v1/quotes \
-H 'Authorization: Bearer YOUR_SECRET_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"source_currency": "BTC",
"target_currency": "BTC",
"source_amount": "0.0001",
"pay_in": {
"type": "address",
"network": "BTC"
}
}'
curl -i -X POST \
https://api.busha.co/v1/quotes \
-H 'Authorization: Bearer YOUR_SECRET_TOKEN' \
-H 'Content-Type: application/json' \
-H 'X-BU-PROFILE-ID: BUS_YOK8tp5Zga01qOKEsqp07' \
-d '{
"source_currency": "USDT",
"target_currency": "BTC",
"source_amount": "20"
}'
curl -i -X POST \
https://api.busha.co/v1/quotes \
-H 'Authorization: Bearer YOUR_SECRET_KEY' \
-H 'Content-Type: application/json' \
-d '{
"source_currency": "USDT",
"target_currency": "NGN",
"target_amount": "100",
"pay_out": {
"type": "bank_transfer",
"recipient_id": "677bbf9c7cf061f23784555a",
"profile_id": "BUS_tg6yujbZ3nMu5BLQkPGGO"
}
}'