Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://staging.api.payluk.ng/v1/whitelist-address \ --header 'Authorization: Bearer <token>' \ --header 'customer-id: <customer-id>'
{ "status": 200, "message": "Whitelisted addresses fetched successfully", "data": [ { "id": "665f1b2c9a1e4d0012ab3c60", "address": "0xabc...", "network": "TRON" } ] }
Your secret key as a Bearer token. The key prefix selects the environment: sk_test_... (test) or sk_live_... (live).
sk_test_...
sk_live_...
The merchant customer this request acts on behalf of.
Addresses fetched.