Skip to main content
GET
/
v2
/
portfolio-wallets
List portfolio wallets
curl --request GET \
  --url https://sandbox.trybraid.xyz/v2/portfolio-wallets \
  --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "9d1a1c83-3a1c-4c14-9c5a-0c9a57a4a7db", "requestId": "0b7e3b4d-88a5-4a75-8c0f-3b7b4f9d9f1d", "label": "Treasury Portfolio", "status": "active", "createdAt": "2026-02-05T08:15:00.000Z", "updatedAt": "2026-02-05T10:05:00.000Z", "totalBalanceUsd": 82500, "instantWithdrawableUsd": 52500, "pendingAllocationsUsd": 0, "depositAddresses": { "arbitrum": { "address": "0x21246509968c4d24611f414560971AEc2e3A079B", "totalBalanceUsd": 52500, "pendingAllocationsUsd": 0 }, "avalanche": { "address": "0x21246509968c4d24611f414560971AEc2e3A079B", "totalBalanceUsd": 0, "pendingAllocationsUsd": 0 }, "base": { "address": "0x21246509968c4d24611f414560971AEc2e3A079B", "totalBalanceUsd": 0, "pendingAllocationsUsd": 0 }, "bsc": { "address": "0x21246509968c4d24611f414560971AEc2e3A079B", "totalBalanceUsd": 0, "pendingAllocationsUsd": 0 }, "ethereum": { "address": "0x21246509968c4d24611f414560971AEc2e3A079B", "totalBalanceUsd": 30000, "pendingAllocationsUsd": 0 }, "optimism": { "address": "0x21246509968c4d24611f414560971AEc2e3A079B", "totalBalanceUsd": 0, "pendingAllocationsUsd": 0 }, "solana": { "address": "7qjT9B7i8wM1tGmW9o6oYtNwqgQF5s9gF8XqNwTgF9n2", "totalBalanceUsd": 0, "pendingAllocationsUsd": 0 } }, "blendedRateBps": 538, "strategyConfig": { "positions": [ { "positionKey": "tbills", "targetWeightBps": 6000, "maxProcessingTime": "PT0H", "asset": "tbills" }, { "positionKey": "resolvRlp", "targetWeightBps": 4000, "maxProcessingTime": "PT24H", "asset": "rlp" } ] }, "liquidityProfile": [ { "maxProcessingTime": "PT0H", "weightBps": 6000 }, { "maxProcessingTime": "PT24H", "weightBps": 4000 } ], "positions": [ { "positionKey": "tbills", "meta": { "asset": "tbills", "maxProcessingTime": "PT0H" }, "targetWeightBps": 6000, "balanceUnits": 52500, "valueUsd": 52500, "weightBps": 6000.4, "currentApyBps": 330, "driftBps": 0.4 }, { "positionKey": "resolvRlp", "meta": { "asset": "rlp", "maxProcessingTime": "PT24H" }, "targetWeightBps": 4000, "balanceUnits": 25000, "valueUsd": 30000, "weightBps": 3999.6, "currentApyBps": 850, "driftBps": -0.4 } ] } ], "pageSize": 25, "nextCursor": "2026-02-05T08:15:00.000Z|9d1a1c83-3a1c-4c14-9c5a-0c9a57a4a7db" }

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string

Cursor token from the previous response (created_at|id)

pageSize
integer
default:25
Required range: 1 <= x <= 100

Response

Portfolio wallets list

data
object[]
pageSize
integer
nextCursor
string | null