Inscription
Inscriptions API
Inscription
GET
/inscription
Get specific inscription data.
Headers
Content-Type
application/json
Request
<id>
number
ID of inscription.
<tx>
string
Transaction Hash of inscription creation.
Response
Response Data Field
blocknumber
blocknumber of Inscription creation.
number
event_logs
event logs of marketplace order.
array
from
address from of Inscription creation.
string
id
Inscription ID
number
mime_category
Inscription category
string, values: <null, text, image, transfer, json, invoke>
mime_data
Inscription data
string
mime_type
Inscription display type
string
owner
Inscription owner
string
signature
Inscription signature
string
timestamp
timestamp of creation
number
to
address to of Inscription creation.
string
tx_hash
transaction hash of creation
string
tx_index
transaction index in block of creation
number
verified
verify status of Inscription Indexer
string, values: <waiting, successful, failed>
Inscription Data
GET
/inscription/{path}
Same as Inscription
Headers
Content-Type
application/json
Request
path
string
Inscription ID or Tx
Response
Same as Inscription.
Latest Inscriptions
GET
/recent
Get latest Inscriptions List
Headers
Content-Type
application/json
Request
page
number
page number
Response
Array of Inscription.
Transactions
POST
/transactions
Inscriptions of specific address.
Headers
Content-Type
application/json
Resquest
address
string
wallet address
page
number
page number
Response
Array of Inscription
Created
GET
/created
Inscription created by specific address.
Headers
Content-Type
application/json
Body
address
string
wallet address
page
number
page number
Response
Array of Inscription
Last updated