v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBwallets
Enrich Account
Create deposit credentials for an account. If already enriched, the deposit credentials are returned.
post/business/account/enrich
Request body
Example request
{
"businessId": "25fb7453-67e8-4f4a-b741-f7cab0eac57d",
"accountId": "e8fe3580bb1b5825b1faf240645520ac"
}Response
success
Example response
{
"accountId": "e8fe3580bb1b5825b1faf240645520ac",
"ownerId": "25fb7453-67e8-4f4a-b741-f7cab0eac57d",
"currency": "BTC",
"blockchainDepositAddress": "tb1qjkt6mhjksd54aufzygeshk0q5p4smz4lsjva52",
"blockchainNetwork": {
"name": "Bitcoin Testnet 3"
},
"blockchainNetworks": [
{
"name": "Bitcoin Testnet 3"
}
]
}