REST API
Programmatic payouts, organizations, balances, and rates.
A REST API for programmable payouts — signed webhooks, idempotency, cursor pagination, a full sandbox, and clear documentation.
curl https://api.caibo.ca/v1/payouts \
-H "Authorization: Bearer sk_test_..." \
-H "Idempotency-Key: b1f4e0a9-2c7d-4f9a" \
-d amount="500.00" \
-d asset="USDC" \
-d network="polygon" \
-d destination="0x9f4c...a2e1"Platform
Programmatic payouts, organizations, balances, and rates.
HMAC-signed events as payouts move, with idempotency keys.
Separate test and live keys with granular scopes.
Integrate end to end without moving real money.
Documentation
Guides and a complete API reference for every endpoint, object, and webhook event.