Inscription.Tick

Example Request

{
  "method": "inscription.Tick", // jsonrpc method name
  "id": 1, // request id
  "jsonrpc": "2.0", // jsonrpc version
  "params": [
    "avalanche", // chain name
    "asc-20", // protocol
    "crazydog" // tick name
  ]
}

Example Response

Last updated

Was this helpful?