获取余额

SwaggerUI

参数说明

Request

name type required desc example
param JSONObject YES 参数
─epayAccount string YES 您的EPAY账号 test2020@epay.com
─version string YES 版本号 V2.0.0
currency string NO 币种 EUR
sign string YES 签名

Response

name type required desc example
sign string YES 签名
epayAccount string YES 您的EPAY账号 test2020@epay.com
version string YES 版本号 V2.0.0
code integer YES 状态码 1:成功 1
message string YES 提示 success
data array JSONarray 数据
currency string YES 币种 EUR
─balance string YES 余额 5313.61

参数示例

curl --location --request POST 'http://29597375fx.epaydev.xyz/capi/openapi/payoutApi/getBalance' \
--header 'Content-Type: application/json' \
--data-raw '{
  "param": {
    "epayAccount": "test2020@epay.com",
    "currency": "",
    "version": "V2.0.0"
  },
  "sign": "{{sign}}"
}'

RequestExample

curl --location --request POST 'http://29597375fx.epaydev.xyz/capi/openapi/payoutApi/getBalance' \
--header 'Content-Type: application/json' \
--data-raw '{
  "param": {
    "epayAccount": "test2020@epay.com",
    "currency": "",
    "version": "V2.0.0"
  },
  "sign": "{{sign}}"
}'

ResponseExample

{
  "sign": "",
  "epayAccount": "test2020@epay.com",
  "version": "V2.0.0",
  "code": 1,
  "message": "success",
  "data": [
    {
      "currency": "EUR",
      "balance": "5313.61"
    },
    {
      "currency": "GBP",
      "balance": "7520.88"
    },
    {
      "currency": "HKD",
      "balance": "24030.84"
    },
    {
      "currency": "JPY",
      "balance": "89.78"
    },
    {
      "currency": "USD",
      "balance": "128453.11"
    }
  ]
}

results matching ""

    No results matching ""