Skip to main content
PUT
/
api
/
v1
/
authorize
/
whitelist
/
{root_address}
cURL
curl --request PUT \
  --url https://api.ekiden.fi/api/v1/authorize/whitelist/{root_address} \
  --header 'Authorization: Basic <encoded-value>'
{
  "root_address": "<string>",
  "whitelisted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.ekiden.fi/llms.txt

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

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

root_address
string
required

Canonical or short Aptos root address

Response

Root address added to whitelist

root_address
string
required
whitelisted
boolean
required