Get Crypto Deposit Wallet
Retrieve MetaComp's deposit wallet address and blockchain network for the specified currency.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request GET 'https://dev-api.mce.sg/v1.0/crm/deposit/wallet?participantCode=B0100010¤cy=USDC&blockchain=ETH' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"code": "string",
"msg": "string",
"data": {
"participantCode": "string",
"currency": "string",
"wallets": [
{
"blockchain": "string",
"walletAddress": "string"
}
]
}
}
Modified at 2025-12-30 08:28:06