BTCoinmt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
866 B

<?php
/*
* @Descripttion:
* @version:
* @Author: GuaPi
* @Date: 2021-07-29 10:40:46
* @LastEditors: GuaPi
* @LastEditTime: 2021-08-14 10:26:53
*/
return [
'labels' => [
'InsideTradePair' => '交易对',
'inside-trade-pair' => '交易对'
],
'fields' => [
'pair_name' => '交易对名称',
'symbol' => '交易对',
'quote_coin_name' => '报价货币',
'quote_coin_id' => '报价货币',
'base_coin_name' => '币种',
'base_coin_id' => '币种',
'qty_decimals' => '交易量精度',
'price_decimals' => '价格精度',
'min_qty' => '最小交易量',
'min_total' => '最小交易额',
'status' => '状态',
'trade_status' => '交易状态',
'sort' => '排序',
'pair_id' => '交易对ID'
],
'options' => [],
];