Inds getInscriptions

Example Request

{
  "method": "inds_getInscriptions",
  "id": 1,
  "jsonrpc": "2.0",
  "params": [
    10,  // page limit 
    0,   // page offset
    "",  // chain 
    "",  // protocol
    "",  // tick 
    "",  // deploy_by
    3   // sort : 0.default  1.deploy time  2.mint process  3.holders amt  4.transaction amt
  ]
}

Example Response

Curl Example

Last updated

Was this helpful?