v1

latestOpenAPI 3.0.0MIT2026-07-171769101.7 KB

Ordered by the first time the address was seen on-chain

Note: this endpoint only returns addresses that are in a block. Use another tool to see mempool information

post/credential/address

Request body

afterstring
untilBlockstring required

block hash - inclusive

Example request

{
  "after": "stake1ux236z4g4r4pztn5v69txyj2yq6a3esq5x4p4stxydra7zsnv25ue",
  "credentials": [
    "8200581c8baf48931c5187cd59fde553f4e7da2e1a2aa9202ec6e67815cb3f8a"
  ],
  "untilBlock": "cf8c63a909d91776e27f7d05457e823a9dba606a7ab499ac435e7904ee70d7c8"
}

Response

addressesBech32FullAddress[] required

Example response

{
  "addresses": [
    "stake1ux236z4g4r4pztn5v69txyj2yq6a3esq5x4p4stxydra7zsnv25ue"
  ]
}