Balance
In this section, you will learn which actions you can perform with your balance
Endpoint:
This request retrieves the available balance of your personal account.
GET
https://proxy-seller.com/personal/api/v1/{YourApiKey}/balance/get
Example:
Response:
Path parameters:
Authorization
<Your_API_Key>
Your personal API key
Replenish balance
This request allows you to replenish your balance.
POST
https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/balance/add
Example:
Response:
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
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:
Response:
Path parameters:
Authorization
<Your_API_Key>
Your personal API key
Last updated