import Ivy from '@getivy/node-sdk';const client = new Ivy({ apiKey: 'My API Key',});const fx = await client.fx.retrieve({ fxId: 'fxId' });console.log(fx.id);
Retrieve the details of a past fx transfer using the fxId.
POST
/
api
/
service
/
fx
/
retrieve
JavaScript
Copy
Ask AI
import Ivy from '@getivy/node-sdk';const client = new Ivy({ apiKey: 'My API Key',});const fx = await client.fx.retrieve({ fxId: 'fxId' });console.log(fx.id);