GET
/api/fx_obasic 去调试
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| fx_code | str | 否 | 外汇代码 |
| exchange | str | 否 | 交易商 |
| trading_hours | str | 否 | 交易时间 |
| 字段名 | 类型 | 说明 | 默认展示 |
|---|---|---|---|
| fx_code | str | 外汇代码 | 是 |
| name | str | 名称 | 是 |
| classify | str | 分类 | 是 |
| exchange | str | 交易商 | 是 |
| min_unit | float | 最小交易单位 | 是 |
| max_unit | float | 最大交易单位 | 是 |
| pip | float | 点 | 是 |
| pip_cost | float | 点值 | 是 |
| traget_spread | float | 目标差价 | 是 |
| min_stop_distance | float | 最小止损距离(点子) | 是 |
| trading_hours | str | 交易时间 | 是 |
| break_time | str | 休市时间 | 是 |
{
"msg": "ok",
"code": 0,
"data": [
{
"pip": 1.0e-5,
"name": "澳元加元",
"fx_code": "AUDCAD.FXCM",
"classify": "FX",
"exchange": "FXCM",
"max_unit": null,
"min_unit": 1,
"pip_cost": null,
"break_time": null,
"trading_hours": " Sun 17.00 - Fri 16.55",
"traget_spread": null,
"min_stop_distance": null
},
{
"pip": 1.0e-5,
"name": "澳元瑞士法郎",
"fx_code": "AUDCHF.FXCM",
"classify": "FX",
"exchange": "FXCM",
"max_unit": null,
"min_unit": 1,
"pip_cost": null,
"break_time": null,
"trading_hours": " Sun 17.00 - Fri 16.55",
"traget_spread": null,
"min_stop_distance": null
}
],
"count": 2
}