Whitelist Address

Whitelist Address

POST /whiteListAddress

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

bscAddress

string

bsc address you wish to whitelist

bankName

string

bank name

bankAccountNumber

string

Account number

Response

{
  "id": 1,
  "name": "John",
  "age": 30
}

Last updated