Skip to main content

Query BRC20 transferable inscription information of specified assets at specified address

Query BRC20 transferable inscription information of specified assets at specified address

Request Body
    ticker string required
    chainSymbol string required
    address string required
Responses

successful operation


Schema
    code integer
    msg string
    data object
    height integer

    block height

    total integer

    Total number of data items

    start integer
    detail object[]
  • Array [
  • data object
    op string

    Type of inscription, including deploy, mint, transfer, etc.

    tick string
    lim string
    amt string
    decimal string
    inscriptionId string
    satoshi string
    confirmations Integer
  • ]
  • success boolean
Loading...