平衡
终点:
该请求可检索您个人账户的可用余额。
GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/balance/get
路径参数
名称 | 价值 | 说明 |
|---|---|---|
授权 |
| 您的个人应用程序接口密钥 |
示例
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/balance/get回应
{
"status": "success",
"data": {
"summ": 10
},
"errors": []
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Error api key",
"code": 503,
"customData": null
},
{
"message": "IP not allowed",
"code": 503,
"customData": null
},
{
"message": "Request limit reached",
"code": 503,
"customData": null
}
]
}补充平衡
该请求允许您补充余额。
POSThttps://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/balance/add
路径参数
名称 | 价值 | 说明 |
|---|---|---|
授权 |
| 您的个人应用程序接口密钥 |
请求正文
名称 | 类型 | 说明 |
|---|---|---|
和 | 数量 | 您要补充的数量 |
付款标识 | 数量 | 您从以下列表中选择的付款方式的 ID |
示例
https://proxy-seller.com/personal/api/v1/{YourApiKey}/balance/add回应
{
"status": "success",
"data": {
"url": "https://proxy-seller.com/personal/pay/?ORDER_ID=595PAYMENT"
},
"errors": []
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Set existed [paymentId]",
"code": 0,
"customData": null
}
]
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Set [summ > 1]",
"code": 0,
"customData": null
}
]
}支付系统
该请求将向您显示用于补充余额的可用支付系统。
GEThttps://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/balance/payments/list
路径参数
名称 | 价值 | 说明 |
|---|---|---|
授权 |
| 您的个人应用程序接口密钥 |
示例
https://proxy-seller.com/personal/api/v1/{YourApiKey}/balance/payments/list回应
{
"status": "success",
"data": {
"items": [
{
"id": "29",
"name": "PayPal"
},
{
"id": "30",
"name": "Visa / MasterCard"
},
{
"id": "41",
"name": "USDT (TRC-20)"
},
{
"id": "38",
"name": "USDT, USDC (ERC20)"
},
{
"id": "40",
"name": "BUSD, BNB, USDC"
},
{
"id": "39",
"name": "TRX, TON, Matic, CGPT"
},
{
"id": "45",
"name": "BTC, BCH, LTC"
},
{
"id": "26",
"name": "BUSD BNB XRP ZEC DASH (>10 usd)"
},
{
"id": "35",
"name": "Binance"
},
{
"id": "37",
"name": "Visa / MasterCard (solidgate)"
},
{
"id": "33",
"name": "Advcash, Nixmoney"
}
]
},
"errors": []
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Error api key",
"code": 503,
"customData": null
},
{
"message": "IP not allowed",
"code": 503,
"customData": null
},
{
"message": "Request limit reached",
"code": 503,
"customData": null
}
]
}