Get merchant wallet whitelist
Returns wallet whitelist only if "Payout API access" enabled in merchant prefences
POST
https://app.thedex.cloud/api/v1/preferences/merchant/whitelist/wallets
Headers
Name
Type
Description
X-EX-APIKEY*
String
Your API key
X-EX-PAYLOAD*
String
Body to base64
X-EX-SIGNATURE*
String
Encrypted body with the secret key
[
"wallet_address_1",
"wallet_address_"
]
Request curl:
curl --location 'https://app.thedex.cloud/api/v1/preferences/merchant/whitelist/wallets' \
--header 'X-EX-APIKEY: <string>' \
--header 'X-EX-PAYLOAD: <string>' \
--header 'X-EX-SIGNATURE: <string>' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--data '{
}'
Last updated