Interchain API
  1. Memory Pool
Interchain API
Bitcoin
  • Overview
  • Bitcoin
  • Ethereum
  • Transaction
    • Get transaction by hash.
      GET
  • Block
    • Get block by hash.
      GET
    • Get block by hash.
      GET
  • Chain
    • Returns various state info regarding block chain processing.
      GET
  • Memory Pool
    • Returns various information about the TX mempool.
      GET
    • Returns transactions in the TX mempool.
      GET
    • Returns headers.
      GET
    • Returns Unspent Transaction (TX) Outputs
      GET
  1. Memory Pool

Returns headers.

GET
/headers/{headerCount}/{blockHash}.{format}
memory-pool
Last modified:2024-05-27 22:00:31
Only supports BIN and HEX as output format.

Request

Path Params
headerCount
integer 
required
The header count
>= 1<= 1999
blockHash
string 
required
The block hash
format
enum<string> 
required
The expected format
Allowed values:
binhex
Default:
hex

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/headers//.'

Responses

🟢200successful operation
text/plain
Body
string 
optional
Previous
Returns transactions in the TX mempool.
Next
Returns Unspent Transaction (TX) Outputs
Built with