Get Single Asset
GET/v3/assets/:tickerDescription
Get an asset by ticker.
Response
{
"ticker": "btc",
"name": "Bitcoin",
"networks": [
{
"network": "btc",
"chainId": null,
"addressRegex": "^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,62}$",
"memoSupport": false,
"confirmationsNeeded": 2,
"isDefault": true,
"txExplorerMask": "https://mempool.space/tx/{hash}"
}
]
}
Last updated on