PASAR API
Market-data endpoints are keyless (live-tested: /openapi/quote/v1/ticker/price returns BTCPHP); trading and wallet need API key + HMAC-SHA256 signature from a verified account. PH-first.
View docs ↗ More Crypto APIs# Coins.ph ~ crypto exchange and wallet API needs an API key ~ get yours at: # https://docs.coins.ph/rest-api/ curl 'https://api.pro.coins.ph' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Philippines API into my app. API: Coins.ph ~ crypto exchange and wallet API Provider: Coins.ph Auth: requires an API key (sign up: https://docs.coins.ph/rest-api/) Pricing: freemium Base URL: https://api.pro.coins.ph Important note: Market-data endpoints are keyless (live-tested: /openapi/quote/v1/ticker/price returns BTCPHP); trading and wallet need API key + HMAC-SHA256 signature from a verified account. PH-first. Source: Coins.ph (https://docs.coins.ph/rest-api/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-07-03 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.