ChainDAQ
  • Welcome to ChainDAQ's API Documentation
  • Overview
  • Compatibility APIs
    • Wallets
    • Inscriptions
    • Collections
    • BRC20
    • Runes
    • Prices
Powered by GitBook
On this page
  1. Compatibility APIs

Inscriptions

PreviousWalletsNextCollections

Last updated 4 months ago

Get Batch Inscription Information

post

Returns detailed information about several inscriptions (up to 100)

Authorizations
Body
Responses
200
Successful response
application/json
429
Rate limit exceeded
application/json
post
POST /v3/inscription/batch_info HTTP/1.1
Host: api.ordnull.site
x-api-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 20

{
  "queries": [
    "text"
  ]
}
{
  "data": [
    {
      "query": "text",
      "result": {
        "inscription_name": "text",
        "inscription_id": "text",
        "inscription_number": 1,
        "metadata": {},
        "wallet": "text",
        "mime_type": "text",
        "media_length": 1,
        "genesis_ts": 1,
        "genesis_height": 1,
        "genesis_fee": 1,
        "output_value": 1,
        "satpoint": "text",
        "last_sale_price": 1,
        "collection_name": "text",
        "collection_slug": "text",
        "last_transfer_block_height": 1,
        "utxo": "text",
        "parent_ids": [
          "text"
        ],
        "genesis_block_hash": "text",
        "collection_floor_price": 1,
        "min_price": 1,
        "ordswap_price": 1,
        "magiceden_price": 1,
        "ordinalswallet_price": 1,
        "gammaio_price": 1,
        "nostr_price": 1,
        "odynals_price": 1,
        "unisat_price": 1,
        "ordinalsmarket_price": 1,
        "okx_price": 1,
        "content_url": "text",
        "bis_url": "text",
        "render_url": "text",
        "byte_size": 1,
        "bitmap_number": 1,
        "delegate": {
          "delegate_id": "text",
          "render_url": "text",
          "mime_type": "text",
          "content_url": "text",
          "bis_url": "text"
        },
        "is_brc20": true,
        "brc20": {
          "tick": "text",
          "decimals": 1,
          "op": "text",
          "amount": "text",
          "formatted_amount": "text",
          "is_valid_for_transfer": true,
          "min_listed_unit_price": "text",
          "min_listed_unit_price_okx": "text",
          "min_listed_unit_price_unisat": "text"
        }
      }
    }
  ],
  "block_height": 1
}