Bitycle Business
Turkish
  • English
  • Turkish
  1. Hizmet Olarak Cüzdan (WaaS)
Bitycle Business
Turkish
  • English
  • Turkish
  • Başlangıç
  • Bitycle Bileşeni
    • Giriş
    • demo
    • Bileşenler
      • İleri Düzey Grafik
      • Tam Grafik
      • Genel Bakış Grafiği
      • Korku & Açgözlülük
      • Teknik Analiz
      • Mini Grafik
      • Trendler
      • Karşılaştır
      • Treemap (Alan Haritası)
      • Borsa Ticker’ı
      • Özet (Yapay Zekâ)
      • Haberler
      • Bilgi
  • Bitycle Laboratuvarı
    • Giriş
    • Hizmet Olarak Cüzdan (WaaS)
      • Giriş
      • Request wallet (temporary)
        POST
      • Request wallet (permanent)
        POST
      • Callback new payment
        POST
      • Inquiry payment with trxRefId
        POST
      • Inquiry payment without trxRefId
        POST
    • Blokzincir İndeksleyici
      • Giriş
      • Get Balances
      • Contract Info
      • Blockchain List
    • Güvenlik & Gizlilik
      • Giriş
      • Check Blocked Wallets
      • Add to watch list
      • Get watch list
      • Get address label
      • Delete from watch list
    • Hizmet Olarak Düğüm (NaaS)
      • Giriş
    • Tokenleştirme
      • Giriş
    • Merkeziyetsiz Depolama (IPFS)
      • Giriş
    • Hyperledger Hizmetleri
      • Giriş
  • Bitycle Şapka
    • Giriş
    • Paralar
      • Giriş
      • Coin Info
      • Coin List
      • coin exchange listings
      • Coin Price
    • Pazarlar
      • Giriş
      • market sparklines
      • Markets List
      • Markets Price
      • Market Info
    • Borsalar
      • Giriş
      • CEX Toplayıcı (Alış & Satış)
        • Giriş
        • get tradable markets
        • get tradable markets price
        • get orders
        • get balances
        • send otc order
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Hizmet Olarak Cüzdan (WaaS)

Request wallet (permanent)

POST
/pg/v1/vip/requestPay
Receiving a permanent wallet. permanent means we watch the wallet forever. this service is usefull for exchanges as the users wallets must remain same all the times.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://chainhub.bitycle.com/pg/v1/vip/requestPay' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "description": "Hello",
    "callback_url": "https://mysite.ir/callback/",
    "token": "POL",
    "nounce": 1000001
}'
Response Response Example
{
    "terminalId": 100001,
    "token": "POL",
    "addresses": [
        {
            "address": "0x0Af8e9cc82ed86BA382C2CeBb08DCA4F7809018c",
            "displayName": "POL",
            "chainId": "1801",
            "chainName": "Amoy"
        },
        {
            "address": "0x0Af8e9cc82ed86BA382C2CeBb08DCA4F7809018c",
            "displayName": "POL",
            "chainId": "1137",
            "chainName": "Polygon"
        },
        {
            "address": "0x0Af8e9cc82ed86BA382C2CeBb08DCA4F7809018c",
            "displayName": "POL",
            "chainId": "1001",
            "chainName": "Ethereum"
        }
    ]
}
Modified at 2025-09-10 19:45:09
Previous
Request wallet (temporary)
Next
Callback new payment
Built with