Withdrawal
Withdrawal Process
1. Install the NPM Package
npm i @tanx-libs/tanx-connector2. Create an Instance
import { Client } from '@tanx-libs/tanx-connector';
// Create an instance with either testnet or mainnet
const client = new Client();
// or
const client = new Client('testnet'); // default is mainnetWithdrawal Options
1. Normal Withdrawal
Normal Withdrawal Process:
Get a List of Normal Withdrawals:
2. Fast Withdrawal
Get a List of Fast Withdrawals:
Last updated