Fetch Financial Asset
Create a new contact in your organization.
Get Financial Asset Details
In order to call mutations such as money transfers and swaps, you will need to fetch the financial asset ID of a specific asset. The way to get a specific asset/multiple asset IDs, use the following query:
In the query variables (body), you insert the code of the asset you wish to fetch. See the example body below for reference.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body (FinancialAssetWhereInput object)
Name | Type | Description |
---|---|---|
code | String | Asset Code (i.e. - USDT / ETH / BTC / MATIC) |
Example body:
Response
Return values:
Name | Type | Description |
---|---|---|
code | String | Asset Code |
id | String | Asset ID |