For AI agents: visit https://doc.futurepay.global/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
端点目标 URL
| 字段名称 | 必填 | 类 型 | 描述 |
|---|
direction | M | int | 指定买入卖出 0:指定买入 1:指定卖出 |
buyCcy | M | String | 买入币种 |
sellCcy | M | string | 卖出币种 |
| 字段名 | 类型 | 说明 |
|---|
sellCcy | String | 卖出币种 |
buyCcy | String | 买入币种 |
rate | BigDecimal | 汇率 |
expireTime | Long | 过期时间 单位时间戳 秒 |
{
"direction": 1,
"sellCcy": "USD",
"buyCcy": "CNH"
}
{
"code": "0",
"msg": "succeeded",
"serverTime": 1763113556851,
"data": {
"sellCcy":"USD",
"buyCcy":"CNH",
"rate": 7.0000000000,
"expireTime":1763113556851
},
"success": true
}