SushiSwap · Schema
DepositResponse
DeFiDecentralized ExchangeDEXCryptocurrencyWeb3BlockchainMulti-ChainLiquiditySwapToken Pricing
Properties
| Name | Type | Description |
|---|---|---|
| sender | string | The address of the user who initiated the deposit transaction. |
| n_days | integer | The number of days the assets will be locked in the pool, matching the `days_to_lock` from the request. Supported for all pools except Katana. For katana, returns `lock_time`. |
| lock_time | integer | The number of minutes the assets will be locked in the pool, matching the `lock_time` from the request. Only supported by the Katana pool. For other pools, returns `n_days`. |
| good_until | integer | The timestamp indicating how long the deposit details, including the signature, are valid. |
| pool_tokens | string | The total number of pool tokens that will be given to the user as a result of the deposit. |
| signature | object | |
| clipper_exchange_address | string | The address of the Blade exchange contract where the deposit is being made. |
| deposit_amounts | array | A list of the amounts to be deposited for each asset. If an asset was not provided in the request, the amount returned will be 0. For example, if 3 assets were provided in a 4-asset pool, the response |
| amount | string | (Single-asset deposits only) The total amount of the single asset that is being deposited into the pool. |
| token | string | (Single-asset deposits only) The address of the token that is being deposited into the pool. |
| extra_data | string | Encode LP token price and prices list into ABI-compatible bytes. Only supported by the Katana pool. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DepositResponse",
"type": "object",
"properties": {
"sender": {
"type": "string",
"description": "The address of the user who initiated the deposit transaction."
},
"n_days": {
"type": "integer",
"description": "The number of days the assets will be locked in the pool, matching the `days_to_lock` from the request. Supported for all pools except Katana. For katana, returns `lock_time`."
},
"lock_time": {
"type": "integer",
"description": "The number of minutes the assets will be locked in the pool, matching the `lock_time` from the request. Only supported by the Katana pool. For other pools, returns `n_days`."
},
"good_until": {
"type": "integer",
"description": "The timestamp indicating how long the deposit details, including the signature, are valid."
},
"pool_tokens": {
"type": "string",
"description": "The total number of pool tokens that will be given to the user as a result of the deposit."
},
"signature": {
"$ref": "#/components/schemas/EIP2098Signature"
},
"clipper_exchange_address": {
"type": "string",
"description": "The address of the Blade exchange contract where the deposit is being made."
},
"deposit_amounts": {
"type": "array",
"items": {
"type": "string"
},
"description": "A list of the amounts to be deposited for each asset. If an asset was not provided in the request, the amount returned will be 0. For example, if 3 assets were provided in a 4-asset pool, the response will include an amount of 0 for the missing asset. For single asset deposit this field is not present"
},
"amount": {
"type": "string",
"description": "(Single-asset deposits only) The total amount of the single asset that is being deposited into the pool."
},
"token": {
"type": "string",
"description": "(Single-asset deposits only) The address of the token that is being deposited into the pool."
},
"extra_data": {
"type": "string",
"description": "Encode LP token price and prices list into ABI-compatible bytes. Only supported by the Katana pool."
}
},
"required": [
"sender",
"good_until",
"pool_tokens",
"signature",
"clipper_exchange_address"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/depositresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.