githubEdit

Assets

get

Retrieves the assets using the provided authorization token.

Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
  • The authorization token from the request header.
Responses
chevron-right
200

A promise that resolves to a LynexAPIResponse containing the assets data, success status, and a message.

application/json

Represents the response structure from the Lynex API.

successbooleanRequired

Indicates whether the API request was successful.

messagestringRequired

A message providing additional information about the API response.

dataanyOptional

Optional data returned by the API, if any.

get
/lynex/data/assets
200

A promise that resolves to a LynexAPIResponse containing the assets data, success status, and a message.

get

Retrieves an asset by its address.

Authorizations
AuthorizationstringRequired
Path parameters
addressstringRequired
  • The address of the asset to retrieve.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
chevron-right
200

A promise that resolves to a LynexAPIResponse containing the asset data.

application/json

Represents the response structure from the Lynex API.

successbooleanRequired

Indicates whether the API request was successful.

messagestringRequired

A message providing additional information about the API response.

dataanyOptional

Optional data returned by the API, if any.

get
/lynex/data/assets/{address}
200

A promise that resolves to a LynexAPIResponse containing the asset data.