Skip to main content
GET
https://backend-develop.themarketunited.com
/
balances
/
{account}
Get account balance
curl --request GET \
  --url https://backend-develop.themarketunited.com/balances/{account}
{
  "account": "<string>",
  "collateral": {
    "onChain": "<string>",
    "locked": "<string>",
    "available": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://unitedmarket.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

account
string
required

Wallet address.

Response

200 - application/json

Balance returned.

account
string
collateral
object