ambrus-api
  1. warcast
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
    • 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
      POST
    • heroes_list
      GET
    • bind
      POST
    • unbind
      POST
    • nft_detail
      GET
    • upgrade
      POST
  1. warcast

nft_detail

Developing
GET
{{local_warcast}}/heroes/84d5e976-d466-4c0a-af6b-9b7d7fae3819/items/199ec202-f400-4000-8f20-811c96269c80

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

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 -g --request GET 'https://api.ambrus.studio/warcast-test/heroes/84d5e976-d466-4c0a-af6b-9b7d7fae3819/items/199ec202-f400-4000-8f20-811c96269c80' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Example
{
    "itemId": "string",
    "remoteItem": {
        "id": "string",
        "uid": "string",
        "issuedId": 0,
        "sellableAt": "string",
        "status": "string",
        "extra": {
            "wrapped": true,
            "attributes": [
                {
                    "name": "string",
                    "value": 0
                }
            ],
            "rentalOrderFinishAt": "string"
        },
        "metadata": {
            "archetypeId": "string",
            "name": "string",
            "description": "string",
            "tags": [
                "string"
            ],
            "rarity": "string",
            "imageUrl": "string",
            "collection": "string",
            "optionName": "string",
            "maxIssuance": 0,
            "attributes": [
                "string"
            ],
            "game": {
                "id": "string",
                "slug": "string",
                "name": "string",
                "description": "string",
                "version": 0,
                "extra": {
                    "developer": "string",
                    "discordUrl": "string",
                    "supportUrl": "string",
                    "trailerUrl": "string",
                    "twitterUrl": "string",
                    "officialWebsite": "string",
                    "itemCategories": [
                        {
                            "category": "string",
                            "displayName": "string"
                        }
                    ]
                }
            }
        },
        "userId": "string",
        "rentedBy": null,
        "version": 0
    },
    "localSnapshot": {
        "id": "string",
        "uid": "string",
        "extra": {
            "wrapped": true,
            "attributes": [
                {
                    "name": "string",
                    "value": 0
                }
            ],
            "rentalOrderFinishAt": "string"
        },
        "status": "string",
        "userId": "string",
        "version": 0,
        "issuedId": 0,
        "metadata": {
            "game": {
                "id": "string",
                "name": "string",
                "slug": "string",
                "extra": {
                    "developer": "string",
                    "discordUrl": "string",
                    "supportUrl": "string",
                    "trailerUrl": "string",
                    "twitterUrl": "string",
                    "itemCategories": [
                        {
                            "category": "string",
                            "displayName": "string"
                        }
                    ],
                    "officialWebsite": "string"
                },
                "version": 0,
                "description": "string"
            },
            "name": "string",
            "tags": [
                "string"
            ],
            "rarity": "string",
            "imageUrl": "string",
            "attributes": [
                "string"
            ],
            "collection": "string",
            "optionName": "string",
            "archetypeId": "string",
            "description": "string",
            "maxIssuance": 0
        },
        "rentedBy": null,
        "sellableAt": "string"
    }
}
Modified at 2025-10-17 09:13:17
Previous
unbind
Next
upgrade
Built with