GET
/
remappers
/
binsearch-path
curl --request GET \
  --url https://rs-indexer.api.herodotus.cloud/remappers/binsearch-path
{
  "path": [
    {
      "block_number": 123,
      "element_index": 123,
      "post_append_remapper_size": 123,
      "timestamp": 123
    }
  ],
  "proofs": [
    {
      "element_hash": "<string>",
      "element_index": 123,
      "elements_count": 123,
      "peaks_hashes": [
        "<string>"
      ],
      "siblings_hashes": [
        "<string>"
      ]
    }
  ],
  "remapper": {
    "address": "<string>",
    "deployed_on_chain": "<string>",
    "onchain_remapper_id": "<string>",
    "remaps_chain": "<string>"
  }
}

Query Parameters

deployed_on_chain
enum<string>
required
Available options:
1,
11155111,
137,
280,
MADARA_PRAGMA,
STARKNET,
SN_SEPOLIA,
300,
11155420,
421614,
4801,
84532,
UNKNOWN
accumulates_chain
enum<string>
required
Available options:
1,
11155111,
137,
280,
MADARA_PRAGMA,
STARKNET,
SN_SEPOLIA,
300,
11155420,
421614,
4801,
84532,
UNKNOWN
timestamp
integer
required
onchain_remapper_id
string | null
remapper_size
integer | null

Response

200
application/json
Get binsearch path for timestamp mapping
path
object[]
required
proofs
object[]
required
remapper
object
required