For the complete documentation index, see llms.txt. This page is also available as Markdown.

Register Portfolio Address

Use this endpoint to register a portfolio address for continuous balance tracking.

Xverse API will automatically keep its daily balance and activity updated.

Once a portfolio address is registered, use Get Portfolio Address Historyto query its balances

post

Register an address to the portfolio for balance tracking.

Authorizations
x-api-keystringRequired
Body
assetTypestringRequired
addressesstring[]Required
Responses
200

Default Response

No content

post/v1/portfolio/register
POST /v1/portfolio/register HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 41

{
  "assetType": "text",
  "addresses": [
    "text"
  ]
}
200

Default Response

No content

Last updated