Request nonce for authentication
POST
/auth-nonce
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.nusabyte.com/api/v1/auth-nonce' \
--header 'Content-Type: application/json' \
--data-raw '{
"blockchainType": "solana",
"userAddress": "GtYQTjgJ64ny3idgisfPctvvesYWfnzBtDqRPT5mUE3s"
}'
Response Response Example
{
"nonce": "968fa2a2bb4af326a7df0fed76a819cb06a52ffa7800c0dcd1b1d372f920b1af6cac7b4fd65cc3518352ff22ceb23bb9"
}
Request
Body Params application/json
Responses
Modified at 2025-04-25 06:46:38