cURL
curl --request POST \ --url https://api.bridge.xyz/v0/customers/{customerID}/wallets \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "chain": "base" }'
201
SuccessfulLiquidationAddressCreateResponse
{ "id": "bw_123", "chain": "solana", "address": "9kV3ZMehKVyxfHKCcaDLye3P9HHw2MP4jtQa2gKBUmCs", "created_at": "2023-11-22T21:31:30.515Z", "updated_at": "2023-11-22T21:31:30.515Z"}
A UUID that uniquely identifies a resource
1 - 42
Bridge Wallet to be created
The body is of type object.
object
Bridge Wallet created
The response is of type object.
Was this page helpful?