cURL
curl --request POST \ --url https://api.mansafinance.co/api/v1/liquidity/onboarding/whitelist \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "client_id": "35afa53d-43ea-47e6-8695-f4f569389a63", "client_request_id": "be7faa23-a157-4c19-a008-e9800b352118", "wallet_address": "0xABC123...", "label": "New Trading Wallet", "network": "Polygon" }'
{ "message": "Wallet added to whitelist", "wallet_address": "0xDEF456..." }
Whitelist a new wallet address for transfers.
API key for authentication
JWT token following RFC001 specification
100
"Polygon"
Wallet added to whitelist
"Wallet added to whitelist"
"0xDEF456..."