/b2b/validate-wallet

B2B validate wallet

Query Parameters
  • currency
    Type: string
    required

    Crypto currency

  • address
    Type: string
    required

    Wallet address to check

  • network
    Type: string

    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"
  }
}