The bridge between Mexican pesos and crypto.
An institutional trading API for crypto markets, with fully managed SPEI rails for MXN deposits and payouts. Quote a price, submit an order — settlement and bank transfers are handled for you.
Pick your flow
Three end-to-end workflows cover every supported trade direction.
One representative call
Once you hold a JWT and a fresh quote, redeeming it is a single POST. The response gives you the deposit address to fund.
Trading API · POST /trade-order/
curl -X POST https://api.bitrus.com/api/v1/trade-order/ \
-H "Authorization: Bearer $BITRUS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"quote_id": "ad5f2fa3-7f1b-4d0c-9d81-1f2c3cba9c01",
"network": "POLYGON"
}'