POST
/
getAllWhitelist
/
v2

Example values you can use to demo the API:

{
    "chainId": "80002",
    "apiKey": "arka_public_key",
    "params": [
        "1",
    ]
}

Example response:

Value returned:  {
    "addresses": [
        "0x725404c8Eead111d9E6DFE118c535F43402a9511"
    ]
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json
params
string[]