data (response payload) and lastResponse (request metadata).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
data (response payload) and lastResponse (request metadata).
const response = await client.getTradeSmartTransaction(
accountAddress,
smartTransactionAddress
);
console.log(response.data.tradableAssets);
console.log(response.data.status);
| Property | Type | Description |
|---|
Was this page helpful?