Titan HTTP API

Titan API endpoints are available to use with an API Key or from allow-listed domains.

"Titan is a next-gen Bitcoin indexer by Saturn, designed for real-time blockchain access, optimized queries, and seamless Runes protocol integration. It delivers superior performance with minimal resource consumption."

Mainnet: https://titan.ordinalsbot.com

Signet: https://signet-titan.ordinalsbot.com

Testnet: https://testnet-titan.ordinalsbot.com

You can refer to official Titan API documentation for all available endpoints.

Get Status

GET https://signet-titan.ordinalsbot.com/status

{
    "block_tip": {
        "height": 256858,
        "hash": "00000004c27b74087550febc56b093837c44f5323afef7b745337dc61da5ef66"
    },
    "runes_count": 1936,
    "mempool_tx_count": 88323
}

Last updated