KriptoRamp / KriptoAPI
  • Getting started
    • Introduction
    • Use cases 📖
      • Fiat<>Crypto Onramp
      • Fiat<>Crypto Onramp (ledger)
      • Fiat<>Crypto Onramp (Payments in Crypto)
      • NFT Checkout
      • Onramp & Offramp with Bank Wire
    • Kripto Ramp Widget and Kripto White Label get started 🏁
    • Get API keys 🔑
  • Widget (Fiat Onramp)
    • Initialise Widget
    • Load Widget
    • Widget Configuration
    • Webhooks
      • Webhook Use Cases
  • Whitelabel API (Fiat Onramp / Offramp via Bank Wire)
    • API Reference
      • Authentication
        • Login
        • Logout
      • Endpoints
        • Users
          • Create User
          • Show user
          • Update User
          • User Balance
          • Master Balance
        • Compliance
        • Payments & bank wire
          • Add Bank
          • List Bank Details
          • View Bank Details
          • Remove a Bank
          • Deposit Instructions
          • User limits
          • Withdraw
        • Crypto Exchange & Wallet
          • Pairs
          • Exchange Rate
          • Buy Order
          • Sell Order
          • Currencies
          • Transaction List
          • User Transaction List
          • Show Transaction
          • Limits minimum
    • Webhooks & Websockets
  • Supported cryptocurrencies 🌍
    • KriptoRamp
    • Kripto White Label
  • Links
    • Kriptomat.io
Powered by GitBook
On this page

Was this helpful?

  1. Whitelabel API (Fiat Onramp / Offramp via Bank Wire)
  2. API Reference
  3. Endpoints

Crypto Exchange & Wallet

PreviousWithdrawNextPairs

Last updated 2 years ago

Was this helpful?

Function

Endpoint

Description

GET /api/v1/partners/pairs

Fetch a list of available exchange pairs to display to your user.

GET /api/v1/partners/exchange-rates

Fetch information related to exchange rate for selected

POST /api/v1/partners/users/{user}/buy

Complete buy order for selected

POST /api/v1/partners/users/{user}/sell

Complete sell order for selected

GET /api/v1/partners/currencies

Fetch a list of available currencies

GET /api/v1/partners/users-transactions

Fetch a list of transactions for all users.

GET /api/v1/partners/users/{user}/transactions

Fetch a list of transactions for a specific user.

GET /api/v1/partners/users/{user}/transactions/{transactionId}

Fetch a specific transaction for a specific user.

GET /api/v1/partners/limits/minimum

Fetch minimum buy or sell amount

Pairs
Exchange rates
pair
Buy order
pair
Sell order
pair
Currencies
Transaction list
User transaction list
Show transaction
Limits minimum