Get Bull Bear Detail

Get bull bear detail by event id

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

Parameters

Name
Value
Required
Description
event_id

1765

*

bull bear event id

Sample code for getting data from this API.

Return bull bear game data

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

Last updated