Home Products Services Support Staff Business Inquiry
Team-Nave
Gamble/Texas Hold'em Poker/Blackjack Software


Products

*Boat Racing services (API for GAMBLE-OS)

TELEBOAT-API
  Multi Platform(Windows / Macintosh / Linux / iOS / Android / anything)
TELEBOAT-API
Top | What is TELEBOAT-API | Function Overview | Requirements | Price | Purchase | Version Information | Download | Help | Q&A(Frequently Asked Questions) | Usage Restrictions

Normal Voting Function
[Access URL]
https://api.gamble-os.net/systems/tb-bet-br

[Parameters]
  • tncid=team-nave CLUB member ID
  • tncpw=team-nave CLUB password
  • uno=Internet voting: Subscriber number
  • pin=Internet voting: PIN number
  • ano=Internet Voting: Authentication Number
  • betcd="bet" fixed
  • money=Total amount voted (see below) (up to 9999999999)
  • buyeye=Buy data (see below)

  • [Vote Total Amount]
    If an amount is specified, voting will only be completed if the specified amount and the actual purchase amount match.
    Therefore, if the amount of the buy-in changes due to absence or other reasons, the voting will fail.
    If no amount is specified, voting will be completed automatically based on the total amount of the available combinations if there is no abnormality in the buy-in amount.

    [Buy-in data format]
    Date, Boat Racecourse code, race number, kind, method, amount, buy-in: Date, Boat Racecourse code, race number, kind, method, amount, buy-in: ....
  • Date: YYYYYMMDD (February 15, 2020 is 20200215) *Buy only on the day.
  • Boat Racecourse: Kiryu=01, Toda=02, Edogawa=03, Heiwajima=04, Tamagawa=05, Hamanako=06, Gamagori=07, Tokoname=08, Tsu=09, Mikuni=10, Biwako=11, Suminoe=12, Amagasaki=13, Naruto=14, Marugame=15, Kojima=16, Miyajima=17, Tokuyama=18, Shimonoseki=19, Wakamatsu =20, Ashiya=21, Fukuoka=22, Karatsu=23, Omura=24
  • Race number: Set the race number with 2 digits and 0 spaces (01 for race 1, 10 for race 10).
  • Kind: Win = TAN, Place-Show = FUKU, Quinella = NIFUKU, Exacta = NITAN, Quinella-Place = WIDE, Trifecta = SANTAN, Trio = SANFUKU
  • Method: Normal=NORMAL, Box=BOX, Wheel=WHEEL, 1st stream=WHEEL1, 2nd stream=WHEEL2, 3rd stream=WHEEL3, 1st and 2nd stream=WHEEL12, 1st and 3rd stream=WHEEL13, 2nd and 3rd stream=WHEEL23, 1 shaft=WHEEL_1, 2 shafts Sink=WHEEL_2
  • Amount: Set the amount per point without comma (e.g. "100" for 100 yen) (up to 99900, rounded down to the nearest 100).
  • Bid: The boat number is specified with a "-" separator, and in the case of a Wheel, "N" is used in the appropriate place. (Normal Trifecta: "3-1-5", Win: "3", 1st and 3rd stream Trifecta "1-N-5".)
  • * Up to 4 boats can be selected for BOX voting.
  • Number of data: 12

  • [Return value]
    * The data is returned in JSON format, so please parse the data in JSON format.
    ret=Overall return code (0:OK, -1 or less:Error)
    msg=Overall message (return code OK is empty, other return codes are error messages)
    results=nothing in particular
    :

    [Sample]
    https://api.gamble-os.net/systems/tb-bet-br?tncid=x@x.x&tncpw=x&uno=x&pin=x&ano=x&money=1000&buyeye=x,x,x,xxx,xxxx,100,x-x-x:x,x,x,xxx,xxxx,100,x-x-x
    * The sample is written in GET format, but in actuality, please send it in POST format.
     
    Deposit function
    [Access URL]
    https://api.gamble-os.net/systems/tb-deposit

    [Parameters]
  • tncid=team-nave CLUB member ID
  • tncpw=team-nave CLUB password
  • uno=Internet voting: Subscriber number
  • pin=Internet voting: PIN number
  • ano=Internet Voting: Authentication Number
  • money=Deposit amount (up to 9999000, rounded down to the nearest 1000)

  • [Return value]
    * The data is returned in JSON format, so please parse the data in JSON format.
    ret=Overall return code (0:OK, -1 or less:Error)
    msg=Overall message (return code OK is empty, other return codes are error messages)
    results=nothing in particular
    :

    [Sample]
    https://api.gamble-os.net/systems/tb-deposit?tncid=x@x.x&tncpw=x&uno=x&pin=x&ano=x&money=1000
    * The sample is written in GET format, but in actuality, please send it in POST format.
     
    Balance Inquiry Function
    [Access URL]
    https://api.gamble-os.net/systems/tb-balance

    [Parameters]
  • tncid=team-nave CLUB member ID
  • tncpw=team-nave CLUB password
  • uno=Internet voting: Subscriber number
  • pin=Internet voting: PIN number
  • ano=Internet Voting: Authentication Number

  • [Return value]
    * The data is returned in JSON format, so please parse the data in JSON format.
    ret=Overall return code (0:OK, -1 or less:Error)
    msg=Overall message (return code OK is empty, other return codes are error messages)
    results=result data on success (none for return codes other than OK)
  • first_limit_money=Initial purchase limit
  • day_buy_money=Today's purchase amount
  • day_refund_money=Today's refund amount
  • buy_limit_money=Current purchase limit
  • buy_limit_number=Number of bets available for purchase
  • buy_possible_money=Amount available to buy

  • [Sample]
    https://api.gamble-os.net/systems/tb-balance?tncid=x@x.x&tncpw=x&uno=x&pin=x&ano=x
    * The sample is written in GET format, but in actuality, please send it in POST format.
     
    UP