Open Api

Search the Aladdin Exchange's trade summary by pair.

trading_pairs = Transaction coins are separated and pasted under the bar, respectively (to_coin)_(from_coin)

last_price = Price at the time of the last transaction.

lowest_ask = The lowest selling price.

highest_bid = The highest buying price.

base_volume = 'to_coin' trading volume registered in the market for the coin pair in 24 hours.

price_change_percent_24h = The percentage change in the price of the coin within 24 hours.

highest_price_24h = The highest price of the coin in 24 hours.

lowest_price_24h = The lowest price of the coin in 24 hours.

Provides information on Aladdin Exchange assets.

name = Full name of the coin.

can_withdraw = Current coin withdrawal availability.
( true = possible, false = impossible )


can_deposit = Current coin deposit availability.
( true = possible, false = impossible )


min_withdraw = Minimum number of withdrawals.

max_withdraw = Maximum number of withdrawals.
( 0 = No limit )


maker_fee = Fees incurred when taking at maker order.

taker_fee = Fees incurred when taking at taker order.

The following API is used to check the transaction list provided by Aladdin Exchange.

Transaction coins are separated and pasted under the bar, respectively 'to_coin'_'from_coin'.

last_price = Price for last transacted 'from_coin'.

base_volume = The number of 'to_coin' traded in the coin pair in 24 hours.

quote_volume = The number of 'from_coin' traded in the coin pair in 24 hours.

isFrozen = Whether coin pair trading is possible in the current market.
( 0 = possible, 1 = impossible )

Search the trading price of Aladdin Exchange.

timestamp = Time between confirmations of orders.
( UTC Timestamp )


bids = List of bids. ( number of coins, coin price )

asks = List of asks. ( number of coins, coin price )

Search transaction history of Aladdin Exchange.

trade_id = Unique id that can identify a transaction.

price = Last transaction price.

base_volume = The number of 'to_coin' concluded in the transaction.

quote_volume = The number of 'from_coin' concluded in the transaction.

timestamp = The time when the transaction occurred.
( UTC timestamp )


type = Current transaction type.
( buy = current transaction type is buying, sell = current transaction type is selling )