Bitycle Business
  1. Wallet as a Service(WaaS)
Bitycle Business
  • Getting started
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • introduction
      • request Wallet(Temporary)
        POST
      • request Wallet(Permanent)
        POST
      • inquiry payment
        POST
    • Blockchain Indexer
      • introduction
      • Blockchain List
      • Contract Info
      • Get Balances
    • Security&Privacy
      • introduction
      • Check USDT Wallets Blocked
      • Get USDT blocked History
    • 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 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)

request Wallet(Permanent)

POST
/pg/v1/vip/requestPay
vip
دریافت آدرس پرداخت برای مشتری (با شماره ترمینال مشخص)
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"
        }
    ]
}

Request

Header Params
Authorization
string 
required
Example:
{{labs_token}}
Body Params application/json
description
string 
required
callback_url
string 
required
token
string 
required
nounce
integer 
required
Examples

Responses

🟢200success
application/json
Body
terminalId
integer 
required
token
string 
required
addresses
array [object {4}] 
required
address
string 
required
displayName
string 
required
chainId
string 
required
chainName
string 
required
Previous
request Wallet(Temporary)
Next
inquiry payment
Built with