@compass-labs/api-sdk 2.2.75 → 2.2.76-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -3
- package/codeSamples_typescript.yaml +12 -0
- package/dist/commonjs/funcs/creditCreditMorphoMarkets.d.ts +24 -0
- package/dist/commonjs/funcs/creditCreditMorphoMarkets.d.ts.map +1 -0
- package/dist/commonjs/funcs/creditCreditMorphoMarkets.js +128 -0
- package/dist/commonjs/funcs/creditCreditMorphoMarkets.js.map +1 -0
- package/dist/commonjs/funcs/tokenizedAssetsTokenizedAssetsRedemptions.d.ts +30 -0
- package/dist/commonjs/funcs/tokenizedAssetsTokenizedAssetsRedemptions.d.ts.map +1 -0
- package/dist/commonjs/funcs/tokenizedAssetsTokenizedAssetsRedemptions.js +136 -0
- package/dist/commonjs/funcs/tokenizedAssetsTokenizedAssetsRedemptions.js.map +1 -0
- package/dist/commonjs/models/components/accountsummary.d.ts +4 -0
- package/dist/commonjs/models/components/accountsummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/accountsummary.js.map +1 -1
- package/dist/commonjs/models/components/collateralposition.d.ts +12 -0
- package/dist/commonjs/models/components/collateralposition.d.ts.map +1 -1
- package/dist/commonjs/models/components/collateralposition.js +4 -0
- package/dist/commonjs/models/components/collateralposition.js.map +1 -1
- package/dist/commonjs/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.d.ts +8 -6
- package/dist/commonjs/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.d.ts.map +1 -1
- package/dist/commonjs/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.js +3 -3
- package/dist/commonjs/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.js.map +1 -1
- package/dist/commonjs/models/components/compassapibackendv2modelstokenizedassetsreadresponsepositionsposition.d.ts +4 -2
- package/dist/commonjs/models/components/compassapibackendv2modelstokenizedassetsreadresponsepositionsposition.d.ts.map +1 -1
- package/dist/commonjs/models/components/compassapibackendv2modelstokenizedassetsreadresponsepositionsposition.js.map +1 -1
- package/dist/commonjs/models/components/creditborrowparams.d.ts +4 -0
- package/dist/commonjs/models/components/creditborrowparams.d.ts.map +1 -1
- package/dist/commonjs/models/components/creditborrowparams.js.map +1 -1
- package/dist/commonjs/models/components/creditborrowrequest.d.ts +4 -0
- package/dist/commonjs/models/components/creditborrowrequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/creditborrowrequest.js.map +1 -1
- package/dist/commonjs/models/components/creditenablecollateralparams.d.ts +4 -0
- package/dist/commonjs/models/components/creditenablecollateralparams.d.ts.map +1 -1
- package/dist/commonjs/models/components/creditenablecollateralparams.js.map +1 -1
- package/dist/commonjs/models/components/creditprotocol.d.ts +9 -0
- package/dist/commonjs/models/components/creditprotocol.d.ts.map +1 -1
- package/dist/commonjs/models/components/creditprotocol.js +5 -0
- package/dist/commonjs/models/components/creditprotocol.js.map +1 -1
- package/dist/commonjs/models/components/creditrepayparams.d.ts +4 -0
- package/dist/commonjs/models/components/creditrepayparams.d.ts.map +1 -1
- package/dist/commonjs/models/components/creditrepayparams.js.map +1 -1
- package/dist/commonjs/models/components/creditrepayrequest.d.ts +4 -0
- package/dist/commonjs/models/components/creditrepayrequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/creditrepayrequest.js.map +1 -1
- package/dist/commonjs/models/components/creditsupplyparams.d.ts +4 -0
- package/dist/commonjs/models/components/creditsupplyparams.d.ts.map +1 -1
- package/dist/commonjs/models/components/creditsupplyparams.js.map +1 -1
- package/dist/commonjs/models/components/creditwithdrawparams.d.ts +4 -0
- package/dist/commonjs/models/components/creditwithdrawparams.d.ts.map +1 -1
- package/dist/commonjs/models/components/creditwithdrawparams.js.map +1 -1
- package/dist/commonjs/models/components/debtposition.d.ts +12 -0
- package/dist/commonjs/models/components/debtposition.d.ts.map +1 -1
- package/dist/commonjs/models/components/debtposition.js +4 -0
- package/dist/commonjs/models/components/debtposition.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +4 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +4 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/marketdetail.d.ts +8 -6
- package/dist/commonjs/models/components/marketdetail.d.ts.map +1 -1
- package/dist/commonjs/models/components/marketdetail.js +3 -3
- package/dist/commonjs/models/components/marketdetail.js.map +1 -1
- package/dist/commonjs/models/components/morpholendingmarket.d.ts +80 -0
- package/dist/commonjs/models/components/morpholendingmarket.d.ts.map +1 -0
- package/dist/commonjs/models/components/morpholendingmarket.js +82 -0
- package/dist/commonjs/models/components/morpholendingmarket.js.map +1 -0
- package/dist/commonjs/models/components/morphomarketsresponse.d.ts +21 -0
- package/dist/commonjs/models/components/morphomarketsresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/morphomarketsresponse.js +52 -0
- package/dist/commonjs/models/components/morphomarketsresponse.js.map +1 -0
- package/dist/commonjs/models/components/redemption.d.ts +52 -0
- package/dist/commonjs/models/components/redemption.d.ts.map +1 -0
- package/dist/commonjs/models/components/redemption.js +73 -0
- package/dist/commonjs/models/components/redemption.js.map +1 -0
- package/dist/commonjs/models/components/redemptionsresponse.d.ts +17 -0
- package/dist/commonjs/models/components/redemptionsresponse.d.ts.map +1 -0
- package/dist/commonjs/models/components/redemptionsresponse.js +51 -0
- package/dist/commonjs/models/components/redemptionsresponse.js.map +1 -0
- package/dist/commonjs/models/components/tokenizedassetclass.d.ts +9 -4
- package/dist/commonjs/models/components/tokenizedassetclass.d.ts.map +1 -1
- package/dist/commonjs/models/components/tokenizedassetclass.js +5 -2
- package/dist/commonjs/models/components/tokenizedassetclass.js.map +1 -1
- package/dist/commonjs/models/components/tokenizedassetprovider.d.ts +1 -0
- package/dist/commonjs/models/components/tokenizedassetprovider.d.ts.map +1 -1
- package/dist/commonjs/models/components/tokenizedassetprovider.js +1 -0
- package/dist/commonjs/models/components/tokenizedassetprovider.js.map +1 -1
- package/dist/commonjs/models/components/tokenizedassetstraderesponse.d.ts +22 -0
- package/dist/commonjs/models/components/tokenizedassetstraderesponse.d.ts.map +1 -1
- package/dist/commonjs/models/components/tokenizedassetstraderesponse.js +14 -1
- package/dist/commonjs/models/components/tokenizedassetstraderesponse.js.map +1 -1
- package/dist/commonjs/models/operations/index.d.ts +2 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +2 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/v2creditmorphomarkets.d.ts +22 -0
- package/dist/commonjs/models/operations/v2creditmorphomarkets.d.ts.map +1 -0
- package/dist/commonjs/models/operations/v2creditmorphomarkets.js +57 -0
- package/dist/commonjs/models/operations/v2creditmorphomarkets.js.map +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsredemptions.d.ts +43 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsredemptions.d.ts.map +1 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsredemptions.js +64 -0
- package/dist/commonjs/models/operations/v2tokenizedassetsredemptions.js.map +1 -0
- package/dist/commonjs/sdk/credit.d.ts +12 -0
- package/dist/commonjs/sdk/credit.d.ts.map +1 -1
- package/dist/commonjs/sdk/credit.js +15 -0
- package/dist/commonjs/sdk/credit.js.map +1 -1
- package/dist/commonjs/sdk/tokenizedassets.d.ts +18 -0
- package/dist/commonjs/sdk/tokenizedassets.d.ts.map +1 -1
- package/dist/commonjs/sdk/tokenizedassets.js +21 -0
- package/dist/commonjs/sdk/tokenizedassets.js.map +1 -1
- package/dist/esm/funcs/creditCreditMorphoMarkets.d.ts +24 -0
- package/dist/esm/funcs/creditCreditMorphoMarkets.d.ts.map +1 -0
- package/dist/esm/funcs/creditCreditMorphoMarkets.js +92 -0
- package/dist/esm/funcs/creditCreditMorphoMarkets.js.map +1 -0
- package/dist/esm/funcs/tokenizedAssetsTokenizedAssetsRedemptions.d.ts +30 -0
- package/dist/esm/funcs/tokenizedAssetsTokenizedAssetsRedemptions.d.ts.map +1 -0
- package/dist/esm/funcs/tokenizedAssetsTokenizedAssetsRedemptions.js +100 -0
- package/dist/esm/funcs/tokenizedAssetsTokenizedAssetsRedemptions.js.map +1 -0
- package/dist/esm/models/components/accountsummary.d.ts +4 -0
- package/dist/esm/models/components/accountsummary.d.ts.map +1 -1
- package/dist/esm/models/components/accountsummary.js.map +1 -1
- package/dist/esm/models/components/collateralposition.d.ts +12 -0
- package/dist/esm/models/components/collateralposition.d.ts.map +1 -1
- package/dist/esm/models/components/collateralposition.js +4 -0
- package/dist/esm/models/components/collateralposition.js.map +1 -1
- package/dist/esm/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.d.ts +8 -6
- package/dist/esm/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.d.ts.map +1 -1
- package/dist/esm/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.js +3 -3
- package/dist/esm/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.js.map +1 -1
- package/dist/esm/models/components/compassapibackendv2modelstokenizedassetsreadresponsepositionsposition.d.ts +4 -2
- package/dist/esm/models/components/compassapibackendv2modelstokenizedassetsreadresponsepositionsposition.d.ts.map +1 -1
- package/dist/esm/models/components/compassapibackendv2modelstokenizedassetsreadresponsepositionsposition.js.map +1 -1
- package/dist/esm/models/components/creditborrowparams.d.ts +4 -0
- package/dist/esm/models/components/creditborrowparams.d.ts.map +1 -1
- package/dist/esm/models/components/creditborrowparams.js.map +1 -1
- package/dist/esm/models/components/creditborrowrequest.d.ts +4 -0
- package/dist/esm/models/components/creditborrowrequest.d.ts.map +1 -1
- package/dist/esm/models/components/creditborrowrequest.js.map +1 -1
- package/dist/esm/models/components/creditenablecollateralparams.d.ts +4 -0
- package/dist/esm/models/components/creditenablecollateralparams.d.ts.map +1 -1
- package/dist/esm/models/components/creditenablecollateralparams.js.map +1 -1
- package/dist/esm/models/components/creditprotocol.d.ts +9 -0
- package/dist/esm/models/components/creditprotocol.d.ts.map +1 -1
- package/dist/esm/models/components/creditprotocol.js +5 -0
- package/dist/esm/models/components/creditprotocol.js.map +1 -1
- package/dist/esm/models/components/creditrepayparams.d.ts +4 -0
- package/dist/esm/models/components/creditrepayparams.d.ts.map +1 -1
- package/dist/esm/models/components/creditrepayparams.js.map +1 -1
- package/dist/esm/models/components/creditrepayrequest.d.ts +4 -0
- package/dist/esm/models/components/creditrepayrequest.d.ts.map +1 -1
- package/dist/esm/models/components/creditrepayrequest.js.map +1 -1
- package/dist/esm/models/components/creditsupplyparams.d.ts +4 -0
- package/dist/esm/models/components/creditsupplyparams.d.ts.map +1 -1
- package/dist/esm/models/components/creditsupplyparams.js.map +1 -1
- package/dist/esm/models/components/creditwithdrawparams.d.ts +4 -0
- package/dist/esm/models/components/creditwithdrawparams.d.ts.map +1 -1
- package/dist/esm/models/components/creditwithdrawparams.js.map +1 -1
- package/dist/esm/models/components/debtposition.d.ts +12 -0
- package/dist/esm/models/components/debtposition.d.ts.map +1 -1
- package/dist/esm/models/components/debtposition.js +4 -0
- package/dist/esm/models/components/debtposition.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +4 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +4 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/marketdetail.d.ts +8 -6
- package/dist/esm/models/components/marketdetail.d.ts.map +1 -1
- package/dist/esm/models/components/marketdetail.js +3 -3
- package/dist/esm/models/components/marketdetail.js.map +1 -1
- package/dist/esm/models/components/morpholendingmarket.d.ts +80 -0
- package/dist/esm/models/components/morpholendingmarket.d.ts.map +1 -0
- package/dist/esm/models/components/morpholendingmarket.js +45 -0
- package/dist/esm/models/components/morpholendingmarket.js.map +1 -0
- package/dist/esm/models/components/morphomarketsresponse.d.ts +21 -0
- package/dist/esm/models/components/morphomarketsresponse.d.ts.map +1 -0
- package/dist/esm/models/components/morphomarketsresponse.js +15 -0
- package/dist/esm/models/components/morphomarketsresponse.js.map +1 -0
- package/dist/esm/models/components/redemption.d.ts +52 -0
- package/dist/esm/models/components/redemption.d.ts.map +1 -0
- package/dist/esm/models/components/redemption.js +36 -0
- package/dist/esm/models/components/redemption.js.map +1 -0
- package/dist/esm/models/components/redemptionsresponse.d.ts +17 -0
- package/dist/esm/models/components/redemptionsresponse.d.ts.map +1 -0
- package/dist/esm/models/components/redemptionsresponse.js +14 -0
- package/dist/esm/models/components/redemptionsresponse.js.map +1 -0
- package/dist/esm/models/components/tokenizedassetclass.d.ts +9 -4
- package/dist/esm/models/components/tokenizedassetclass.d.ts.map +1 -1
- package/dist/esm/models/components/tokenizedassetclass.js +5 -2
- package/dist/esm/models/components/tokenizedassetclass.js.map +1 -1
- package/dist/esm/models/components/tokenizedassetprovider.d.ts +1 -0
- package/dist/esm/models/components/tokenizedassetprovider.d.ts.map +1 -1
- package/dist/esm/models/components/tokenizedassetprovider.js +1 -0
- package/dist/esm/models/components/tokenizedassetprovider.js.map +1 -1
- package/dist/esm/models/components/tokenizedassetstraderesponse.d.ts +22 -0
- package/dist/esm/models/components/tokenizedassetstraderesponse.d.ts.map +1 -1
- package/dist/esm/models/components/tokenizedassetstraderesponse.js +13 -0
- package/dist/esm/models/components/tokenizedassetstraderesponse.js.map +1 -1
- package/dist/esm/models/operations/index.d.ts +2 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +2 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/v2creditmorphomarkets.d.ts +22 -0
- package/dist/esm/models/operations/v2creditmorphomarkets.d.ts.map +1 -0
- package/dist/esm/models/operations/v2creditmorphomarkets.js +20 -0
- package/dist/esm/models/operations/v2creditmorphomarkets.js.map +1 -0
- package/dist/esm/models/operations/v2tokenizedassetsredemptions.d.ts +43 -0
- package/dist/esm/models/operations/v2tokenizedassetsredemptions.d.ts.map +1 -0
- package/dist/esm/models/operations/v2tokenizedassetsredemptions.js +27 -0
- package/dist/esm/models/operations/v2tokenizedassetsredemptions.js.map +1 -0
- package/dist/esm/sdk/credit.d.ts +12 -0
- package/dist/esm/sdk/credit.d.ts.map +1 -1
- package/dist/esm/sdk/credit.js +15 -0
- package/dist/esm/sdk/credit.js.map +1 -1
- package/dist/esm/sdk/tokenizedassets.d.ts +18 -0
- package/dist/esm/sdk/tokenizedassets.d.ts.map +1 -1
- package/dist/esm/sdk/tokenizedassets.js +21 -0
- package/dist/esm/sdk/tokenizedassets.js.map +1 -1
- package/docs/models/components/accountsummary.md +10 -10
- package/docs/models/components/collateralposition.md +16 -14
- package/docs/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.md +21 -18
- package/docs/models/components/compassapibackendv2modelstokenizedassetsreadresponsepositionsposition.md +15 -15
- package/docs/models/components/creditborrowparams.md +9 -9
- package/docs/models/components/creditborrowrequest.md +19 -19
- package/docs/models/components/creditenablecollateralparams.md +6 -6
- package/docs/models/components/creditprotocol.md +5 -1
- package/docs/models/components/creditrepayparams.md +8 -8
- package/docs/models/components/creditrepayrequest.md +18 -18
- package/docs/models/components/creditsupplyparams.md +7 -7
- package/docs/models/components/creditwithdrawparams.md +7 -7
- package/docs/models/components/debtposition.md +15 -13
- package/docs/models/components/marketdetail.md +32 -29
- package/docs/models/components/morpholendingmarket.md +49 -0
- package/docs/models/components/morphomarketsresponse.md +21 -0
- package/docs/models/components/redemption.md +27 -0
- package/docs/models/components/redemptionsresponse.md +19 -0
- package/docs/models/components/redemptionstatus.md +17 -0
- package/docs/models/components/settlement.md +17 -0
- package/docs/models/components/tokenizedassetclass.md +6 -4
- package/docs/models/components/tokenizedassetprovider.md +2 -2
- package/docs/models/components/tokenizedassetstraderesponse.md +9 -6
- package/docs/models/operations/v2creditmorphomarketschain.md +15 -0
- package/docs/models/operations/v2creditmorphomarketsrequest.md +17 -0
- package/docs/models/operations/v2tokenizedassetsredemptionschain.md +17 -0
- package/docs/models/operations/v2tokenizedassetsredemptionsrequest.md +21 -0
- package/docs/sdks/credit/README.md +80 -0
- package/docs/sdks/tokenizedassets/README.md +90 -0
- package/openapi_prepped_for_speakeasy.json +451 -21
- package/package.json +1 -1
- package/src/funcs/creditCreditMorphoMarkets.ts +182 -0
- package/src/funcs/tokenizedAssetsTokenizedAssetsRedemptions.ts +192 -0
- package/src/models/components/accountsummary.ts +4 -0
- package/src/models/components/collateralposition.ts +16 -0
- package/src/models/components/compassapibackendv2modelstokenizedassetsmarketmarket.ts +11 -9
- package/src/models/components/compassapibackendv2modelstokenizedassetsreadresponsepositionsposition.ts +4 -2
- package/src/models/components/creditborrowparams.ts +4 -0
- package/src/models/components/creditborrowrequest.ts +4 -0
- package/src/models/components/creditenablecollateralparams.ts +4 -0
- package/src/models/components/creditprotocol.ts +9 -0
- package/src/models/components/creditrepayparams.ts +4 -0
- package/src/models/components/creditrepayrequest.ts +4 -0
- package/src/models/components/creditsupplyparams.ts +4 -0
- package/src/models/components/creditwithdrawparams.ts +4 -0
- package/src/models/components/debtposition.ts +16 -0
- package/src/models/components/index.ts +4 -0
- package/src/models/components/marketdetail.ts +11 -9
- package/src/models/components/morpholendingmarket.ts +133 -0
- package/src/models/components/morphomarketsresponse.ts +46 -0
- package/src/models/components/redemption.ts +89 -0
- package/src/models/components/redemptionsresponse.ts +38 -0
- package/src/models/components/tokenizedassetclass.ts +9 -4
- package/src/models/components/tokenizedassetprovider.ts +1 -0
- package/src/models/components/tokenizedassetstraderesponse.ts +28 -0
- package/src/models/operations/index.ts +2 -0
- package/src/models/operations/v2creditmorphomarkets.ts +49 -0
- package/src/models/operations/v2tokenizedassetsredemptions.ts +72 -0
- package/src/sdk/credit.ts +23 -0
- package/src/sdk/tokenizedassets.ts +29 -0
|
@@ -6058,6 +6058,57 @@
|
|
|
6058
6058
|
"x-speakeasy-name-override": "credit_euler_markets"
|
|
6059
6059
|
}
|
|
6060
6060
|
},
|
|
6061
|
+
"/v2/credit/morpho_markets": {
|
|
6062
|
+
"get": {
|
|
6063
|
+
"tags": [
|
|
6064
|
+
"Credit"
|
|
6065
|
+
],
|
|
6066
|
+
"summary": "List curated Morpho markets",
|
|
6067
|
+
"description": "List curated Morpho Blue lending markets for a chain.\n\nMorpho Blue is permissionless, so credit actions identify a market by its\nbytes32 market id. This returns the curated market set with live LLTV,\nsupply/borrow APY, utilization, and available liquidity -- read on-chain per\nrequest -- so callers know which market_id to use and what it currently costs.",
|
|
6068
|
+
"operationId": "v2_credit_morpho_markets",
|
|
6069
|
+
"parameters": [
|
|
6070
|
+
{
|
|
6071
|
+
"name": "chain",
|
|
6072
|
+
"in": "query",
|
|
6073
|
+
"required": true,
|
|
6074
|
+
"schema": {
|
|
6075
|
+
"type": "string",
|
|
6076
|
+
"enum": [
|
|
6077
|
+
"arbitrum",
|
|
6078
|
+
"base",
|
|
6079
|
+
"ethereum",
|
|
6080
|
+
"tempo"
|
|
6081
|
+
],
|
|
6082
|
+
"title": "Chain",
|
|
6083
|
+
"example": "ethereum"
|
|
6084
|
+
}
|
|
6085
|
+
}
|
|
6086
|
+
],
|
|
6087
|
+
"responses": {
|
|
6088
|
+
"200": {
|
|
6089
|
+
"description": "Successful Response",
|
|
6090
|
+
"content": {
|
|
6091
|
+
"application/json": {
|
|
6092
|
+
"schema": {
|
|
6093
|
+
"$ref": "#/components/schemas/MorphoMarketsResponse"
|
|
6094
|
+
}
|
|
6095
|
+
}
|
|
6096
|
+
}
|
|
6097
|
+
},
|
|
6098
|
+
"422": {
|
|
6099
|
+
"description": "Validation Error",
|
|
6100
|
+
"content": {
|
|
6101
|
+
"application/json": {
|
|
6102
|
+
"schema": {
|
|
6103
|
+
"$ref": "#/components/schemas/HTTPValidationError"
|
|
6104
|
+
}
|
|
6105
|
+
}
|
|
6106
|
+
}
|
|
6107
|
+
}
|
|
6108
|
+
},
|
|
6109
|
+
"x-speakeasy-name-override": "credit_morpho_markets"
|
|
6110
|
+
}
|
|
6111
|
+
},
|
|
6061
6112
|
"/v2/credit/create_account": {
|
|
6062
6113
|
"post": {
|
|
6063
6114
|
"tags": [
|
|
@@ -7597,6 +7648,83 @@
|
|
|
7597
7648
|
"x-speakeasy-name-override": "tokenized_assets_order_{order_hash}"
|
|
7598
7649
|
}
|
|
7599
7650
|
},
|
|
7651
|
+
"/v2/tokenized_assets/redemptions": {
|
|
7652
|
+
"get": {
|
|
7653
|
+
"tags": [
|
|
7654
|
+
"Tokenized Assets"
|
|
7655
|
+
],
|
|
7656
|
+
"summary": "Get IXS vault redemption requests for an owner",
|
|
7657
|
+
"description": "Get an owner's IXS vault redemption requests (async redemption status).\n\nIXS managed-vault **sells** are asynchronous: `/transact/sell` returns a\n`requestRedeem` transaction, and the vault operator settles it off-chain\nlater. This endpoint reconstructs the owner's requests directly from the\nvault on every call (Compass persists no async state) \u2014 each entry carries\nits `status` (`pending` | `finalized` | `rejected`), the `shares` requested,\nand, while `pending`, the `expected_net_assets` it would settle for at the\ncurrent NAV (a preview, not a guarantee).\n\nIXS vaults live on BNB Smart Chain \u2014 pass `chain=bsc` (the default) and the\n`vault` handle (default `ixv1`).",
|
|
7658
|
+
"operationId": "v2_tokenized_assets_redemptions",
|
|
7659
|
+
"parameters": [
|
|
7660
|
+
{
|
|
7661
|
+
"name": "owner",
|
|
7662
|
+
"in": "query",
|
|
7663
|
+
"required": true,
|
|
7664
|
+
"schema": {
|
|
7665
|
+
"type": "string",
|
|
7666
|
+
"title": "Owner",
|
|
7667
|
+
"example": "0x29F20a192328eF1aD35e1564aBFf4Be9C5ce5f7B"
|
|
7668
|
+
},
|
|
7669
|
+
"description": "The owner of the Tokenized Assets Account whose IXS redemption requests to read. Requests are reconstructed on-chain from the derived product account (the request receiver)."
|
|
7670
|
+
},
|
|
7671
|
+
{
|
|
7672
|
+
"name": "chain",
|
|
7673
|
+
"in": "query",
|
|
7674
|
+
"required": false,
|
|
7675
|
+
"schema": {
|
|
7676
|
+
"type": "string",
|
|
7677
|
+
"enum": [
|
|
7678
|
+
"base",
|
|
7679
|
+
"ethereum",
|
|
7680
|
+
"arbitrum",
|
|
7681
|
+
"hyperevm",
|
|
7682
|
+
"tempo",
|
|
7683
|
+
"bsc"
|
|
7684
|
+
],
|
|
7685
|
+
"title": "Chain",
|
|
7686
|
+
"description": "The chain to use.",
|
|
7687
|
+
"example": "bsc"
|
|
7688
|
+
},
|
|
7689
|
+
"description": "Network the IXS vault lives on (IXS managed vaults are on BNB Smart Chain)."
|
|
7690
|
+
},
|
|
7691
|
+
{
|
|
7692
|
+
"name": "vault",
|
|
7693
|
+
"in": "query",
|
|
7694
|
+
"required": false,
|
|
7695
|
+
"schema": {
|
|
7696
|
+
"type": "string",
|
|
7697
|
+
"title": "Vault",
|
|
7698
|
+
"example": "ixv1"
|
|
7699
|
+
},
|
|
7700
|
+
"description": "The IXS vault handle to read redemptions for (e.g. 'ixv1')."
|
|
7701
|
+
}
|
|
7702
|
+
],
|
|
7703
|
+
"responses": {
|
|
7704
|
+
"200": {
|
|
7705
|
+
"description": "Successful Response",
|
|
7706
|
+
"content": {
|
|
7707
|
+
"application/json": {
|
|
7708
|
+
"schema": {
|
|
7709
|
+
"$ref": "#/components/schemas/RedemptionsResponse"
|
|
7710
|
+
}
|
|
7711
|
+
}
|
|
7712
|
+
}
|
|
7713
|
+
},
|
|
7714
|
+
"422": {
|
|
7715
|
+
"description": "`NOT_AN_IXS_VAULT` \u2014 no IXS vault with the given `vault` handle is registered on the requested `chain`.",
|
|
7716
|
+
"content": {
|
|
7717
|
+
"application/json": {
|
|
7718
|
+
"schema": {
|
|
7719
|
+
"$ref": "#/components/schemas/TokenizedAssetsErrorResponse"
|
|
7720
|
+
}
|
|
7721
|
+
}
|
|
7722
|
+
}
|
|
7723
|
+
}
|
|
7724
|
+
},
|
|
7725
|
+
"x-speakeasy-name-override": "tokenized_assets_redemptions"
|
|
7726
|
+
}
|
|
7727
|
+
},
|
|
7600
7728
|
"/v2/tokenized_assets/create_account": {
|
|
7601
7729
|
"post": {
|
|
7602
7730
|
"tags": [
|
|
@@ -11593,6 +11721,30 @@
|
|
|
11593
11721
|
"title": "Vault",
|
|
11594
11722
|
"description": "Euler only: the EVK collateral vault holding this position."
|
|
11595
11723
|
},
|
|
11724
|
+
"market_id": {
|
|
11725
|
+
"anyOf": [
|
|
11726
|
+
{
|
|
11727
|
+
"type": "string"
|
|
11728
|
+
},
|
|
11729
|
+
{
|
|
11730
|
+
"type": "null"
|
|
11731
|
+
}
|
|
11732
|
+
],
|
|
11733
|
+
"title": "Market Id",
|
|
11734
|
+
"description": "Morpho only: the bytes32 id of the isolated market holding this position."
|
|
11735
|
+
},
|
|
11736
|
+
"is_pure_supply": {
|
|
11737
|
+
"anyOf": [
|
|
11738
|
+
{
|
|
11739
|
+
"type": "boolean"
|
|
11740
|
+
},
|
|
11741
|
+
{
|
|
11742
|
+
"type": "null"
|
|
11743
|
+
}
|
|
11744
|
+
],
|
|
11745
|
+
"title": "Is Pure Supply",
|
|
11746
|
+
"description": "Morpho only: true when this is a loan-asset supply position (earning supply APY) rather than collateral backing borrows."
|
|
11747
|
+
},
|
|
11596
11748
|
"amount_supplied": {
|
|
11597
11749
|
"anyOf": [
|
|
11598
11750
|
{
|
|
@@ -12595,10 +12747,11 @@
|
|
|
12595
12747
|
"type": "string",
|
|
12596
12748
|
"enum": [
|
|
12597
12749
|
"AAVE",
|
|
12598
|
-
"EULER"
|
|
12750
|
+
"EULER",
|
|
12751
|
+
"MORPHO"
|
|
12599
12752
|
],
|
|
12600
12753
|
"title": "CreditProtocol",
|
|
12601
|
-
"description": "Which lending protocol a credit action targets.\n\n``AAVE`` is the default so existing callers (which never send a ``protocol``\nfield) keep hitting the unchanged Aave code path. ``EULER`` opts in to the\nEuler V2 path, where the market is identified by EVK vault address(es)."
|
|
12754
|
+
"description": "Which lending protocol a credit action targets.\n\n``AAVE`` is the default so existing callers (which never send a ``protocol``\nfield) keep hitting the unchanged Aave code path. ``EULER`` opts in to the\nEuler V2 path, where the market is identified by EVK vault address(es).\n``MORPHO`` identifies Morpho Blue lending markets (bytes32 market id) and is\ncurrently read-only: positions and market discovery only \u2014 transaction\nbuilders land with the looping work (COM-7106/7107/7108), so transact\nendpoints reject it with a 422."
|
|
12602
12755
|
},
|
|
12603
12756
|
"CreditRepayParams": {
|
|
12604
12757
|
"properties": {
|
|
@@ -13237,6 +13390,30 @@
|
|
|
13237
13390
|
"title": "Vault",
|
|
13238
13391
|
"description": "Euler only: the EVK borrow vault this debt is owed to."
|
|
13239
13392
|
},
|
|
13393
|
+
"market_id": {
|
|
13394
|
+
"anyOf": [
|
|
13395
|
+
{
|
|
13396
|
+
"type": "string"
|
|
13397
|
+
},
|
|
13398
|
+
{
|
|
13399
|
+
"type": "null"
|
|
13400
|
+
}
|
|
13401
|
+
],
|
|
13402
|
+
"title": "Market Id",
|
|
13403
|
+
"description": "Morpho only: the bytes32 id of the isolated market this debt is owed to."
|
|
13404
|
+
},
|
|
13405
|
+
"health_factor": {
|
|
13406
|
+
"anyOf": [
|
|
13407
|
+
{
|
|
13408
|
+
"type": "string"
|
|
13409
|
+
},
|
|
13410
|
+
{
|
|
13411
|
+
"type": "null"
|
|
13412
|
+
}
|
|
13413
|
+
],
|
|
13414
|
+
"title": "Health Factor",
|
|
13415
|
+
"description": "Morpho only: this market's health factor (markets are isolated, so health is per market \u2014 below 1 the position is liquidatable). Null for other protocols and when the oracle read fails."
|
|
13416
|
+
},
|
|
13240
13417
|
"amount_borrowed": {
|
|
13241
13418
|
"anyOf": [
|
|
13242
13419
|
{
|
|
@@ -16597,7 +16774,7 @@
|
|
|
16597
16774
|
"contract_address": {
|
|
16598
16775
|
"type": "string",
|
|
16599
16776
|
"title": "Contract Address",
|
|
16600
|
-
"description": "
|
|
16777
|
+
"description": "On-chain ERC-20 address for this token, on the network given by `chain`."
|
|
16601
16778
|
},
|
|
16602
16779
|
"decimals": {
|
|
16603
16780
|
"type": "integer",
|
|
@@ -16653,18 +16830,15 @@
|
|
|
16653
16830
|
},
|
|
16654
16831
|
"provider": {
|
|
16655
16832
|
"$ref": "#/components/schemas/TokenizedAssetProvider",
|
|
16656
|
-
"description": "Issuer of this tokenized asset ('ondo' equities, 'midas' RWA yield)."
|
|
16657
|
-
"example": "ondo"
|
|
16833
|
+
"description": "Issuer of this tokenized asset ('ondo' equities, 'midas' RWA yield, 'ixs' managed vaults)."
|
|
16658
16834
|
},
|
|
16659
16835
|
"asset_class": {
|
|
16660
16836
|
"$ref": "#/components/schemas/TokenizedAssetClass",
|
|
16661
|
-
"description": "Asset class. EQUITY trades via the order endpoints; RWA yield classes trade via transact/buy and transact/sell."
|
|
16662
|
-
"example": "EQUITY"
|
|
16837
|
+
"description": "Asset class. EQUITY trades via the order endpoints; the RWA yield classes and MANAGED_VAULT trade via transact/buy and transact/sell."
|
|
16663
16838
|
},
|
|
16664
16839
|
"chain": {
|
|
16665
16840
|
"$ref": "#/components/schemas/Chain",
|
|
16666
|
-
"description": "Network the `contract_address` lives on ('ethereum'
|
|
16667
|
-
"example": "ethereum"
|
|
16841
|
+
"description": "Network the `contract_address` lives on (e.g. 'ethereum', 'base', 'bsc')."
|
|
16668
16842
|
},
|
|
16669
16843
|
"apy_7d": {
|
|
16670
16844
|
"anyOf": [
|
|
@@ -16839,7 +17013,10 @@
|
|
|
16839
17013
|
"name",
|
|
16840
17014
|
"contract_address",
|
|
16841
17015
|
"decimals",
|
|
16842
|
-
"current_price_usd"
|
|
17016
|
+
"current_price_usd",
|
|
17017
|
+
"provider",
|
|
17018
|
+
"asset_class",
|
|
17019
|
+
"chain"
|
|
16843
17020
|
],
|
|
16844
17021
|
"title": "MarketDetail",
|
|
16845
17022
|
"description": "Extended market view returned when fetching a single market."
|
|
@@ -17580,6 +17757,130 @@
|
|
|
17580
17757
|
],
|
|
17581
17758
|
"title": "MorphoGetVaultsResponse"
|
|
17582
17759
|
},
|
|
17760
|
+
"MorphoLendingMarket": {
|
|
17761
|
+
"properties": {
|
|
17762
|
+
"market_id": {
|
|
17763
|
+
"type": "string",
|
|
17764
|
+
"title": "Market Id",
|
|
17765
|
+
"description": "Morpho Blue market id \u2014 the bytes32 keccak of the market's (loanToken, collateralToken, oracle, irm, lltv) tuple. Pass this to the Morpho credit actions to identify the market."
|
|
17766
|
+
},
|
|
17767
|
+
"loan_token": {
|
|
17768
|
+
"type": "string",
|
|
17769
|
+
"title": "Loan Token",
|
|
17770
|
+
"description": "Token that is supplied and borrowed in this market."
|
|
17771
|
+
},
|
|
17772
|
+
"loan_token_symbol": {
|
|
17773
|
+
"type": "string",
|
|
17774
|
+
"title": "Loan Token Symbol",
|
|
17775
|
+
"description": "Symbol of the loan token (e.g. USDC)."
|
|
17776
|
+
},
|
|
17777
|
+
"loan_token_decimals": {
|
|
17778
|
+
"type": "integer",
|
|
17779
|
+
"title": "Loan Token Decimals",
|
|
17780
|
+
"description": "Decimals of the loan token."
|
|
17781
|
+
},
|
|
17782
|
+
"collateral_token": {
|
|
17783
|
+
"type": "string",
|
|
17784
|
+
"title": "Collateral Token",
|
|
17785
|
+
"description": "Token accepted as collateral in this market."
|
|
17786
|
+
},
|
|
17787
|
+
"collateral_token_symbol": {
|
|
17788
|
+
"type": "string",
|
|
17789
|
+
"title": "Collateral Token Symbol",
|
|
17790
|
+
"description": "Symbol of the collateral token (e.g. wstETH)."
|
|
17791
|
+
},
|
|
17792
|
+
"collateral_token_decimals": {
|
|
17793
|
+
"type": "integer",
|
|
17794
|
+
"title": "Collateral Token Decimals",
|
|
17795
|
+
"description": "Decimals of the collateral token."
|
|
17796
|
+
},
|
|
17797
|
+
"oracle": {
|
|
17798
|
+
"type": "string",
|
|
17799
|
+
"title": "Oracle",
|
|
17800
|
+
"description": "Oracle pricing the collateral in loan-token terms for this market."
|
|
17801
|
+
},
|
|
17802
|
+
"irm": {
|
|
17803
|
+
"type": "string",
|
|
17804
|
+
"title": "Irm",
|
|
17805
|
+
"description": "Interest rate model contract of this market."
|
|
17806
|
+
},
|
|
17807
|
+
"lltv": {
|
|
17808
|
+
"type": "string",
|
|
17809
|
+
"title": "Lltv",
|
|
17810
|
+
"description": "Liquidation loan-to-value in percentage (e.g. 86 means a position is liquidatable once debt exceeds 86% of collateral value)."
|
|
17811
|
+
},
|
|
17812
|
+
"supply_apy": {
|
|
17813
|
+
"anyOf": [
|
|
17814
|
+
{
|
|
17815
|
+
"type": "string"
|
|
17816
|
+
},
|
|
17817
|
+
{
|
|
17818
|
+
"type": "null"
|
|
17819
|
+
}
|
|
17820
|
+
],
|
|
17821
|
+
"title": "Supply Apy",
|
|
17822
|
+
"description": "Current supply APY for lending the loan token, in percentage (e.g. 3.5 means 3.5%). Null if the rate is unavailable."
|
|
17823
|
+
},
|
|
17824
|
+
"borrow_apy": {
|
|
17825
|
+
"anyOf": [
|
|
17826
|
+
{
|
|
17827
|
+
"type": "string"
|
|
17828
|
+
},
|
|
17829
|
+
{
|
|
17830
|
+
"type": "null"
|
|
17831
|
+
}
|
|
17832
|
+
],
|
|
17833
|
+
"title": "Borrow Apy",
|
|
17834
|
+
"description": "Current borrow APY for the loan token, in percentage (e.g. 5.25 means 5.25%). Null if the rate is unavailable."
|
|
17835
|
+
},
|
|
17836
|
+
"utilization": {
|
|
17837
|
+
"type": "string",
|
|
17838
|
+
"title": "Utilization",
|
|
17839
|
+
"description": "Borrowed share of supplied assets, in percentage 0-100."
|
|
17840
|
+
},
|
|
17841
|
+
"total_supply_assets": {
|
|
17842
|
+
"type": "string",
|
|
17843
|
+
"title": "Total Supply Assets",
|
|
17844
|
+
"description": "Total loan tokens supplied to the market, in token units."
|
|
17845
|
+
},
|
|
17846
|
+
"total_borrow_assets": {
|
|
17847
|
+
"type": "string",
|
|
17848
|
+
"title": "Total Borrow Assets",
|
|
17849
|
+
"description": "Total loan tokens borrowed from the market, in token units."
|
|
17850
|
+
},
|
|
17851
|
+
"available_liquidity": {
|
|
17852
|
+
"type": "string",
|
|
17853
|
+
"title": "Available Liquidity",
|
|
17854
|
+
"description": "Loan tokens available to borrow or withdraw (supplied - borrowed), in token units."
|
|
17855
|
+
},
|
|
17856
|
+
"fee": {
|
|
17857
|
+
"type": "string",
|
|
17858
|
+
"title": "Fee",
|
|
17859
|
+
"description": "Protocol fee taken from interest, in percentage of interest (e.g. 0 means no fee)."
|
|
17860
|
+
}
|
|
17861
|
+
},
|
|
17862
|
+
"additionalProperties": false,
|
|
17863
|
+
"type": "object",
|
|
17864
|
+
"required": [
|
|
17865
|
+
"market_id",
|
|
17866
|
+
"loan_token",
|
|
17867
|
+
"loan_token_symbol",
|
|
17868
|
+
"loan_token_decimals",
|
|
17869
|
+
"collateral_token",
|
|
17870
|
+
"collateral_token_symbol",
|
|
17871
|
+
"collateral_token_decimals",
|
|
17872
|
+
"oracle",
|
|
17873
|
+
"irm",
|
|
17874
|
+
"lltv",
|
|
17875
|
+
"utilization",
|
|
17876
|
+
"total_supply_assets",
|
|
17877
|
+
"total_borrow_assets",
|
|
17878
|
+
"available_liquidity",
|
|
17879
|
+
"fee"
|
|
17880
|
+
],
|
|
17881
|
+
"title": "MorphoLendingMarket",
|
|
17882
|
+
"description": "A Morpho Blue lending market: one isolated (collateral, loan) pair."
|
|
17883
|
+
},
|
|
17583
17884
|
"MorphoMarket": {
|
|
17584
17885
|
"properties": {
|
|
17585
17886
|
"uniqueKey": {
|
|
@@ -17630,6 +17931,30 @@
|
|
|
17630
17931
|
],
|
|
17631
17932
|
"title": "MorphoMarket"
|
|
17632
17933
|
},
|
|
17934
|
+
"MorphoMarketsResponse": {
|
|
17935
|
+
"properties": {
|
|
17936
|
+
"morpho": {
|
|
17937
|
+
"type": "string",
|
|
17938
|
+
"title": "Morpho",
|
|
17939
|
+
"description": "Morpho Blue singleton contract the markets were read from."
|
|
17940
|
+
},
|
|
17941
|
+
"markets": {
|
|
17942
|
+
"items": {
|
|
17943
|
+
"$ref": "#/components/schemas/MorphoLendingMarket"
|
|
17944
|
+
},
|
|
17945
|
+
"type": "array",
|
|
17946
|
+
"title": "Markets",
|
|
17947
|
+
"description": "Curated lending markets with live LLTV, APYs, utilization, and liquidity.",
|
|
17948
|
+
"example": []
|
|
17949
|
+
}
|
|
17950
|
+
},
|
|
17951
|
+
"type": "object",
|
|
17952
|
+
"required": [
|
|
17953
|
+
"morpho"
|
|
17954
|
+
],
|
|
17955
|
+
"title": "MorphoMarketsResponse",
|
|
17956
|
+
"description": "Curated Morpho Blue lending markets, read on-chain per request."
|
|
17957
|
+
},
|
|
17633
17958
|
"MorphoRepayParams": {
|
|
17634
17959
|
"properties": {
|
|
17635
17960
|
"action_type": {
|
|
@@ -20948,6 +21273,87 @@
|
|
|
20948
21273
|
],
|
|
20949
21274
|
"title": "Withdraw"
|
|
20950
21275
|
},
|
|
21276
|
+
"Redemption": {
|
|
21277
|
+
"properties": {
|
|
21278
|
+
"id": {
|
|
21279
|
+
"type": "integer",
|
|
21280
|
+
"title": "Id",
|
|
21281
|
+
"description": "On-chain redemption request id."
|
|
21282
|
+
},
|
|
21283
|
+
"status": {
|
|
21284
|
+
"type": "string",
|
|
21285
|
+
"enum": [
|
|
21286
|
+
"pending",
|
|
21287
|
+
"finalized",
|
|
21288
|
+
"rejected",
|
|
21289
|
+
"unknown"
|
|
21290
|
+
],
|
|
21291
|
+
"title": "Status",
|
|
21292
|
+
"description": "Lifecycle state: `pending` (awaiting operator settlement), `finalized` (settled \u2014 assets paid to the product account), `rejected` (operator declined; shares returned to the account), or `unknown` (an unrecognized on-chain status code \u2014 should not occur for the current contract, surfaced defensively instead of erroring)."
|
|
21293
|
+
},
|
|
21294
|
+
"shares": {
|
|
21295
|
+
"type": "string",
|
|
21296
|
+
"pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$",
|
|
21297
|
+
"title": "Shares",
|
|
21298
|
+
"description": "Vault shares in the request (human units)."
|
|
21299
|
+
},
|
|
21300
|
+
"expected_net_assets": {
|
|
21301
|
+
"anyOf": [
|
|
21302
|
+
{
|
|
21303
|
+
"type": "string",
|
|
21304
|
+
"pattern": "^(?!^[-+.]*$)[+-]?0*\\d*\\.?\\d*$"
|
|
21305
|
+
},
|
|
21306
|
+
{
|
|
21307
|
+
"type": "null"
|
|
21308
|
+
}
|
|
21309
|
+
],
|
|
21310
|
+
"title": "Expected Net Assets",
|
|
21311
|
+
"description": "For a `pending` request, the estimated net assets (after the exit fee) it would settle for at the current NAV \u2014 a preview, not a guarantee (settlement depends on the operator and the vault's available assets). Null once finalized or rejected."
|
|
21312
|
+
},
|
|
21313
|
+
"requested_at": {
|
|
21314
|
+
"type": "integer",
|
|
21315
|
+
"title": "Requested At",
|
|
21316
|
+
"description": "Unix timestamp when the redemption was requested."
|
|
21317
|
+
},
|
|
21318
|
+
"processed_at": {
|
|
21319
|
+
"anyOf": [
|
|
21320
|
+
{
|
|
21321
|
+
"type": "integer"
|
|
21322
|
+
},
|
|
21323
|
+
{
|
|
21324
|
+
"type": "null"
|
|
21325
|
+
}
|
|
21326
|
+
],
|
|
21327
|
+
"title": "Processed At",
|
|
21328
|
+
"description": "Unix timestamp when finalized/rejected; null while pending."
|
|
21329
|
+
}
|
|
21330
|
+
},
|
|
21331
|
+
"type": "object",
|
|
21332
|
+
"required": [
|
|
21333
|
+
"id",
|
|
21334
|
+
"status",
|
|
21335
|
+
"shares",
|
|
21336
|
+
"requested_at"
|
|
21337
|
+
],
|
|
21338
|
+
"title": "Redemption",
|
|
21339
|
+
"description": "One IXS vault redemption request, reconstructed on-chain."
|
|
21340
|
+
},
|
|
21341
|
+
"RedemptionsResponse": {
|
|
21342
|
+
"properties": {
|
|
21343
|
+
"redemptions": {
|
|
21344
|
+
"items": {
|
|
21345
|
+
"$ref": "#/components/schemas/Redemption"
|
|
21346
|
+
},
|
|
21347
|
+
"type": "array",
|
|
21348
|
+
"title": "Redemptions",
|
|
21349
|
+
"description": "The owner's non-empty redemption requests for the vault, in ascending id order. Empty when the owner has never requested one.",
|
|
21350
|
+
"example": []
|
|
21351
|
+
}
|
|
21352
|
+
},
|
|
21353
|
+
"type": "object",
|
|
21354
|
+
"title": "RedemptionsResponse",
|
|
21355
|
+
"description": "An owner's IXS redemption requests for one vault."
|
|
21356
|
+
},
|
|
20951
21357
|
"Repay": {
|
|
20952
21358
|
"properties": {
|
|
20953
21359
|
"id": {
|
|
@@ -22793,16 +23199,18 @@
|
|
|
22793
23199
|
"EQUITY",
|
|
22794
23200
|
"T_BILLS",
|
|
22795
23201
|
"BASIS_TRADE",
|
|
22796
|
-
"BTC_YIELD"
|
|
23202
|
+
"BTC_YIELD",
|
|
23203
|
+
"MANAGED_VAULT"
|
|
22797
23204
|
],
|
|
22798
23205
|
"title": "TokenizedAssetClass",
|
|
22799
|
-
"description": "Asset class of a tokenized asset.\n\n`EQUITY` trades via the order endpoints (build/submit/cancel); the RWA\nyield classes (`T_BILLS`, `BASIS_TRADE`, `BTC_YIELD`)
|
|
23206
|
+
"description": "Asset class of a tokenized asset.\n\n`EQUITY` trades via the order endpoints (build/submit/cancel); the RWA\nyield classes (`T_BILLS`, `BASIS_TRADE`, `BTC_YIELD`) and `MANAGED_VAULT`\ntrade via the swap-based `transact/buy` and `transact/sell` endpoints.\n`MANAGED_VAULT` (IXS ERC-4626 vaults) is special in that a sell is an\n*asynchronous* redemption request settled off-chain by the vault operator."
|
|
22800
23207
|
},
|
|
22801
23208
|
"TokenizedAssetProvider": {
|
|
22802
23209
|
"type": "string",
|
|
22803
23210
|
"enum": [
|
|
22804
23211
|
"ondo",
|
|
22805
|
-
"midas"
|
|
23212
|
+
"midas",
|
|
23213
|
+
"ixs"
|
|
22806
23214
|
],
|
|
22807
23215
|
"title": "TokenizedAssetProvider",
|
|
22808
23216
|
"description": "Issuer/provider of a tokenized asset."
|
|
@@ -23560,6 +23968,28 @@
|
|
|
23560
23968
|
],
|
|
23561
23969
|
"title": "Fee Amount",
|
|
23562
23970
|
"description": "Fee charged on the sell, in payout-token (USDC) units. Null when no fee was applied."
|
|
23971
|
+
},
|
|
23972
|
+
"settlement": {
|
|
23973
|
+
"type": "string",
|
|
23974
|
+
"enum": [
|
|
23975
|
+
"instant",
|
|
23976
|
+
"async"
|
|
23977
|
+
],
|
|
23978
|
+
"title": "Settlement",
|
|
23979
|
+
"description": "How the trade settles. `instant`: the signed transaction completes the trade (Midas/Ondo swaps and IXS deposits). `async`: the transaction only *requests* an IXS redemption, which the vault operator settles off-chain later \u2014 poll `poll_endpoint` for status.",
|
|
23980
|
+
"example": "instant"
|
|
23981
|
+
},
|
|
23982
|
+
"poll_endpoint": {
|
|
23983
|
+
"anyOf": [
|
|
23984
|
+
{
|
|
23985
|
+
"type": "string"
|
|
23986
|
+
},
|
|
23987
|
+
{
|
|
23988
|
+
"type": "null"
|
|
23989
|
+
}
|
|
23990
|
+
],
|
|
23991
|
+
"title": "Poll Endpoint",
|
|
23992
|
+
"description": "For `async` settlements, the endpoint to poll for redemption status (`GET /v2/tokenized_assets/redemptions`). Null for instant trades."
|
|
23563
23993
|
}
|
|
23564
23994
|
},
|
|
23565
23995
|
"type": "object",
|
|
@@ -27775,7 +28205,7 @@
|
|
|
27775
28205
|
"contract_address": {
|
|
27776
28206
|
"type": "string",
|
|
27777
28207
|
"title": "Contract Address",
|
|
27778
|
-
"description": "
|
|
28208
|
+
"description": "On-chain ERC-20 address for this token, on the network given by `chain`."
|
|
27779
28209
|
},
|
|
27780
28210
|
"decimals": {
|
|
27781
28211
|
"type": "integer",
|
|
@@ -27831,18 +28261,15 @@
|
|
|
27831
28261
|
},
|
|
27832
28262
|
"provider": {
|
|
27833
28263
|
"$ref": "#/components/schemas/TokenizedAssetProvider",
|
|
27834
|
-
"description": "Issuer of this tokenized asset ('ondo' equities, 'midas' RWA yield)."
|
|
27835
|
-
"example": "ondo"
|
|
28264
|
+
"description": "Issuer of this tokenized asset ('ondo' equities, 'midas' RWA yield, 'ixs' managed vaults)."
|
|
27836
28265
|
},
|
|
27837
28266
|
"asset_class": {
|
|
27838
28267
|
"$ref": "#/components/schemas/TokenizedAssetClass",
|
|
27839
|
-
"description": "Asset class. EQUITY trades via the order endpoints; RWA yield classes trade via transact/buy and transact/sell."
|
|
27840
|
-
"example": "EQUITY"
|
|
28268
|
+
"description": "Asset class. EQUITY trades via the order endpoints; the RWA yield classes and MANAGED_VAULT trade via transact/buy and transact/sell."
|
|
27841
28269
|
},
|
|
27842
28270
|
"chain": {
|
|
27843
28271
|
"$ref": "#/components/schemas/Chain",
|
|
27844
|
-
"description": "Network the `contract_address` lives on ('ethereum'
|
|
27845
|
-
"example": "ethereum"
|
|
28272
|
+
"description": "Network the `contract_address` lives on (e.g. 'ethereum', 'base', 'bsc')."
|
|
27846
28273
|
},
|
|
27847
28274
|
"apy_7d": {
|
|
27848
28275
|
"anyOf": [
|
|
@@ -27888,7 +28315,10 @@
|
|
|
27888
28315
|
"name",
|
|
27889
28316
|
"contract_address",
|
|
27890
28317
|
"decimals",
|
|
27891
|
-
"current_price_usd"
|
|
28318
|
+
"current_price_usd",
|
|
28319
|
+
"provider",
|
|
28320
|
+
"asset_class",
|
|
28321
|
+
"chain"
|
|
27892
28322
|
],
|
|
27893
28323
|
"title": "Market",
|
|
27894
28324
|
"description": "Compact market entry returned in list responses."
|