VeztaVezta

Account

Account operations — deposit, withdraw, transactions, and fiat on-ramp.

The Account API provides account operations — deposit, withdraw, transactions, and fiat on-ramp.

Endpoints

MethodPathAuthDescription
POST/api/v1/account/depositBearerDeposit crypto
POST/api/v1/account/external-depositBearerConfirm external wallet deposit
POST/api/v1/account/withdrawBearerWithdraw crypto
POST/api/v1/account/fiat-onrampBearerInitiate fiat onramp
GET/api/v1/account/deposit-addressBearerGet sub-wallet deposit address
GET/api/v1/account/withdraw/estimate-feeBearerEstimate withdrawal network fee
GET/api/v1/account/fiat-onramp/{sessionId}BearerGet onramp session status
GET/api/v1/account/transactionsBearerGet transaction history
GET/api/v1/account/transactions/exportBearerExport transaction history as CSV

On this page