Skip to main content
GET
/
v2
/
withdrawals
/
counters
Withdrawals counters
curl --request GET \
  --url http://localhost/api/v2/withdrawals/counters
{
  "withdrawals_count": "<string>",
  "withdrawals_sum": "<string>"
}

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Withdrawals counters.

withdrawals_count
string
required
Pattern: ^-?([1-9][0-9]*|0)$
withdrawals_sum
string
required
Pattern: ^-?([1-9][0-9]*|0)$