Logo
Covalent API Documentation

getTokenHoldersChangesForTokenAddress

GET https://api.covalenthq.com/v1/:chainName/tokens/:tokenAddress/token_holders_changes/

Returns: TokenHoldersChangesResponse

{
  "token_holder" : "{{STRING}}",
  "prev_balance" : "{{INTEGER}}",
  "prev_block_height" : "{{STRING}}",
  "next_balance" : "{{INTEGER}}",
  "next_block_height" : "{{INTEGER}}",
  "diff" : "{{INTEGER}}"
}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X GET 'https://api.covalenthq.com/v1/:chainName/tokens/:tokenAddress/token_holders_changes/' -H 'Content-Type: application/json'

ENDPOINTS