cURL
curl --request POST \ --url https://apidev.nusd.me/nps/address/verify \ --header 'Content-Type: application/json' \ --data ' { "address": "0xdc2e6b357766aa4b66f41dc29598379ce7d61d46", "chain_id": "BSC_BNB" } '
{ "status": 0, "data": { "is_valid": true, "address": "0xdc2e6b357766aa4b66f41dc29598379ce7d61d46" }, "msg": "<string>" }
Verify the validity of a deposit address.
Address to verify.
"0xdc2e6b357766aa4b66f41dc29598379ce7d61d46"
Chain to verify against.
"BSC_BNB"
Request succeeded. Returns the verification result.
Status code. 0 indicates success.
0
Address verification result.
Show child attributes
Error message. Present when status is non-zero.