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.
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