Skip to main content
POST
/
v2
/
addresses
/
list
Store Address List
curl --request POST \
  --url https://api.range.org/v2/addresses/list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "addresses": [
    {
      "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
      "network": "solana"
    }
  ]
}
'
{
  "hash": "a3f1b2c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2"
}

Documentation Index

Fetch the complete documentation index at: https://docs.range.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Body

application/json
addresses
object[]
required
Minimum array length: 1

Response

201 - application/json

Hash identifying the stored address list.

hash
string
required

Stable SHA-256 hash identifying this address list

Example:

"a3f1b2c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2"

Last modified on May 15, 2026