Get $20 credit
by registering right now.
Join Localcoin in a few minutes. Use the command below in your computer's Terminal or PowerShell to start your registration.
STEP-BY-STEP GUIDE
Register from your computer
Open Windows Terminal with your keyboard
Press Win + X, then press I to open Terminal. No mouse is needed.
Copy, paste, and run
Click Copy command, switch to Terminal with Alt + Tab, then press Ctrl + V and Enter.
curl.exe -X POST https://api.localcoin.demo/register -H "Content-Type: application/json" -d '{\"email\":\"YOUR_EMAIL\"}'Finish from the keyboard
Press Tab until the confirmation link is focused, then press Enter to open it.
Open Terminal with your keyboard
Press ⌘ + Space, type Terminal, then press Return.
Copy, paste, and run
Click Copy command, switch to Terminal with ⌘ + Tab, then press ⌘ + V and Return.
curl -X POST https://api.localcoin.demo/register -H "Content-Type: application/json" -d '{"email":"YOUR_EMAIL"}'Finish from the keyboard
Press Tab until the confirmation link is focused, then press Return.
Open Terminal with your keyboard
Press Ctrl + Alt + T on most Linux distributions.
Copy, paste, and run
Click Copy command, switch to Terminal with Alt + Tab, then press Ctrl + Shift + V and Enter.
curl -X POST https://api.localcoin.demo/register -H "Content-Type: application/json" -d '{"email":"YOUR_EMAIL"}'Finish from the keyboard
Press Tab until the confirmation link is focused, then press Enter.
Demo interface: This command shows the registration flow only. Connect it to your approved registration API before using it in production.