Balance
In this section, you will learn which actions you can perform with your balance
Get balance
This request retrieves the available balance of your personal account.
GET
https://proxy-seller.com/personal/api/v1/{YourApiKey}/balance/get
Example:
Path parameters:
Authorization
<Your_API_Key>
Your personal API key
Response:
Replenish balance
This request allows you to replenish your balance.
POST
https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/balance/add
Example:
Path parameters:
Authorization
<Your_API_Key>
Your personal API key
Request body:
summ
Number
The amount you want to replenish
paymentId
Number
The ID of the payment method you selected from the list below
Response:
Payment systems
This request shows you available payment systems for replenishing your balance.
GET
https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/balance/payments/list
Example:
Path parameters:
Authorization
<Your_API_Key>
Your personal API key
Response:
Last updated