Get User Profile
Access detailed user information profile, twitter,key info of specific addresses.
https://api.newbitcoincity.com/api/nbc-keys/profile/v3
Parameters
Name
Value
Required
Description
network
default = nos
*
System network
player_address
0xd8A4C446E9845E9A3E670fc10A60Fd7a76bD5048
*
string address of user
Sample code for getting data from this API.
Return user profile information
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