Get Deposit Address
Agent API
Get Deposit Address
Get the on-chain USDC deposit address for your project. A Bridge wallet is auto-created if one doesn’t exist.
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)