cURL
curl --request GET \ --url https://api.perpo.trade/v1/transfer_nonce \ --header 'perpo-account-id: <perpo-account-id>' \ --header 'perpo-key: <perpo-key>' \ --header 'perpo-signature: <perpo-signature>' \ --header 'perpo-timestamp: <perpo-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "transfer_nonce": 1 } }
OK
true
1702989203989
Show child attributes