API Integration Guide
Describes how to integrate with the ElectrumX API Service specified to different versions.
Last updated
Describes how to integrate with the ElectrumX API Service specified to different versions.
Last updated
Custom Coloring and Partial Coloring features are introduced in the v1.5.0 release.
These features also introduce the breaking change to the result when reading the Atomicals assets.
When you are requesting the list (typically blockchain.atomicals.listscripthash
), the structure response.utxos.atomicals
has been updated.
The field's type was a string list that contained the Atomical ID in that UTXO.
The field's type is a record map that contains the Atomical ID and the corresponding Atomicals value in that UTXO.
Now the Atomicals value might not equal the UTXO value, so you shall read based on the Atomical ID to obtain the correct value.