curl --request POST \
--url https://api.mansafinance.co/api/v2/liquidity/onboarding/whitelist \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"client_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"wallet_address": "<string>",
"label": "<string>"
}
'{
"message": "Wallet added to whitelist",
"wallet_address": "0xDEF456..."
}curl --request POST \
--url https://api.mansafinance.co/api/v2/liquidity/onboarding/whitelist \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"client_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"client_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"wallet_address": "<string>",
"label": "<string>"
}
'{
"message": "Wallet added to whitelist",
"wallet_address": "0xDEF456..."
}API key for authentication
JWT token following RFC001 specification