Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.onstacks.io/v1/address-book \ --header 'Authorization: Bearer <token>'
{ "data": { "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "label": "<string>", "address": "<string>", "network_code": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "created_by": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "jsmith@example.com", "display_name": "<string>" }, "asset_symbol": "<string>", "notes": "<string>", "archived_at": "2023-11-07T05:31:56Z" } ] }, "error": null, "request_id": "<string>" }
Workspace API key. Send it as Authorization: Bearer <api_key>.
Authorization: Bearer <api_key>
Workspace address book entries
Show child attributes