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
  • Users
  • Payments & bank wire
  • Crypto exchange & wallet

Was this helpful?

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

Endpoints

Users

Function

Endpoint

Description

POST /api/v1/partners/users

Create a new user for the person using your integration.

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

First you need to check if your user is already a confirmed KYC approved user.

POST /api/v1/partners/users

Update the user for the person using your integration.

GET /api/v1/partners/users/{user_id}/balances

Fetch users balance to ensure enough funds.

GET /api/v1/partners/balances

Fetch the master users balance.

Payments & bank wire

Function

Endpoint

Description

POST /api/v1/partners/users/{user_id}/bank-accounts

Deprecated

GET /api/v1/partners/users/{user}/bank-accounts

Fetch details of all bank accounts for the person using your integration

GET /api/v1/partners/users/{user}/bank-accounts/{bankId}

Fetch details of a bank account for the person using your integration

DELETE /api/v1/partners/users/{user}/bank-accounts/{bankId}

Delete a bank account for the person using your integration

GET /api/v1/partners/users/{user}/deposit-instructions

Fetch deposit instructions to be displayed to the person using your integration

GET /api/v1/partners/users/{user}/limits?type=fiat_deposit

returns the information about the user’s limits with optional parameter type which can be fiat_withdrawal or fiat_deposit

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

Make withdrawal of FIAT to bank account for your user.

Crypto exchange & wallet

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

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

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

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

PreviousLogoutNextUsers

Last updated 2 years ago

Was this helpful?

Fetch information related to exchange rate for selected

Complete buy order for selected

Complete sell order for selected

Create user
Get User
Update user
User balance
Master balance
Add bank
List bank details
View bank details
Remove a bank
Deposit instructions
User limits
Fiat Withdraw
Pairs
Exchange rates
pair
Buy order
pair
Sell order
pair
Currencies
Transaction list
User transaction list
Show transaction
Limits minimum