/app/rfq

基于加密货币的金额询价

使用加密货币数量获取指示性报价(例如,卖出 0.345 BTC 可获得多少美元?)。

注意

RFQ 是 "Request for Quote"(报价请求)的缩写。


查询参数说明

参数名类型必填默认值说明可选值/枚举
pairstringBTCUSD交易对-
sidestringbuy交易方向buy, sell
quantitystring1交易数量-
typestringbank交易类型card, bank, ach
networkstring-网络类型-
fee_formatstring-费用格式3.0, 3.1

说明:

  • quantity 字段使用字符串类型以确保数值精度
  • type 字段指定支付或结算渠道类型
  • fee_format 用于指定费用计算和显示的格式版本
Query Params
string
required
Defaults to BTCUSD

交易对,默认BTCUSD

string
required
Defaults to buy

buy 或者 sell

string
required
Defaults to 1

默认1

string
enum
Defaults to bank
Allowed:
string
string
enum
Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json