Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.blockscout.com/{chain_id}/api/v2/shibarium/deposits/count \ --header 'Authorization: Bearer <token>'
1
Retrieves the total count of completed Shibarium deposits.
API key passed as a Bearer token in the Authorization header.
The ID of the blockchain
Number of items in the deposits list.
The response is of type integer.
integer
x >= 0
Was this page helpful?