ambrus-api
  1. pay
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
    • login_zk
  • withoutkey
    • query social bind
    • merchant_login
    • save_params
    • querybysocialid
    • query_zk_info
    • query_zk_info Copy
  • 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
      GET
    • rechargeOrder
      POST
    • user/project/level
      GET
    • user/deposit
      GET
    • getDepositaddress
      GET
    • user/orderComplete
      POST
    • game/pay/coins
      GET
    • game/tickets
      GET
    • minus_tickets
      POST
    • remainBalance
      GET
    • createOrder
      POST
    • customGoods
      POST
    • traceKey
      GET
    • customGoods_query
      GET
  • 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. pay

customGoods

Developing
POST
/account/ludus/goods/1

Request

Body Params application/json

Example
{
    "userId":"12",
    "quantity":20,
    "projectName":"ambrus_001",
    "outerOrderId":"1213121211"
}

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 POST 'https://api.ambrus.studio/v2-testing/account/ludus/goods/1' \
--header 'Content-Type: application/json' \
--data-raw '{
    "userId":"12",
    "quantity":20,
    "projectName":"ambrus_001",
    "outerOrderId":"1213121211"
}'

Responses

🟠400Bad Request
application/json
Body

Example
{
    "statusCode": 0,
    "message": "string"
}
Modified at 2025-09-01 03:08:00
Previous
createOrder
Next
traceKey
Built with