Check availability of pairs API
API for checking if pair is available
Endpoint
Staging: https://stg.api.onramp.pokoapp.xyz/api/pair-available
Production: https://api.onramp.pokoapp.xyz/api/pair-available
Making request
Method: GET
Header: attach your API_KEY into this key
x-api-key
Params
fiat: fiat currency (VND, USD,...)
cryptoIds: list of cryptos (MATIC-polygon,TOWER-polygon,...)
Example code
Response
available: true/false
providers: list of proividers support the current pair
Example response
Last updated