Native asset

Get native asset for a blockchain

get
Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
get
GET /v1/blockchains/native-asset/{id} HTTP/1.1
Host: 
Authorization: Bearer Bearer
Accept: */*
200Success
{
  "id": "text",
  "name": "text",
  "symbol": "text",
  "defaultDecimals": 1,
  "isStablecoin": true,
  "defaultContractAddress": "text"
}