Skip to main content
POST
Create a Bridge Wallet

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*

Body

application/json

Bridge Wallet to be created

chain
enum<string>
required
Available options:
base,
ethereum,
solana,
tempo,
tron

Response

Bridge Wallet created

chain
enum<string>
required
Available options:
base,
ethereum,
solana,
tempo,
tron
id
string
read-only

A UUID that uniquely identifies a resource

Required string length: 1 - 42
Pattern: [a-z0-9]*
address
string
read-only

The blockchain address of the Bridge Wallet

initiation_required
boolean
read-only

When present, transfers sourced from this wallet must include an initiation object on the create request. Omitted for wallets that do not require initiation data.

created_at
string<date-time>
read-only

Time of creation of the Bridge Wallet

updated_at
string<date-time>
read-only

Time of most recent update of the Bridge Wallet