GET
/
account
curl --request GET \
  --url https://staging-api.getpartna.com/v4/account \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>'
{
  "message": "success",
  "data": {
    "BNB": {
      "balance": 0,
      "pendingDebit": 0,
      "accountName": "account11",
      "asset": [
        {
          "id": "0xF35DfBc358cb8A81E2Be209f46eF6d277154280D",
          "type": "crypto",
          "meta": null
        }
      ]
    },
    "BTC": {
      "balance": 0,
      "pendingDebit": 0,
      "accountName": "account11",
      "asset": [
        {
          "id": "tb1qehhmedtvzt00et5juvlytzfkn90a4ryvfffmv0",
          "type": "crypto",
          "meta": null
        }
      ]
    },
    "ETH": {
      "balance": 0,
      "pendingDebit": 0,
      "accountName": "account11",
      "asset": [
        {
          "id": "0xF35DfBc358cb8A81E2Be209f46eF6d277154280D",
          "type": "crypto",
          "meta": null
        }
      ]
    },
    "USD": {
      "balance": 0,
      "pendingDebit": 0,
      "accountName": "account11",
      "asset": [
        {
          "id": "0xF35DfBc358cb8A81E2Be209f46eF6d277154280D",
          "type": "crypto",
          "meta": null
        },
        {
          "id": "TYA1nkwKWWak1qE6V7zcnrQVUfJHWaL1Yh",
          "type": "crypto",
          "meta": null
        }
      ]
    }
  }
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Query Parameters

accountName
string
required

Response

200
application/json
get account
data
object
message
string