Get List Bull Bear (Mr Market)

Get list game bull bear by filter

https://api.newbitcoincity.com/api/alpha-keys/bull-bear/list

Parameters

Name
Value
Required
Description

player_address

0x848f0dccf5cc9810d262a61d41276dfbaa98d34c

Address user

network

nos

chain network

is_pass_token

true,false

Pass token?

status

done, refunded, expired, running

game status

Sample code for getting data from this API.

Return list bull bear game data

let { data } = await axios.get
("https://api.newbitcoincity.com/api/alpha-keys/bull-bear/list");
 console.log("list bull bear",data)

Last updated