Skip to main content
GET
Get Address Book
Use the Prime SDK or CLI to test this endpoint by following the quickstart guide and running with the following examples
For more information, please visit the Prime Java SDK.

Path Parameters

portfolio_id
string
required

Portfolio ID

Query Parameters

currency_symbol
string

Cryptocurrency symbol -- if nothing is passed, all addresses are returned

Query string that matches the address name

cursor
string

ID marking the point after which additional results should be retrieved

limit
integer<int32>

Number of addresses to retrieve

sort_direction
enum<string>
default:DESC

Sorting order

Available options:
DESC,
ASC

Response

200 - application/json

A successful response.

addresses
object[]
required

List of addresses added to Address Book

pagination
object
required