GET AN ASSET

Retrieve asset details

GET {main_url}/assets/{assetID}

Path Parameters

Name
Type
Description

assetID*

String

The Asset ID

Headers

Name
Type
Description

taas-api-key*

String

Generated API key from TAAS dashboard

content-type*

String

application/json

accept*

String

application/json

{ 
  name: string;
  tokenAddress: string;
  tokenPrice: number;
  tokenTicker: string;
  description: string;
  media: 
  [{
    type: string;
    fileURI: string;
  }];
  documents: [{
    fileType : string,
    fileSize: string
 }]
]

Last updated