/b2b/validate-wallet
B2B validate wallet
Query Parameters
- Type: string
currency requiredCrypto currency
- Type: string
address requiredWallet address to check
- Type: string
network Network of currency
Responses
- application/json
- application/json
- application/json
Request Example for get/b2b/validate-wallet
curl 'https://sandbox-api.mrcr.io/v1.6/b2b/validate-wallet?currency=&address=&network=' \
--header 'B2B-Bearer-Token: YOUR_SECRET_TOKEN'
{
"status": 200,
"data": {
"status": "success"
}
}