v1

latestOpenAPI 3.0.32026-07-2642021.4 KB
Addresses

Create a new external address

Creates a non-custodial address (EOA) for the specified account.

post/accounts/{account_id}/addresses/external

Path parameters

account_idstring ksuid required
Example:2VcUIIsgARwVbEGlIYbhg6fGG57

The ID of the account

Headers

Idempotency-Keystring required

A unique string used to prevent duplicate operations. Each POST request must use a new idempotency key. Use a UUIDv4 string. Example: idemp-123e4567-e89b-12d3-a456-426614174000

Request body

OR

Example request

{
  "name": "Company External EVM Address",
  "address": "0xb518d4d6221d9a41d23d71cbce8e106e7aab8f9b",
  "transfer_types": [
    "solana"
  ]
}

Response

External address successfully created