Skip to main content
GET
/
api
/
v1
/
wallet
/
addresses
/
index
/
{index}
Get Ark address by index
curl --request GET \
  --url https://api.example.com/api/v1/wallet/addresses/index/{index} \
  --header 'Authorization: Bearer <token>'
{
  "address": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://second.tech/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Path Parameters

index
integer<int32>
required

Index for the address.

Required range: x >= 0

Response

Returns the Ark address

address
string
required