Last updated 3 months ago
Retrieve and return all on-chain inscription information for a specific TLD name.
Successful operation
0: Success, -1: Error
0
A list of on-chain inscription information for the specified TLD.
const response = await fetch('https://open-api.b137.io/v1/getTldDetail?did=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "data": [ { "owner": "bc1ps96500phcr0y83ysfsfe2qt25few7rp6k5thn8kcmt9ap4zfa8pqu6aqkt", "inscriptionId": "2e4cd8f6a235300a4d9d4d1a292d8c9c4ee87388a9b4d96d6a6ca870a1151955i0", "genesisBlock": 840359 } ] }