Skip to main content
POST
Initialize index token

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Body

application/json
tokenAddress
string
required

Token address to initialize as an index token. Accepts any casing; normalized to EIP-55 checksum form.

tokens
string[]
required

Basket token addresses the index token buys and distributes (1-10).

Required array length: 1 - 10 elements

Response

Index token initialized successfully

success
boolean
required
Example:

true

response
string
Example:

"Index token initialized successfully"