Get

Get atomical information for a given atomical id/number.

Method

atomicalsGet

Parameters

{
  atomicalAliasOrId: string | number
}

Example

Code

const atomicalAliasOrId =
  '7788b52fb3da9d01d11918c0816aa7c62dafa2aca2f0c219d356ba71c29a31cci0'
const result: ToResult<{ global: GlobalResult, result: AtomicalStatus }> =
  await api.atomicalsGet({ params: { atomicalAliasOrId } })

Result

{
  "global": {
    "atomical_count": 226639,
    "atomicals_block_hashes": {
      "890669": "ed5db17ffabe2c150b90eecccaf9f92ccb7bf6dd5c5eb66c8554dad76faf066e",
      "890670": "a637ec2bf84ca5a30b3b638b16f6850372c0bc323f8909fcc640b851efb69f40",
      "890671": "677202da3457401b3c24f958200a1e48e0faf1436cecee6e8ec76b58a59ef7b2",
      "890672": "60cf87b2eee70acdc7894a9d7a3eefb4aee3395e9b98a7586295d585513dbc15",
      "890673": "a140cc9af059edc21187c2eddde10f8fbf3dcee1b7c7485bf8c4571cd753290a",
      "890674": "ab6ba302a1d4266f6147e282e0abaa45e9ff9c3b5fd2dbf1c940e4163785293c",
      "890675": "27f563f71f3273edd8eeffe24551fd35c9c7c21cf9359e3e52a06d1737ad0c33",
      "890676": "03661c9325fff3ac9c8e740b26ee4c7cf5177314b0e36a0ee8f9ef0d7d89d253",
      "890677": "38efc5dcaf9e6b53c9e8ec7812249cb3688c09fb6ca25a1bc530bf120f3f629f",
      "890678": "76723a5a59c360c76949dcd37df4fa5eb1157aca175d2a9529905659601045f6"
    },
    "atomicals_block_tip": "76723a5a59c360c76949dcd37df4fa5eb1157aca175d2a9529905659601045f6",
    "block_tip": "00000000000000000000f6991578409662439ed3358a3698520156197e8abeaa",
    "coin": "Bitcoin",
    "height": 890678,
    "network": "mainnet",
    "server_time": "2025-04-03T08:59:24.477001"
  },
  "result": {
    "$bitwork": {
      "bitworkc": "5557",
      "bitworkr": null
    },
    "$full_realm_name": "techtoshi",
    "$realm": "techtoshi",
    "$realm_candidates": [
      {
        "atomical_id": "555705df624ee8abf044e600b5cae1ec0a3c707e2fb416771244f886aa6203aei0",
        "commit_height": 880018,
        "reveal_location_height": 880018,
        "tx_num": 1145635051,
        "txid": "555705df624ee8abf044e600b5cae1ec0a3c707e2fb416771244f886aa6203ae"
      }
    ],
    "$request_realm": "techtoshi",
    "$request_realm_status": {
      "note": "Successfully verified and claimed realm for current Atomical.",
      "status": "verified",
      "verified_atomical_id": "555705df624ee8abf044e600b5cae1ec0a3c707e2fb416771244f886aa6203aei0"
    },
    "atomical_id": "555705df624ee8abf044e600b5cae1ec0a3c707e2fb416771244f886aa6203aei0",
    "atomical_number": 226048,
    "atomical_ref": "anbgbqv29vmaqw24wr0bbjq1xg53rw3y5yt1cxrj8kw8dak20eq0i0",
    "confirmed": true,
    "mint_data": {
      "fields": {
        "args": {
          "bitworkc": "5557",
          "nonce": 8087572,
          "request_realm": "techtoshi",
          "time": 1737347293
        }
      }
    },
    "mint_info": {
      "$bitwork": {
        "bitworkc": "5557",
        "bitworkr": null
      },
      "$immutable": false,
      "$request_realm": "techtoshi",
      "args": {
        "bitworkc": "5557",
        "nonce": 8087572,
        "request_realm": "techtoshi",
        "time": 1737347293
      },
      "commit_height": 880018,
      "commit_index": 0,
      "commit_location": "555705df624ee8abf044e600b5cae1ec0a3c707e2fb416771244f886aa6203aei0",
      "commit_tx_num": 1145635051,
      "commit_txid": "555705df624ee8abf044e600b5cae1ec0a3c707e2fb416771244f886aa6203ae",
      "ctx": {},
      "meta": {},
      "reveal_location": "30fa8c81bb2e80fabe03251a8a44b301e0f3c18be0ea5eb2971e9ec01cf9e7c1i0",
      "reveal_location_blockhash": "d919a5da3cf934b32bdad0beadd036a49d184f7039bb00000000000000000000",
      "reveal_location_header": "00e0c0251c98569aa0ae284c47575bb6f6d164abd163bf0be9d000000000000000000000b5d92abc7cfa4282c276464cbd6193277db0abe18ea3da4d966720ed5f937f33a4d18d67618c0217ddd4bb56",
      "reveal_location_height": 880018,
      "reveal_location_index": 0,
      "reveal_location_script": "5120d3353ee13e2121b314f797afa5cb7b95143ce570afbd307f4767b285ffb1947e",
      "reveal_location_scripthash": "ae2bb1dbcbdac9161b782dcbc81ec3319e81f5d8b0c2946a6650382a1a0e070a",
      "reveal_location_tx_num": 1145635151,
      "reveal_location_txid": "30fa8c81bb2e80fabe03251a8a44b301e0f3c18be0ea5eb2971e9ec01cf9e7c1",
      "reveal_location_value": 546
    },
    "subtype": "realm",
    "type": "NFT"
  }
}