Get Number Tweet Post Comment

Get number post, comment by user address

https://api.newbitcoincity.com/api/tweet/total-post-comment

Parameters

Name
Value
Required
Description

address

0x848f0dccf5cc9810d262a61d41276dfbaa98d34c

*

Address user

Sample code for getting data from this API.

Return number post, comment if address user valid

let { data } = await axios.get
("https://api.newbitcoincity.com/api/tweet/total-post-comment?address=0x848f0dccf5cc9810d262a61d41276dfbaa98d34c");
 console.log("Post Comment",data)

Last updated