To request your balance, you need to make a GET request:
GET /rest/common/balance
In response, you will receive:
{ "error":0,
"errorDescription":"No errors",
"amount":"-0.2800005",
"currency":"EUR",
"limit":"10"
}
To request your balance, you need to make a GET request:
GET /rest/common/balance
In response, you will receive:
{ "error":0,
"errorDescription":"No errors",
"amount":"-0.2800005",
"currency":"EUR",
"limit":"10"
}
Comments
0 comments
Article is closed for comments.