Generate a deposit address

post/venue-adapter-service/api/vas/v1/credential/{credentialExternalId}/address

Generates a deposit address for the specified credential, genericAsset, and network.

Path Parameters

  • credentialExternalIdstringRequired
    CMS credential external ID to generate a deposit address for
    Min length: >= 1 characters

Request Body

genericAsset string required
Network-agnostic BitGo generic asset (e.g. "usdc")
Min length: >= 1 characters
network string required
Blockchain network the deposit address should belong to (e.g. "eth")
Min length: >= 1 characters

200 Response

address object required
credentialExternalId string required
Min length: >= 1 characters
asset string required
Min length: >= 1 characters
genericAsset string required
Min length: >= 1 characters
network string required
Min length: >= 1 characters
address string required
Min length: >= 1 characters
tag string
Min length: >= 1 characters

400 Response

errorName string required
error string required

404 Response

errorName string required
error string required

409 Response

errorName string required
error string required

422 Response

errorName string required
error string required

500 Response

errorName string required
error string required