Skip to main content
POST
/
api
/
v1
/
onchain
/
addresses
/
next
Generate on-chain address
curl --request POST \
  --url https://api.example.com/api/v1/onchain/addresses/next \
  --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

Response

Returns the on-chain address

address
string
required