Bitycle Business
English
  • English
  • Turkish
  1. Wallet as a Service(WaaS)
Bitycle Business
English
  • English
  • Turkish
  • Getting started
  • Bitycle Widget
    • introduction
    • demo
    • widgets
      • Advance Chart
      • Full Chart
      • Overview Chart
      • Fear & Greed
      • Technical Analysis
      • Mini Chart
      • Trends
      • Compare
      • Treemap
      • Ticker
      • Digest(AI)
      • News
      • Info
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • Introduction
      • Request wallet (temporary)
        POST
      • Request wallet (permanent)
        POST
      • Callback new payment
        POST
      • Inquiry payment with trxRefId
        POST
      • Inquiry payment without trxRefId
        POST
      • withdraw service
        POST
      • Buy Energy on TRON Network
        POST
    • Blockchain Indexer
      • introduction
      • Blockchain List
      • Contract Info
      • Get Balances
    • Security&Privacy
      • introduction
      • Check Blocked Wallets
      • Add to watch list
      • Get watch list
      • Delete from watch list
      • Get address label
      • Get address information
    • Node as a Service(NaaS)
      • introduction
    • Tokenization
      • introduction
    • Decentralized Storage(IPFS)
      • introduction
    • Hyperledger Services
      • introduction
  • Bitycle Cap
    • introduction
    • Coins
      • introduction
      • Coin List
      • Coin Info
      • Coin Price
      • coin exchange listings
    • Markets
      • introduction
      • Market Price
      • Markets Price
      • Markets List
      • Market Info
      • market sparklines
    • exchanges
      • introduction
      • CEX Aggregator(Buy&Sell)
        • introduction
        • get tradable markets
        • get tradable markets price
        • send otc order
        • get orders
        • get balances
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Wallet as a Service(WaaS)

withdraw service

Developing
POST
/v1/webservice/withdraw
const apiKey = '1858347....bf7471d4d';
const secreteKey = 'b1204.....1a08349888';
const timestamp = Date.now();
const merchantCode = '164ffc....8250c8';
const amount = '1'
const token = 'USDT';
const walletAddress = '0xFB0F6327214b54C3Cdd60827F9de7b5c81222cAc';
const signature = crypto.createHmac("sha256",secreteKey).update(apiKey{merchantCode}timestamp{amount}token{walletAddress}).digest("hex");

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://chainhub.bitycle.com/v1/webservice/withdraw' \
--header 'x-api-key: apiKey' \
--header 'x-timestamp: timestamp' \
--header 'x-signature: signature' \
--header 'Content-Type: application/json' \
--data-raw '{
        type:'\''webservice'\'',
        amount: amount,
        description:"Widthraw fund from account description",
        token: "USDT",
        walletAddress: walletAddress,
        chain:"BSC"
    }'
Response Response Example
{}
Modified at 2025-10-18 19:36:36
Previous
Inquiry payment without trxRefId
Next
Buy Energy on TRON Network
Built with