Skip to main content
GET
Get Deposit Address
Returns the project’s USDC deposit address on Base. Send USDC to this address to fund the project wallet. The balance updates automatically when the deposit is confirmed on-chain via Bridge.xyz webhook. If the project does not yet have a Bridge.xyz wallet, one is created automatically on first call.
Requires a bearer token with the read permission.

Request

This endpoint takes no query parameters or request body.

Response

string
required
Unique project identifier.
string
required
Blockchain network. Always "base".
string
required
EVM wallet address for receiving USDC deposits.
string
required
Deposit currency. Always "usdc".

Examples

Response (200 OK)
Only send USDC on the Base network to this address. Sending other tokens or using the wrong network may result in permanently lost funds.