v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Addresses

Get individual address for account

get/accounts/{account_id}/addresses/{address_id}

Path parameters

account_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Account ID

address_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Address ID

Response

OK

OR

Example response

{
  "address": "0xb518d4d6221d9a41d23d71cbce8e106e7aab8f9b",
  "created": "2020-01-01T12:00:00Z",
  "id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC",
  "name": "Company External EVM Address",
  "transfer_types": [
    "solana"
  ]
}