curl --location --request GET 'https://nostrapi.com/api/v1/account/[email protected]' \
--header 'Content-Type: application/json' \
--header 'apikey: <YOUR_KEY_HERE>'
{
"success": true,
"message": "Successfully fetched [email protected] pubkey profile stats",
"data": {
"pubkey": "1b11ed41e815234599a52050a6a40c79bdd3bfa3d65e5d4a2c8d626698835d6d",
"stats": {
"followers": 2,
"following": 325,
"postCount": 618,
"repostCount": 266
},
"zaps": {
"totalMsatsSent": 986859000,
"totalCountSent": 65,
"maxMsatsSent": 500000000,
"minMsatsSent": 100000,
"totalMsatsReceived": 182229000,
"totalCountReceived": 292,
"maxMsatsReceived": 50000000,
"minMsatsReceived": 10000
}
}
}
Get general network stats about this Nostr account including follower count and Zaps
curl --location --request GET 'https://nostrapi.com/api/v1/account/[email protected]' \
--header 'Content-Type: application/json' \
--header 'apikey: <YOUR_KEY_HERE>'
{
"success": true,
"message": "Successfully fetched [email protected] pubkey profile stats",
"data": {
"pubkey": "1b11ed41e815234599a52050a6a40c79bdd3bfa3d65e5d4a2c8d626698835d6d",
"stats": {
"followers": 2,
"following": 325,
"postCount": 618,
"repostCount": 266
},
"zaps": {
"totalMsatsSent": 986859000,
"totalCountSent": 65,
"maxMsatsSent": 500000000,
"minMsatsSent": 100000,
"totalMsatsReceived": 182229000,
"totalCountReceived": 292,
"maxMsatsReceived": 50000000,
"minMsatsReceived": 10000
}
}
}
true if successful, false if not.Show Toggle
Show Toggle
curl --location --request GET 'https://nostrapi.com/api/v1/account/[email protected]' \
--header 'Content-Type: application/json' \
--header 'apikey: <YOUR_KEY_HERE>'
{
"success": true,
"message": "Successfully fetched [email protected] pubkey profile stats",
"data": {
"pubkey": "1b11ed41e815234599a52050a6a40c79bdd3bfa3d65e5d4a2c8d626698835d6d",
"stats": {
"followers": 2,
"following": 325,
"postCount": 618,
"repostCount": 266
},
"zaps": {
"totalMsatsSent": 986859000,
"totalCountSent": 65,
"maxMsatsSent": 500000000,
"minMsatsSent": 100000,
"totalMsatsReceived": 182229000,
"totalCountReceived": 292,
"maxMsatsReceived": 50000000,
"minMsatsReceived": 10000
}
}
}