# Try our API. Copy & run this in your terminal
curl -X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer test_token_I6Ims4a2dvNXJLUzMy" \
https://biwse.com/api/v1/new_address
# Try our API. Copy & run this in your terminal
curl -X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer test_token_I6Ims4a2dvNXJLUzMy" \
https://biwse.com/api/v1/balance
# Try our API. Copy & run this in your terminal
curl -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer test_token_I6Ims4a2dvNXJLUzMy" \
-d '{
"address": "mtXWDB6k5yC5v7TcwKZHB89SUp85yCKshy",
"amount": 0.1
}' \
https://biwse.com/api/v1/send
# Try our API. Copy & run this in your terminal
curl -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer test_token_I6Ims4a2dvNXJLUzMy" \
-d '{
"address": "mtXWDB6k5yC5v7TcwKZHB89SUp85yCKshy",
"amount": 0.1
}' \
https://biwse.com/api/v1/new_invoice