/
BI
binibit
/
WebApp
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 22h ago · Updated 22h ago
Details
Filter operations
ApiAffiliate
16
ApiApiKeys
3
ApiAvatars
4
ApiBananatechWebhook
1
ApiBiniChainConnect
1
ApiChat
1
ApiClientLogs
1
ApiCurrencies
2
ApiCurrencyListings
24
ApiCurrencyOfferings
6
ApiCurrencyPairs
6
ApiDeals
5
ApiExternalPayments
5
ApiFaq
1
ApiFinance
21
get
Get UserDeals / Refills / Withdrawals
get
Get user's deposits and withdrawals list
get
/api/finance/transactions/{txId}
get
Get user's cash deposits and withdrawals active count
get
Get user balances
get
Get information for deposit
post
/api/deposits/cash
delete
/api/deposits/cash/{id}
post
Calculate withdrawal commission
get
/api/withdrawals/limits
post
Send withdrawal 2FA code to user email
post
Withdraw money
get
/api/withdrawals/{id}
delete
/api/withdrawals/{id}
get
/api/withdrawals/by-transaction-id/{transactionId}
get
When user creates new cash deposit or cash withdrawal, they see public id before creation
get
/api/withdrawals/2fa/status
get
/api/internal-transfer/2fa/status
post
Send internal transfer 2FA code to user email
get
Lookup internal transfer recipient by UID (PublicId)
post
Send internal transfer to another user by UID
ApiFutures
23
ApiHealthcheck
3
ApiHelpdeskFiles
2
ApiHelpdeskTickets
6
ApiMobileApps
2
ApiNews
2
ApiOrders
15
ApiP2P
55
ApiPaymentCards
18
ApiQuestionnaires
3
ApiStaking
6
ApiStakingAffiliate
8
ApiSupportTelegram
2
ApiTelegramLink
5
ApiTwoFA
1
ApiUser
8
ApiVerificationSumsub
2
ApiFinance
Withdraw money
post
/api/withdrawal
Request body
WithdrawalRequest
required
withdrawalType
0
|
10
|
20
|
30
|
40
|
50
|
60
userId
string
nullable
address
string
nullable
addressPublicKey
string
nullable
memo
string
nullable
amount
number
double
currencyCode
string
required
adapterCode
string
nullable
bankCard
WithdrawalBankCard
authCode
string
nullable
emailAuthCode
string
nullable
publicId
string
nullable
Response
Success
Changes