API Security
Oystr API is protected with bearer token authentication
You can grab your authentication token from here

Oystr Finance
oystr dashboard settings
Live API secret should be passed as bearer token to live url -> https://apps.oystrfinance.com/v1
Test API secret should be passed as bearer token to live url -> https://sandbox.oystrfinance.com/v1
BASE_URL is one of the following
- https://api.oystrfinance.com/v1 is the live url
- https://sandbox.oystrfinance.com/v1 is the sandbox url
Last modified 10mo ago