🔑
New Bitcoin City Developers
  • Keys API
    • Get Top Key Holders
    • Search Key Holders
    • Track New Key Holders
    • Get Trade History Data
    • Get Trade History by Address
    • Get Chart Key by Address
    • Get Chart Token by Address
    • Get List Token Balance by Address
    • Get User Profile
    • Get Tweet Like Retweet
    • Get Number Tweet Post Comment
    • Get List Bull Bear (Mr Market)
    • Get Bull Bear Detail
    • Get List Raffle
    • Get Raffle Detail
    • Get List Spin Wheel
    • Get Spin Wheel Detail
  • Keys Contract Interaction
    • Get Keys Holding by User
    • Get Buying Price
    • Get Selling Price
    • Buy Key
    • Sell Key
    • Estimate Swap Key
    • Execute Swap Key
    • Multicall
    • Staking Open
    • Staking Close
    • Staking Order Create
    • Staking Order Close
  • PlaceHolder Chrome Extension
  • Prompts
  • Demo site
    • Demo
Powered by GitBook
On this page
  • Parameters
  • Sample code for getting data from this API.
  1. Keys API

Get Raffle Detail

Get raffle detail by event id

https://api.newbitcoincity.com/api/alpha-keys/report/raffle/:event_id

Parameters

Name
Value
Required
Description
event_id
456

*

raffle event id

Sample code for getting data from this API.

Return raffle game data

let { data } = await axios.get
("https://api.newbitcoincity.com/api/alpha-keys/report/raffle/456");
 console.log("game raffle detail",data)
PreviousGet List RaffleNextGet List Spin Wheel

Last updated 1 year ago