Get User Profile
Access detailed user information profile, twitter,key info of specific addresses.
https://api.newbitcoincity.com/api/nbc-keys/profile/v3Parameters
Name
Value
Required
Description
Sample code for getting data from this API.
let { data } = await axios.get
("https://api.newbitcoincity.com/api/nbc-keys/profile/v3?network=nos&player_address=0x848f0dccf5cc9810d262a61d41276dfbaa98d34c");
console.log("profile",data)Last updated