v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Address Information

Store Address List

Caches a list of addresses and returns a stable SHA-256 hash that identifies the list.

post/v2/addresses/list

Request body

Example request

{
  "addresses": [
    {
      "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
      "network": "solana"
    }
  ]
}

Response

Hash identifying the stored address list.

hashstring required

Stable SHA-256 hash identifying this address list

Example response

{
  "hash": "a3f1b2c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2"
}