For the complete documentation index, see llms.txt. This page is also available as Markdown.

Inscriptions

Verify and save inscriptions owned by wallet

post
Body
inscriptionIdsstring[] · min: 1 · max: 3Required

Array of inscription IDs to verify

walletAddressstringOptionalExample: bc1p...
Responses
200Success

No content

post/api/inscriptions/verify
POST /api/inscriptions/verify HTTP/1.1
Host: api.radfi.co
Content-Type: application/json
Accept: */*
Content-Length: 53

{
  "inscriptionIds": [
    "text"
  ],
  "walletAddress": "bc1p..."
}
200Success

No content

Last updated