POST /v1/user/balances/crypto-and-fiat
- Create and manage freelancer accounts.POST /v1/transfer
- Distribute payments instantly from your partner balance.POST /v1/crypto-withdrawal
- Process crypto payouts to external wallets.POST /v1/exchange
- Convert currencies at real-time market rates.// Example webhook payload for a new crypto deposit
{
"externalUserId": "8bdd8c8a-e9b7-475e-9690-8a34e8b78dab",
"cryptoDepositId": "facc5951-bdc8-46bc-a01c-9b36f25be6af",
"amount": 0.001,
"currency": "eth",
"status": "SUCCESSFUL",
"transactionHash": "0x10d5bd4367fd6623a16f56889abb3bb2352b8ea7df7b21537f1fc56fc2d07a87",
"createdAt": "2025-03-20T11:34:37.646Z"
}