πAuthentication and environments
curl 'https://api.coindisco.com/api/white-label/v1/active-providers/' \
--header 'Partner-Api-Key: pk_test_YOUR_PUBLIC_KEY'Environment selection
Prefix
Environment
Browser and server usage
Forwarding the end-user IP
curl 'https://api.coindisco.com/api/white-label/v1/retrieve-buy-link/' \
--request POST \
--header 'Partner-Api-Key: pk_prod_YOUR_PUBLIC_KEY' \
--header 'X-Forwarded-For: YOUR_END_USER_IP' \
--header 'Content-Type: application/json' \
--data '{ ... }'Last updated