PASAR API
Operates in MY (BTC/MYR, ETH/MYR). HTTP Basic with API key ID+secret; public market data free; websocket feed.
View docs ↗ More Crypto APIs# Luno API ~ crypto wallet, trading & market data needs an API key ~ get yours at: # https://www.luno.com/en/developers/api curl 'https://api.luno.com/api/1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app. API: Luno API ~ crypto wallet, trading & market data Provider: Luno Auth: requires an API key (sign up: https://www.luno.com/en/developers/api) Pricing: freemium Base URL: https://api.luno.com/api/1 Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.