Cost: 1 credit per call
Interactive Playground: Test these endpoints in the API Playground. Get your API key at data.octav.fi
The bundle object
string
Bundle identifier.
string
Bundle name.
array
Addresses in the bundle.
Bundles created through the API are private. Sharing settings are managed in Octav Pro.
List Bundles
Endpoint
Example
Example Response
Create Bundle
Endpoint
Parameters
string
required
1–255 characters. Must be unique.
array
required
1–100 addresses per request, each already in your address book. A bundle holds up to 10.
Example
Response
201 with the new bundle.
Get Bundle
Endpoint
Parameters
string
required
Bundle identifier.
Example
Rename Bundle
Endpoint
Parameters
string
required
Bundle identifier.
string
required
1–255 characters. Must be unique.
Example
Delete Bundle
Endpoint
Parameters
string
required
Bundle identifier.
Example
Response
204 with no body. The addresses stay in your address book.
Add Address to Bundle
Endpoint
Parameters
string
required
Bundle identifier.
string
required
Wallet address, already in your address book.
Example
Response
Returns the updated bundle.Remove Address from Bundle
Endpoint
Parameters
string
required
Bundle identifier.
string
required
Wallet address.
Example
Response
Returns the updated bundle with200. Removing the last member returns 422 — delete the bundle instead.
Limits
Contact us to raise these.
Bundle names must be unique and match case-sensitively. Two bundles cannot hold exactly the same addresses.
Error Responses
Rate limit: 360 requests/min.
Related Endpoints
Address Book
Manage saved addresses
Portfolio
Holdings for an address