v1

latestOpenAPI 3.0.2CC0 1.0 Universal2026-07-17128129208.3 KB
utxo

Get serialized box in Base16 encoding by an identifier, considering also the mempool.

get/utxo/withPool/byIdBinary/{boxId}

Path parameters

boxIdstring required

ID of a wanted box

Response

Json containing box identifier and hex-encoded box bytes

boxIdstring base16 required

Base16-encoded transaction box id bytes. Should be 32 bytes long

bytesstring base16 required

Base16-encoded bytes

Example response

{
  "boxId": "1ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
  "bytes": "4ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117"
}