Skip to main content

Wallet API

The Wallet API allows you to manage your Funding Account balances, handle deposits and withdrawals, and perform transfers between your accounts.

Overview

  • Funding Account: View balances of your funding wallet.
  • Deposit: Retrieve deposit addresses and deposit history.
  • Withdrawal: Submit withdrawal requests and view withdrawal history.
  • Transfer: Transfer assets between your Funding, Spot, and Contract accounts.

Authentication

All Wallet API endpoints are private and require authentication. You must include a valid Bearer Token in the Authorization header of your requests.

Authorization: Bearer <YOUR_ACCESS_TOKEN>

Please refer to the Authentication guide for more details on how to generate and use API keys.