Exchanges listing
Last updated
Last updated
RKFL supports 'N' numbers of crypto exchanges. A merchant can configure which exchanges will display on his payment page.
This API accepts the merchant access token and shopper access token in headers. It returns the merchant's enabled exchanges list and a key "connected: true" if the logged-in shopper is already connected with the exchange.
In the below screenshot, the merchant "Hush Puppies" has enabled three exchanges (Coinbase, BinanceUs, and Kraken) to display on his page, and the logged-in shopper is not connected with any exchange.
The screenshot below shows that the merchant "Woo Commerce Dev" has enabled four exchanges (OKcoin, Coinbase, Kraken, and Gemini) to display on his page, and the logged-in shopper is not connected with OKcoin.
Once the shopper is connected to any exchange and provides permission, the RKFL remembers the connection and keeps him connected until the connection string is invalid or the shopper closes the connection.
GET
exchanges/my
Name | Type | Description |
---|---|---|
Authorization* | String | "Bearer" + merchant access token |
Content-Type | String | application/json |
X-Shopper-Key* | String | "Bearer" + shopper access token |