v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Addresses

List all addresses for an asset

Permissions required: Read vault activity or Create address

Get all addresses for the asset type within the specified vaultId.

get/vaults/{vaultId}/addresses

Path parameters

vaultIdstring required

The ID of the vault containing the asset type

Query parameters

assetTypestring required

The asset type to display addresses for

afterIdstring

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

limitinteger

Maximum number of results to return per query

Response

List of signed addresses for this asset

Example response

{
  "data": [
    {
      "address": "2N19AcihQ1a4MxQW658UFHTioUNnMkiHPkw",
      "addressId": "a33f83d96ca95cac000a344aa478a8b8",
      "addressSignaturePayload": "7b225465787441646472657373223a22324e313941636968513161344d78515736353855464854696f554e6e4d6b6948506b77227d",
      "certChain": "-----BEGIN CERTIFICATE-----\nMIIBkTCCATigAwIBAgIQExample...\n-----END CERTIFICATE-----\n-----BEGIN CERTIFICATE-----\nMIIBkTCCATigAwIBAgIQExample...\n-----END CERTIFICATE-----\n",
      "signature": "1642000aa9cca8e8610981aefbdb204b361c9dca3fa067b88fdacfba7a0f620d721378a33f4bbadad3923e633a4d712646d1e8e314e9fcb4aa4102c0581f6503",
      "signatureVersion": "V2",
      "walletId": "a33f83d96ca95cac000a344aa478a8b8"
    }
  ],
  "page": {
    "next": "<next page url>"
  }
}