Asset Info provides detailed information about supported assets on our platform.
Request
Query Params
assetId
string
optional
The unique numerical identifier for the asset.
Example:
1
assetName
string
optional
The name of the asset.
Example:
USDT
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://testnet.trade.vessel.finance/api/v1/public/assetInfo?assetId=1&assetName=USDT'
Responses
🟢200OK
application/json
Body
assetId
string
required
A unique numerical identifier for the currency.
assetName
string
required
Name of the asset (e.g., "WBTC" for Wrapped Bitcoin)
address
string
required
The on-chain address of the currency
isToken
boolean
required
Indicates whether the asset is a token (true) or a native cryptocurrency (false)
canDepositFrontend
boolean
required
Indicates if deposit can be made through the frontend interface
canWithdraw
boolean
required
Indicates if withdrawal are allowed for this asset
minWithdrawSize
string
required
Minimum amount that can be withdrawn in a single transaction
maxWithdrawSize
string
required
Maximum amount that can be withdrawn in a single transaction
depositLimit
string
required
Maximum number of digital places allowed for deposits
depositPrecision
string
required
Maximum number of decimal places allowed for deposits
onChainDecimal
string
required
The number of decimal places used for on-chain calculations.
scaleK
string
required
Related to the maximum number of the decimal places in the fractional part of the currency. 'scaleK' of '1000000' allows up to 6 decimal places in the fractional part.