Get the summary data of orders associated with your API-KEY
Last updated 7 days ago
Successful operation
"OK"
const response = await fetch('https://open-api-fractal.unisat.io/v2/inscribe/order/summary', { method: 'GET', headers: {}, }); const data = await response.json();
{ "msg": "OK", "data": { "orderCount": {} } }