Endpoint | Purpose |
---|---|
POST /v1/user/balances/crypto-and-fiat | Create and manage freelancer accounts |
POST /v1/transfer | Distribute payments instantly from your partner balance to freelancers |
POST /v1/crypto-withdrawal | Process crypto payouts to external wallets |
POST /v1/sepa-transfer | Enable freelancers to withdraw funds to their bank accounts |
POST /v1/card/virtual | Issue virtual cards for freelancers to spend their earnings directly |
Endpoint | Purpose |
---|---|
POST /v1/order/lock-rate | Lock the exchange rate for a specific fiat amount (e.g., 100 EUR) and a chosen cryptocurrency |
POST /v1/order | Create a formal order using the lockId to guarantee the rate |
GET /v1/order/details/{orderId} | Track the order status and retrieve the unique payment wallet address to display to your customer |
Webhooks | Receive real-time notifications about the order status (WAITING_FOR_CONFIRMATION, COMPLETED, etc.) |
GET /v1/partner/balances
.GET /v1/partner/get-lock
to secure all current exchange rates for 60 seconds.POST /v1/partner/exchange
.