ambrus-api
  1. inner
ambrus-api
  • inner
    • create_merchant
      POST
    • get_token
      GET
    • get_merchant_info
      GET
    • save_file
      POST
    • savemerchantgame
      POST
    • query merchant game
      GET
    • gamelist
      GET
    • merchantStatus
      GET
    • game_detail
      GET
    • query_new_merchant
      GET
    • update_single_game
      POST
    • gameRank
      GET
    • /merchant/games/history/rank
      GET
    • /merchant/games/history/test
      POST
    • addWin
      POST
    • sign_code
      POST
    • get_sign
      GET
    • suiwallet_register
      POST
    • suiwallet/token
      GET
    • ludus_pay_query
      GET
    • ludus_reward
      POST
    • ludus/signature
      GET
  • outer
    • getNonce
      GET
    • login_zk
      POST
  • withoutkey
    • query social bind
      GET
    • merchant_login
      POST
    • save_params
      POST
    • querybysocialid
      GET
    • query_zk_info
      GET
    • query_zk_info Copy
      GET
  • sui
    • query_sui_events
    • submitgamescore
    • gameCode
    • rewrad_history
  • oracle
  • badmition
  • third_pay
    • app-verify-transaction
    • app_asdn-v2-callback
    • app_trigger-test-notification
    • google_callback
  • pay
    • user/project
    • rechargeOrder
    • user/project/level
    • user/deposit
    • getDepositaddress
    • user/orderComplete
    • game/pay/coins
    • game/tickets
    • minus_tickets
    • remainBalance
    • createOrder
    • customGoods
    • traceKey
    • customGoods_query
  • openloot
    • authorize2
    • clientToken
    • clientToken_serve
    • premium-currencies-balance
    • ambrus_openloot_login
    • getOpenlootUser
    • openloot/adopt_pet
    • openloot/pet_query
    • feed_pet
    • openloot/currencies_list
    • balances_item_balance
    • authorize2-chengdu
    • clientToken_serve-chengdu
    • clientToken-chengdu
    • openloot/accept
    • userInfo
    • openloot/tokens
    • openloot_rank
    • openloot_feed_log
  • warcast
    • auth
    • heroes_list
    • bind
    • unbind
    • nft_detail
    • upgrade
  1. inner

ludus_pay_query

Developing
GET
/wallet/ludus/pay

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ambrus.studio/v2-testing/wallet/ludus/pay?billNo=a005'

Responses

🟢200OK
application/json
Body

Example
{
    "data": {
        "id": 2,
        "bill_no": "a005",
        "amount": "10",
        "fromer": "0x34ffc29741a827c92de0136313cf54e6dd6658a1c2b0b6a0f62d6c1d51b46c16",
        "toer": "0x462046d5ea644eea42cfb455b336aa8d41bbd2cde2ddcb78a13609c404dccf4a",
        "event_type": 2,
        "cursor": {
            "eventSeq": "0",
            "txDigest": "Dcy8PBu7NiHM2v9ziG4suY8v9H7qHHLHZbGcSfVEUsU9"
        },
        "created_at": "2025-06-23T10:59:50.265Z",
        "updated_at": "2025-06-23T10:59:50.265Z"
    },
    "statusCode": 200,
    "message": "Success",
    "totalPage": 0
}
Modified at 2025-06-06 02:06:40
Previous
suiwallet/token
Next
ludus_reward
Built with