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
Example response
{
"boxId": "1ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"bytes": "4ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117"
}