Account
Account operations — deposit, withdraw, transactions, and fiat on-ramp.
The Account API provides account operations — deposit, withdraw, transactions, and fiat on-ramp.
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /api/v1/account/deposit | Bearer | Deposit crypto |
| POST | /api/v1/account/external-deposit | Bearer | Confirm external wallet deposit |
| POST | /api/v1/account/withdraw | Bearer | Withdraw crypto |
| POST | /api/v1/account/fiat-onramp | Bearer | Initiate fiat onramp |
| GET | /api/v1/account/deposit-address | Bearer | Get sub-wallet deposit address |
| GET | /api/v1/account/withdraw/estimate-fee | Bearer | Estimate withdrawal network fee |
| GET | /api/v1/account/fiat-onramp/{sessionId} | Bearer | Get onramp session status |
| GET | /api/v1/account/transactions | Bearer | Get transaction history |
| GET | /api/v1/account/transactions/export | Bearer | Export transaction history as CSV |