©️
Cryptadium API
  • Basics
    • Payments
      • Crypto payment
      • Fiat payment
      • Recurring payment
      • Link for payers
      • Receiving payment
      • Integration Testing Flow
      • Redirect to your URL using an iframe
      • Balance request
    • Check wallet address
    • Withdrawal
    • Payments with static wallets for clients
  • Webhooks
  • Errors
  • Preparation for integration
Powered by GitBook
On this page
  1. Basics
  2. Payments

Balance request

PreviousRedirect to your URL using an iframeNextCheck wallet address

Last updated 6 months ago

Receiving balance in cryptocurrency

post

Use this request to get your cryptocurrency balance

Body
currenciesstring[]OptionalExample: ["USDT","BTC"]
Responses
200Success
post
POST /api/v1/balances HTTP/1.1
Host: dashboard.cryptadium.com
Content-Type: application/json
Accept: */*
Content-Length: 29

{
  "currencies": [
    "USDT",
    "BTC"
  ]
}
200Success

No content