Skip to main content
GET
/
payment
/
api
/
v1
/
offramp-audit
/
crypto-balance
/
{crypto}
/
{blockchain}
/
{user_id}
Get Crypto Balance
curl --request GET \
  --url https://api.carbnconnect.com/payment/api/v1/offramp-audit/crypto-balance/{crypto}/{blockchain}/{user_id} \
  --header 'x-api-key: <api-key>'
150.75

Authorizations

x-api-key
string
header
required

API key for authentication. Must be included in the x-api-key header.

Path Parameters

crypto
string
required

The cryptocurrency symbol (e.g., USDC, USDT)

blockchain
string
required

The blockchain network (e.g., solana, ethereum, polygon)

user_id
string<uuid>
required

The unique identifier of the user

Response

Crypto balance retrieved successfully

The crypto balance in USD

Example:

150.75