POST
/
customers
/
{customerID}
/
card_accounts
/
{cardAccountID}
/
deposit_addresses
Provision an additional top-up deposit address for the card account
curl --request POST \
  --url https://api.bridge.xyz/v0/customers/{customerID}/card_accounts/{cardAccountID}/deposit_addresses \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "chain": "arbitrum"
}'
{
"currency": "usdc",
"chain": "arbitrum",
"address": "<string>",
"memo": "<string>"
}

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
cardAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Body

application/json

The chain to provision the new deposit address on.

The details of the new deposit address to be provisioned.

Response

200
application/json

Details of the successfully created deposit address

Funding instructions applicable only to the top-up card funding strategy, which is configured at the developer level