go-wallet
  1. work
go-wallet
  • go-solana
    • 转账接口
      POST
    • token转账
      POST
    • 部署token
      POST
    • 部署token通过cli
      POST
    • 查找交易通过hash
      GET
    • 通过地址查询交易
      POST
    • 2022token转账
      POST
  • simple-bank
    • 存取款接口
      POST
    • 转账
      POST
    • 获得账户信息
      GET
    • 获得tx的历史记录
      GET
    • 获得用户的所有账户
      GET
    • 创建账户
      POST
  • work
    • getPriceLive
      POST
    • 未命名接口
      GET
  • 未命名接口
    POST
  • 未命名接口
    POST
  1. work

getPriceLive

开发中
POST
http://172.25.183.151:14070/internal/currency_rate

请求参数

Query 参数
brand
string 
必需
示例值:
BYD
type
string 
必需
示例值:
1
source
string 
必需
示例值:
BNB
target
string 
必需
示例值:
USDT
uid
string 
必需
Header 参数
Content-Type
string 
必需
示例值:
application/json

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://172.25.183.151:14070/internal/currency_rate?brand=BYD&type=1&source=BNB&target=USDT&uid' \
--header 'Content-Type: application/json' \
--data-raw ''

返回响应

🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-03-17 08:38:22
上一页
创建账户
下一页
未命名接口
Built with