dashed-slug.net › Forums › General discussion › [Feature Request] API Key Auth instead of Login Creds › Reply To: [Feature Request] API Key Auth instead of Login Creds
		March 28, 2019 at 11:28 am
		
		#6072
		
		
		
	
Keymaster
		
		
	About your question regarding transactions, here’s a complete example:
This would retrieve the first 10 BTC transactions. Don’t forget to add authentication parameters to your call.
You can always observe the XHR requests in your browser to see how the plugin does it.
This is where the GET parameters get passed into the PHP API:
https://github.com/dashed-slug/wallets/blob/4.2.0/includes/json-api.php#L1157-L1168
And the relevant PHP API:
with regards
