swcpay
  • Payments
    • Crypto payment
    • Recurring payment
    • Link for payers
    • Receiving payment
    • Integration Testing Flow
    • Redirect to your URL using an iframe
    • Balance request
  • Withdrawal
  • Payments with static wallets for clients
  • Webhooks
  • Errors
  • Preparation for integration
Powered by GitBook
On this page
  1. Payments

Balance request

PreviousRedirect to your URL using an iframeNextWithdrawal

Last updated 5 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.swc-pay.com
Content-Type: application/json
Accept: */*
Content-Length: 29

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

No content