Assets

Get Available Instruments

get

Retrieve a list of available assets with minimum withdrawal sizes.

Authorizations
Responses
200
Successful response
application/json
get
GET /api/v1/instruments/assets HTTP/1.1
Host: cams.aquanow.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Successful response

[
  {
    "asset": "BTC",
    "minWithdrawSize": "0.0001",
    "networks": [
      "Native"
    ]
  }
]

Last updated