Skip to main content
GET
/
withdrawals
/
counters
Withdrawals counters
curl --request GET \
  --url 'https://api.blockscout.com/{chain_id}/api/v2/withdrawals/counters?apikey='
{
  "withdrawals_count": "<string>",
  "withdrawals_sum": "<string>"
}

Authorizations

apikey
string
query
required

API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/

Query Parameters

apikey
string
required

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)$