Open Meteriox opened 7 months ago
@huanniangstudio
cursor+size < 10240 . Take the first 10,000 records at most.
cursor+size < 10240 . Take the first 10,000 records at most.
Why can't I retrieve the next 10,240 records by modifying the cursor?
our interface has such a limit
our interface has such a limit
I believe this restriction is unreasonable. Since the number of UTXOs in the returned result can exceed 10,240, it indicates that the actual data can exceed this amount. If it's just to limit the number of returned results from the API, setting a limit would suffice. Users should be allowed to obtain all available UTXOs by modifying the cursor. Otherwise, this API has a bug.
i want to get address utxos via
https://open-api.unisat.io/v1/indexer/address/{address}/utxo-data
, but i dont konw the exact param limit in query paramcursor
andsize