ambrus-api
  1. openloot
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
    • rechargeOrder
    • user/project/level
    • user/deposit
    • getDepositaddress
    • user/orderComplete
    • game/pay/coins
    • game/tickets
    • minus_tickets
    • remainBalance
    • createOrder
    • customGoods
    • traceKey
    • customGoods_query
  • openloot
    • authorize2
      GET
    • clientToken
      POST
    • clientToken_serve
      POST
    • premium-currencies-balance
      GET
    • ambrus_openloot_login
      POST
    • getOpenlootUser
      GET
    • openloot/adopt_pet
      POST
    • openloot/pet_query
      GET
    • feed_pet
      POST
    • openloot/currencies_list
      GET
    • balances_item_balance
      GET
    • authorize2-chengdu
      GET
    • clientToken_serve-chengdu
      POST
    • clientToken-chengdu
      POST
    • openloot/accept
      POST
    • userInfo
      GET
    • openloot/tokens
      GET
    • openloot_rank
      GET
    • openloot_feed_log
      GET
  • warcast
    • auth
    • heroes_list
    • bind
    • unbind
    • nft_detail
    • upgrade
  1. openloot

openloot_feed_log

Developing
GET
/account/openloot/feedlog

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
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/account/openloot/feedlog?pageSize=10&pageNum=1' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Example
{
    "data": [
        {
            "id": 3,
            "user_uid": "84d5e976-d466-4c0a-af6b-9b7d7fae3819",
            "dirction": 2,
            "exp_effect": 1,
            "exp_a": 2,
            "exp_b": 4,
            "exp_c": 3,
            "change_type": 1,
            "created_at": "2025-09-30T21:18:58.063Z",
            "after_exp": 13
        },
        {
            "id": 2,
            "user_uid": "84d5e976-d466-4c0a-af6b-9b7d7fae3819",
            "dirction": 1,
            "exp_effect": 10,
            "exp_a": 6,
            "exp_b": 3,
            "exp_c": 1,
            "change_type": 1,
            "created_at": "2025-09-30T21:17:01.135Z",
            "after_exp": 0
        },
        {
            "id": 1,
            "user_uid": "84d5e976-d466-4c0a-af6b-9b7d7fae3819",
            "dirction": 2,
            "exp_effect": 2,
            "exp_a": 0,
            "exp_b": 0,
            "exp_c": 0,
            "change_type": 2,
            "created_at": "2025-09-30T21:15:16.014Z",
            "after_exp": 0
        }
    ],
    "statusCode": 200,
    "message": "Success",
    "totalPage": 0
}
Modified at 2025-10-04 12:28:19
Previous
openloot_rank
Next
auth
Built with