EN
/
USD
EN RU
USD
BTC
1 online
AbuShaheer: Welcome
Marcus: AbuShaheer, thank you so much seemed to of solved my problem
AbuShaheer: Your IP is not stable, if your IP changes the site will log you out. Use VPN if you need a stable IP
Marcus: AbuShaheer, To perform this operation, need to authorization on site2024-03-13 10:22:01 thanks for help
AbuShaheer: Marcus, what's the error?
Marcus: AbuShaheer,
Marcus: Hey I’m having trouble buying on spot trade it don’t let me buy thanks if u can help
AbuShaheer: We're thrilled to introduce a special discount offer tailored just for you based on your Pakcoin holdings. Starting from a minimum available balance of 1000 Pakcoin in your account, you'll be eligible for a fantastic discount of 10%! But wait, it gets even better – as your Pakcoin balance increases, so does your discount, with a maximum discount of a whopping 90% when your Pakcoin balance reaches 10,000 PAK or more. Don't miss out on this incredible opportunity
LPPAKUSDT10000: Yes, doge will be listed if there are more voters and votes. Right now AUR has top voter and votes
patchfree67: Is there any chance for Listing DOGE?
LPPAKUSDT10000: Hi
patchfree67: hi
AbuShaheer: Watch this to understand youtu.be/M7Pj7ZYEEUM?si=yaoPevZvLhVj-x1z
Pyrrhura: how does the p2p trading work?
AbuShaheer: if you face any errors, or mistakes, kindly report to our telegram channel for timely resolution.
AbuShaheer: Our telegram : t.me/mubadilofficial
AbuShaheer: Our twitter : x.com/mubadilex
AbuShaheer: hello all
GTX1024: 1
GTX1024: hi
AbuShaheer: there
AbuShaheer: hello
GTX1024: AbuShaheer, yes
AbuShaheer: GTX1024, there?
AbuShaheer: GTX1024, there?
GTX1024: AbuShaheer, ok
AbuShaheer: working
AbuShaheer: good
GTX1024: hello :)
AbuShaheer: hi
GTX1024: hi
GTX1024: hello
Documentation API v3

Public market

Public pool

Private market

Private pool

Private account

Method:

GET /api/v3/market_data/

This method allows fetching market data on spot markets.

Parameters:

pair (market ticker) optional
- multiple markets can be specified separated by commas
- examples: btc_usdt or btc_usdt,eth_usdt
- default is all markets

PHP Request Example:

$base_url = 'https://Mubadil.com';
$method = '/api/v3/market_data/';
$param['pair'] = 'btc_usdt,eth_usdt';
$params = '?'.http_build_query($param);
$ch = curl_init($base_url.$method.$params);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result = curl_exec($ch);
curl_close($ch);

The above example will return market data only for the BTC/USDT and ETH/USDT markets.

Return:

{
  "result":"success",
  "list":{
    "btc_usdt":{
      "price":,
      "low":,
      "high":,
      "ask":,
      "bid":,
      "trend":,
      "offer":,
      "liquidity":,       
      "asset_1_volume":,
      "asset_2_volume":,
      "traders":,
      "trades":,
      "timestamp": 
    },
    ...
  }            
}

Description:

list - list of markets
price - last price
low - minimum price over 24 hours
high - maximum price over 24 hours
ask - best sell price
bid - best buy price
trend - price change over 24 hours
offer - total offer
liquidity - total liquidity
asset_1_volume - primary volume over 24 hours
asset_2_volume - secondary volume over 24 hours
traders - active traders over 24 hours
traders - executed trades over 24 hours
timestamp - data update timestamp
Development
Community
1 9 users Chat