whalet-platform
  1. Balance
whalet-platform
  • Introduction
  • Shop Bind
    • Shop Account Bind
      POST
    • Shop Account Bind Query
      POST
  • Payment
    • Payment Apply
      POST
    • Payment Query
      POST
  • Trade Materials Upload
    • Trade Materials Upload
      POST
  • Balance
    • Balance Query
      POST
  • webhooks
    • Shop Account Bind Notify
      POST
    • Bulk Payments Received Notify
      POST
    • Payment Apply Notify
      POST
  1. Balance

Balance Query

开发中
POST
/v1/platform/balanceQuery

请求参数

Body 参数application/json

示例
{
    "currency": "string"
}

返回响应

🟢200成功
application/json
Body

示例
{
    "balances": [
        {
            "currency": "string",
            "balance": "string"
        }
    ]
}
上一页
Trade Materials Upload
下一页
Shop Account Bind Notify
Built with